@charset "UTF-8";
/* CSS Document */

#topnav {
position: relative;
width: 100%;
height: 35px;
clear: both;
border-top: solid thin #cccccc;
border-bottom: solid thin #cccccc;
}

#topnav li {color: #fff; text-align: center; margin: 0px 5px; padding: 0px 5px; text-indent: 0px; float: right; list-style: none;}
#topnav li:hover {background: #ff0; border-left: solid 1px #666; border-right: solid 1px #666;}
#topnav li a {color: #fff; text-decoration: none; font-size: 12px; line-height: 35px;}
#topnav li a:hover {color: #000;}

#topnav .submenu {display: none; position: absolute; padding: 5px; background: #f2f2f2; border: solid 1px #ccc; text-align: left;}
#topnav .submenu li {float: none; clear: both; list-style:inside;}
#topnav .submenu li a {color: #666; line-height: 20px; font-size: 12px;}
#topnav .submenu li a:hover {color: #fff;}

