@charset "utf-8";
#topMenu{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
}
#topMenu a{
text-decoration:none;
color:#0072bc;
}
#topMenu a:hover{
text-decoration:underline;
color:#0072bc;
}
#topMenu .RTT_left{
background-image:url(http://www.controlservers.com/cssImages/rightTopMenu/leftTop.gif);
background-repeat:no-repeat;
background-position:left;
height:20px;
}
#topMenu .RTT_right{
background-image: url(http://www.controlservers.com/cssImages/rightTopMenu/rightTop.gif);
background-position:right;
background-repeat:no-repeat;
height:20px;
}
#topMenu .RTT_middle{
background-image: url(http://www.controlservers.com/cssImages/rightTopMenu/middleGradient.gif);
background-repeat:repeat-x;
height:20px;
}
#topMenu .RTT_menus{
padding:3px 10px;
}
#topMenu ul{
margin:0px;
padding:0px;
}
#topMenu li{
display:inline;
padding-right:10px;
background-image:url(http://www.controlservers.com/cssImages/rightTopMenu/separation.gif);
background-position:right;
background-repeat:no-repeat;
}
#topMenu .last{
background:none;
padding-right:0px;

}


