#menu_background {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	background: #662f54;
}

#cssdropdown, #cssdropdown ul {
	padding: 2px;
	margin: 0px;
	list-style: none;
	color: white;
}
#cssdropdown a:visited , #cssdropdown a:link{
	color : white;
}
#cssdropdown a:hover {
    color : #ed7703;
}
#cssdropdown ul a:visited , #cssdropdown ul a:link{
	color : black;
}
#cssdropdown ul a:hover {
    color : #ed7703;
}

#cssdropdown li {
	float: left;
	position: relative;
}

.mainitems{
	border: 1px solid black;
	background-color: #FFEEC6;
}

.mainitems a{
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
}

.subuls{
	display: none;
	width: 20em;
	position: absolute;
	top: 1.2em;
	left: 0;
	padding: 5px;
	background-color: white;
	border: 1px solid black;
}

.subuls li{
	width: 100%;
}
.subuls li a {
	text-decoration: normal;
}
#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;
}
