/*========================================================*/
/*            Solepartmenu CSS                            */
/*========================================================*/

/*------------------------- Start ------------------------*/ 


/* Main Menu */

.MainMenu_SubMenu TD
{
	color: #7D7E7D;
	HEIGHT: 25px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.MainMenu_SubMenuItemSelHover TD
{
	color: #263997;
	HEIGHT: 25px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

/* Main Font Color */
.MainMenu_RootMenuItem TD
{
	color: #7D7E7D;
	HEIGHT: 25px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.MainMenu_RootMenuItemSel TD
{
	HEIGHT: 25px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #263997;
}

/* Main Menu Hover Font Color */
.MainMenu_MenuItemHover TD {
	color: #263997;
	HEIGHT: 25px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

/* Main Menu Active Tab */
.MainMenu_MenuItemSelHover TD {
	color: #263997;
	HEIGHT: 25px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.MainMenu_MenuContainer {
	padding-right: 0px;
}

.MainMenu_MenuBar {
	CURSOR: hand; 
	BACKGROUND-COLOR: transparent; 
}

/* Submenu Font Color */
.MainMenu_MenuItem {
	BORDER-RIGHT: #ff0000 0px solid;
	BORDER-TOP: #CCD7E1 0px solid;
	BORDER-LEFT: #CCD7E1 0px solid;
	border-bottom: 1px #C5C5C5 dotted;
	font-weight: bold; 
	FONT-SIZE: 11px; 
	CURSOR: hand; 
	COLOR: #7D7E7D; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Tahoma;
	BACKGROUND-COLOR: transparent;
	HEIGHT: 20px;
}

.MainMenu_MenuIcon {
	display:none
}	

.MainMenu_SubMenu {
	text-indent: 30px;
	padding-right: 15px;
	margin-left: 1px;
	BORDER-RIGHT: #7D7E7D 0px solid; 
	BORDER-TOP: #7D7E7D 0px solid; 
	BORDER-BOTTOM: #7D7E7D 1px solid;
	BORDER-LEFT: #7D7E7D 0px solid;
	Z-INDEX: 0; 
	CURSOR: hand;
	BACKGROUND-COLOR: #FFFFFF;
}

.MainMenu_MenuBreak {
	BORDER-RIGHT: #eeeeee 0px solid; 
	BORDER-TOP: #eeeeee 0px solid; 
	BORDER-LEFT: #eeeeee 0px solid; 
	BORDER-BOTTOM: #eeeeee 0px solid; 
	HEIGHT: 0px; 
	BACKGROUND-COLOR: transparent;
}

/* SubMenu Mouse Over BG & Text */
.MainMenu_MenuItemSel {
		BORDER-RIGHT: #7D7E7D 0px solid; 
		BORDER-TOP: #7D7E7D 0px solid;
		BORDER-LEFT: #7D7E7D 0px solid;
		border-bottom: 1px #C5C5C5 dotted;
		Z-INDEX: 0; 
		CURSOR: hand; 
		font-weight: bold; 
		FONT-SIZE: 11px;  
		COLOR: #7D7E7D;
		FONT-STYLE: normal; 
		FONT-FAMILY: Tahoma; 
		BACKGROUND-COLOR: transparent;
		HEIGHT: 20px;
}

.MainMenu_MenuArrow {
	display:none
}

.MainMenu_RootMenuArrow {
	display:none
}

/*------------------------- End -------------------------*/





