#topNav {
position:absolute;
background: transparent;
height:2em;
z-index:4;
padding:0;
margin:0;
width: 800px;
margin:136px 0 0 2px;
}
#topNav div {
display:block;
float:left;
font-size:.8em;
line-height:1em;
padding:.2em 1em .5em 0;
background:transparent;
border-top:1px solid white;
border-bottom:1px solid white;
border-left:1px solid white;
border-right:1px solid white;
font-weight: 900;
}
#topNav a {
text-decoration:none;
display:block;
color:white;
padding:.2em .4em .5em .2em;
}
#topNav ul {
visibility:hidden;
position:absolute;
list-style:none;
padding:0;
margin:0;
width: 15em;
}
#topNav ul li {
padding:0;
margin:0;
display:inline;
list-style:none;
font-size:1em;
}
#topNav li a {
background-color:#BA5555;
text-decoration:none;
padding: .2em .6em;
border-top:1px solid white;
border-bottom:1px solid white;
border-left:1px solid white;
border-right:1px solid white;
margin:0;
font-size:1em;
line-height:1.8em;
font-weight:300;
padding:0 8px;
display:block;
width:15em;
color:white;
}
#topNav a:hover {
background: #CC0033;
}

#topNav .topNavOver
{
background-color:#BA5555;
}
#topNav .topNavOver ul
{
z-index:10;
visibility:visible;
}


