/* 
================================
 DNN Overrides
================================
*/   

.head {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

/* 
================================
 DNN Standard Menu Settings
================================
*/
.MainMenu_MenuContainer {
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	border-left: #D2A674 0px solid; 
	border-bottom: #D2A674 0px solid; 
	border-top: #D2A674 0px solid; 
	border-right: #D2A674 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #D2A674; 
	font-family: arial, helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	height: 19px;
}

.MainMenu_MenuIcon {
	background-color: #D2A674; 
	border-left: #D2A674 1px solid; 
	border-bottom: #D2A674 0px solid; 
	border-top: #D2A674 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 18px; 
	height: 19px;
}

.MainMenu_SubMenu {
	background-color: #Transparent;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#800000', Directionfiltered=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
	color: Transparent;
}

.MainMenu_MenuItemSel {
	background-color: #800000; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: arial, helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 19px;
}

.MainMenu_MenuArrow {
	border-right: #D2A674 1px solid; 
	border-bottom: #D2A674 0px solid; 
	border-top: #D2A674 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* End Menu Settings */
