/* Catholic Higher Ed custom menu - Emerson Bruce - March 2010*/

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 28px;
	background-color: Transparent;
}
/* Main Font & Color */
.rootMenuItem TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #D3D3D3; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	height:28px;
		line-height:25px;
		vertical-align:top;
}

.rootmenuitemactive TD{ 
	cursor: pointer; 
	cursor: hand; 
	background: url(pioneer_27hover.gif);
	color: #8AB152; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	height:27px;
		line-height:25px;
		vertical-align:top;
}

/* Mouse Over*/
.rootmenuitemselected TD{ 
	cursor: pointer; 
	cursor: hand;
	background:url(menu_bg-hover-med.gif);
	color: #ffffff; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	height:27px;
		line-height:25px;
		vertical-align:top;
}

/* Active Tab */
.rootmenuitembreadcrumb TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	height:27px;
		line-height:25px;
		vertical-align:top;
}
/* Sub Menu font color */
.MainMenu_MenuItem {
	border-left: #EFEEEE 0px solid; 
	border-bottom: #EFEEEE 0px solid;
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #07346C; 
	font-size: 11px; 
	font-style: normal;
	font-weight:200; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

/* Sub Menu Mouse Over font color */
.MainMenu_MenuItemSel {
	border-left: #3C3939 0px solid; 
	border-bottom: #3C3939 0px solid; 
	border-top: #3C3939 0px solid; 
	border-right: #3C3939 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000;
	font-size: 11px; 
	font-style: normal;
	font-weight: 200; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.MainMenu_MenuItemAct {
	border-left: #3C3939 0px solid; 
	border-bottom: #3C3939 0px solid;
	border-top: #3C3939 0px solid; 
	border-right: #3C3939 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #DCDCDC; 
	font-size: 11px; 
	font-style: normal;
	font-weight: 200; 
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.MainMenu_MenuIcon {

	background-color: #07346C; 
	border-left: #07346C 0px solid; 
	border-bottom: #07346C 0px solid; 
	border-top: #07346C 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 4px;
	height: 21px;
}

/* sub menu mouse over bg*/
.submenuitemselect {
	background-color: #07346C; 
	color:#e2e2e2;
}

/* sub menu bg*/
.MainMenu_SubMenu {
	margin-top: 0px;
	margin-left: -1px;  
	z-index: 1000; 
	cursor: pointer;
	cursor: hand; 
	border-top: #a8b2c0 1px solid;
	border-right: #e2e2e2 1px solid;
	border-left: #07346C 1px solid;
	border-bottom: #e2e2e2 1px solid;
	background: url(menu_bg-hover.gif) bottom left repeat-x #e2e2e2;
	/*filter: Alpha(Opacity=95);
	opacity:0.95;*/
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
