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

#topnav {
position: relative;
width: 100%;
height: 50px;
clear: both;
text-align: center;
background: url(../images/topnavbg.jpg) repeat-x;
overflow: hidden;
border-top: solid 2px #000000;
border-bottom: solid 1px #000000;
}
#topnavpadding {}
#topnav ul {padding: 0px; margin: 0px;}
#topnav li {float: left; color: #fff; text-align: center; margin: 0px; padding: 0px; text-indent: 0px;  list-style: none; width: 100%; height: 50px;border-left: solid 1px #ffffff; border-right: solid 1px #000000;
}
#topnav li:hover {background: #fff; color: #000; border-left: solid 1px #666; border-right: solid 1px #000;}
#topnav li a {text-align: center; text-decoration: none; color: inherit; font-family: Verdana; font-size: 12px; line-height: 52px;}

#topnav .submenu {display: none; position: absolute; margin-top: -1em; margin-left: 50px; padding: 5px; background: #fff; border: solid 1px #ccc;}
#topnav .submenu li {position: relative; clear: both; list-style:inside;}
