/* CSS Document */

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
font-size: 11pt;
}

#csstopmenu li{
float: left;
position: relative;
font-size: 11pt;
}

#csstopmenu a{
text-decoration: none;
color: #333333;
font-size: 11pt;
}

#csstopmenu a:hover{
text-decoration: none;
color: black;
font-size: 11pt;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #99CCFF;
font-size: 11pt;
}

.headerlinks a{
font-size: 11pt;
margin: auto 8px;
font-weight: bold;
}

.submenus{
font-weight: bold;
font-size: 11pt;
text-align: left;
display: none;
width: auto;
position: absolute;
top: 1.2em;
left: 0;
background-color: #CCCCCC;
border: 1px solid black;
}

.submenus li{
width: 100%;
font-size: 11pt;
}

.submenus li a{
display: block;
font-size: 11pt;
width: 100%;
text-indent: 3px;
color: #333333;
}

html>body .submenus li a{
width: auto;
font-size: 11pt;
}

.submenus li a:hover{
background-color: white;
font-size: 11pt;
color: black;
}

#csstopmenu li>ul {
top: auto;
left: auto;
font-size: 11pt;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
font-size: 11pt;
}

html>body #clearmenu{
height: 3px;
font-size: 11pt;
}