#dropmenu {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-position: outside; 
	position: relative;
	top: 143px;
	left: 20px;
	line-height: 26px; 
	width: 100%; 
	font-weight: bold;

}
.page_item a{
	color: #770415;
	height: 26px;
}

#dropmenu li {
	float:left;
	background:none;
	height: 36px;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
}

#dropmenu a {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	;
	text-decoration: none;
	text-transform: uppercase;
	height: 36px;
	color: #efe4d0;
	font-weight: normal;
	letter-spacing: .1em;
}
#dropmenu li a:hover {
	color: #C0CD85;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EFE4D0;
}
#dropmenu li.selected a{
	color: #ECE4D0;
}

#dropmenu li ul {
position:absolute;
width: 900px;
left: 0px;
	top: 32px;
	border-left: solid 1px #FFF;
}

.activeItem, .activeItem a {
	
	color: red;
}

#dropmenu li ul li{
	background: #ccc url(images/sub_menu_background.jpg) repeat-x;
	border-right: solid 0px #FFF;
	border-bottom: solid 1px #FFF;
	border-top: solid 0px #FFF;
	height: 28px;
}

#dropmenu li ul li a{
	height: 100%;
	width: 100%;
	font-size: 13px;
	color: #770415;
	}
	
#dropmenu li ul li a:hover{
	color: red;
	}
}
