ul#topnav {
margin: 0;
padding: 0;
height: 27px;
list-style: none;
position: relative;
font-family:"Lucida Grande",Arial,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

ul#topnav li {
float: left;
margin: 0;
padding: 0;
/*border-right: 1px solid #E2A940;*/
height:27px;
}

ul#topnav li a {
display: block;
padding:0 15px 0 20px;
font-family: Tahoma;
font-size:9px;
font-weight:bold;
color:#ffffff;
background-image:url(img/arr-nav-top.gif);
background-repeat:no-repeat;
background-position:left 2px;
}

ul#topnav li:hover {
}

ul#topnav li span {
float: left;
text-align:left;
padding: 5px;
position: absolute;
left: 0px; top:27px;
display: none;
height:15px;
z-index:100;
background-color: #CD2B1F;
width: 500px;
color: #fff;
/*
width:540px;
background-color: #000;
*/
border-bottom:solid 1px #CD2B1F;
border-left:solid 1px #CD2B1F;
border-right:solid 1px #CD2B1F;

-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}

#navitop {
margin-left: auto;
margin-right: auto;
width:540px;
height:20px;
/*
width:540px;
background-color: #cdcdcd;
*/
}

ul#topnav li:hover span {
display: block;
}

ul#topnav li span a {
display: inline;
color: #ffffff;
padding:8px 5px 12px 5px;
background-image:none;
}

ul#topnav li span a:hover {
text-decoration: underline;
}



