/* Author: Bill Sorenson Created: 10/02/03 */

#topnav{
position:absolute;
top: 5px;
left: 12px;
/*width: 499px;*/
z-index:1;
/*background-color:#307D7E;*/
}

#content{
position:absolute;
top: 35px;
left: 5px;
}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
/*border-left:1px solid white;*/
/*border-right:1px solid white;*/
/*border-top:1px solid white;*/
/*border-bottom:1px solid white;*/
/*background-color: #6789ab;*/
color: #ffffff;
font-family: cursive;
font-size: 11pt;
font-weight: bold;
}

.headerlinks a{
margin: auto 4px;
color: #cd853f;
background-color: #000000;
font-family: cursive;
font-size: 11pt;
font-weight: bold;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.35em;
left: 0;
color: #f5deb3;
background-color: #000000;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 4px;
color: #f5deb3;
background-color: #123456;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
color: #990000;
background-color: #efffff;
/*font-size: 110%;*/
font-weight: bold;
}

.headerlinks a:hover{
color: #990000;
background-color: #efffff;
/*font-size: 110%;*/
font-weight: bold;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}


