#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: right;
position: relative;
display:block;
}

.mainitems{


}

.mainitems a{
font-weight: bold;
color: #FFF;
margin-right: 10px;
margin-left: 10px;
text-decoration: none;
background-color: #333333;
height:28px;
padding-top: 7px;
padding-left: 5px;
padding-right: 5px;
}

.mainitems a:hover{
text-decoration: none;
height:28px;
background-color: #5C5C5C;

}

.mainitems2{

}

.mainitems2 a{
font-weight: bold;
color: #FFF;
margin-right: 10px;
margin-left: 10px;
text-decoration: none;
background-color: #5C5C5C;
height:100%;
padding-top: 7px;
padding-left: 5px;
padding-right: 5px;
height: 28px;
}

.mainitems2 a:hover{
text-decoration: none;
height:28px;
background-color: #5C5C5C;
}

.subuls{
display: none;
width: 10em;
position: absolute;
padding-top:10px;

left: 0;
background-color: #333333;
border: 1px solid #717171;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
background-color: #333333;
height:28px;

}

#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;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

.video{
border: 1px solid #ffffff;
	}
	
.projects{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 11px;
	}	
	
.projects a {color:#ffffff;text-decoration:none;font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}
.projects a:hover{text-decoration:underline;font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}