@charset "utf-8";
/* CSS Document */

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
display:block;
background:transparent url(images/but.jpg);
}

.mainitems{
display:block;

width:117px;}

.mainitems a{
line-height: 1;
font-weight:bold;
padding: 19px 0;
height:18px;
border-right: 2px solid black;
display:block;
text-decoration: none;
color:white;
font-size:20px;
text-align:center;
}
.mainitems a:hover{
background:transparent url(images/but_r.jpg);	
	}
.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
border: 2px solid black;
}

.subuls li{
width: 100%;
filter:alpha(opacity=80);
opacity:0.8;
}

.subuls li a{
border-bottom: 2px solid black;
display:block;
text-decoration: none;
background:transparent url(images/but.jpg);

}
.subuls li a:hover{
	background:transparent url(images/but_r.jpg);
	}
#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;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
color:#FFFFFF;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
