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

#topnav {
text-align: center;
overflow: hidden;
height: 45px;
}

#topnavpadding {}
#topnav ul {padding: 0px; margin: 0px;}
#topnav li {color: #4B4023; margin: 0px 15px; padding: 0px 5px; text-indent: 0px; float: left; list-style: none;}
#topnav li:hover {color: #FFFF66;}
#topnav li a {
color: inherit;
text-decoration: none;
font-size: 13px;
line-height: 45px;
font-weight: bold;
}

#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;}

