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

#topnav {
position: absolute;
z-index: 500px;
height: 47px;
clear: both;
text-align: right;
width: 885px;
top: 150px;
padding-left: 15px;
border-bottom: solid 1px #ccc;
}
#topnavpadding {}
#topnav ul {padding: 0px; margin: 0px;}
#topnav li {color: #fff; text-align: center; margin: 0px; padding: 0px 15px; text-indent: 0px; float: left; list-style: none; border-right: solid 1px #666; height: 47px;}
#topnav li:hover {}
#topnav li a {text-align: center; text-decoration: none; color: inherit; font-family: Verdana; font-size: 18px; line-height: 47px;}
#topnav li a:hover {color: #FF9;}

#topnav .submenu {display: none; position: absolute; margin: 0px; padding: 0px; background: #fff; border: solid 1px #ccc; z-index: 501; width: 250px; background: url(../images/submenubg.jpg);}
#topnav .submenu li {float: none; margin: 0px; padding: 0px; position: relative; clear: both; list-style: none; text-align: left; text-indent: 0px; padding: 5px; border-right: none; border-bottom: solid 1px #666; height: 25px;}
#topnav .submenu li a{color: #fff; text-align: left; line-height: 25px; font-size: 16px;}
#topnav .submenu li a:hover{color: #ff9;}

