/* CSS Document */

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
padding-right:1px;
}

.mainitems {
height: 22px;
padding: 0;
padding-right:1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
text-transform:uppercase;
color: #ffffff;
}

ul>.mainitems {
padding-right:3px;
}

.subuls{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
text-transform:uppercase;
color: #888888;
margin: 0px;

position: absolute;
top: 25px;
left:0;
background-color: #E6E6E6;
border-bottom: 1px solid #ffffff;
}

.subuls li{
width: 100%;
border-bottom: 1px solid #FFFFFF;
}

.subuls li a{
padding: 1px 0px 1px 0px;
color: #888888;
display: block;
width: 100%;
text-decoration: none;
padding-bottom:0px;

}

.subuls li a:link, a:visited{
text-decoration: none;
}

.subuls li a:hover{
color: #000000;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
margin-top: 0px;
height: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


a.menuprin{
padding:2px;
padding-bottom:0px;
padding-right:0px;
height: 22px;
font-size:10px;
color: #ffffff;
text-shadow: #000000 2px 2px 3px;
display: block;
width: 100%;
vertical-align:middle;
text-decoration: none;
}

a.menuprin:link, a.menuprin:visited{
padding:2px;
padding-bottom:0px;
padding-right:0px;
text-shadow: #000000 2px 2px 3px;
height: 22px;
color: #ffffff;
display: block;
width: 100%;
vertical-align:middle;
background-image:url(/css/img/bgk_n.gif);
background-repeat:repeat;
text-decoration: none;
}

a.menuprin:hover{
padding-top:2px;
padding-bottom:0px;
padding-right:0px;
text-shadow: #000000 2px 2px 3px;
vertical-align:middle;
background-image:url(/css/img/bgk_h.gif);
background-repeat:repeat;
height: 22px;
display: block;
color: #ffffff;
}
