@media only screen and (max-width: 100%) {} /*Mobil ekranlar için*/
 
@media only screen and (min-width: 100%) and (max-width: 100:%) {}
/*Yatay mobil telefonlar ve tabletler*/
 
@media only screen and (min-width: 100%) and (max-width: 100%) {}
/*Yatay tabletler*/
 
@media only screen and (min-width: 100%) {}/*Büyük ekranlar*/
#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 0em;
float: left;
font: bold 100% Tohoma;
font-weight:bolder;
font-size:12pt;
width: 100%;
border: 1px solid white;
background-color: #0F6FBD;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 100%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: white;
padding: 1px 15px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: white;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #ffe84f;
}