/* Main Menu */
.MainMenu_MenuContainer {
	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: #FFFFFF; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma;
	width:200px;
}
.MainMenu_MenuItemSel {
	border-left: #EFEEEE 0px solid; 
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	border-bottom:dotted 0px #F03EA3;
	cursor: pointer;
	cursor: hand; 
	color: #FF0000; 
	font-size: 12px;  /* !important */
	font-style: normal;
	font-weight: normal;  
	background-color: Transparent;
	font-family: "Arial", Tahoma, Verdana; /* !important */
}
.MainMenu_MenuItem {
	border-left: #EFEEEE 0px solid; 
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	border-bottom: dashed  0px #FFFFFF;
	cursor: pointer;
	cursor: hand; 
	color: #FFFFFF; /* !important */
	font-size: 12px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: "Arial", Tahoma, Verdana;
	height: 43px;
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand;
	border-bottom: dashed 0px #FFFFFF;
	color: #ee9f1e; /* !important */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	/*background: url(images/active-mid.png) center bottom repeat-x;*/
	font-family: "Arial", Tahoma, Verdana;
	height: 43px;
}
.MainMenu_MenuIcon {
	text-align: center; 
	width: 3px;
	height: 25px;
	border-top: #6F845D 0px solid;
	border-right: #6F845D 0px solid;
	border-left: #6F845D 0px solid;
	border-bottom: #6F845D 0px solid;
	background-color: Transparent;
}
.submenuitemselected{
	color:#FFFFFF;
	font-size:11px;
	font-weight: normal;
	padding-left: 1px;
	Margin:0px;
	background:transparent;
}
.MainMenu_SubMenu {
	margin:1px;
	background:url(images/bg_submenu.gif) center top repeat-y #8b1e1b;
	border-top: #d03638 1px solid;
	border-right: #d03638 1px solid;
	border-left: #d03638 1px solid;
	border-bottom: #d03638 1px solid;
}

.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: Arial, Tahoma, Helvetica, sans-serif;
}
.MainMenu_MenuBar { 
	cursor: hand; 
	height: 18px; 
	background-color: Transparent; 
}

/* ------- up status ------ */

.MainMenu_MenuItem TD { padding:0; margin:0; }

.MainMenu_MenuItem TD DIV DIV 
{
	background: url(images/up-left.png) left bottom no-repeat;

	padding:0 11 0 11;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV{
	background: url(images/up-mid.png) center bottom no-repeat;
	font-size:12px;
	font-family: "Arial", Tahoma, Verdana;
	font-weight: bold;
	line-height:44px;
	color:#FFFFFF;
	
	height:48px;
	_height:46px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuItem TD DIV
{
	background: url(images/up-right.png) right bottom no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}


/* ------- over status ------ */

.MainMenu_MenuSelected TD { padding:0; margin:0; }

.MainMenu_MenuSelected TD DIV DIV 
{
	background: url(images/active-left.png) left bottom no-repeat;

	padding:0 11 0 11;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;

}
.MainMenu_MenuSelected TD DIV DIV DIV{
	background: url(images/active-mid.png) center bottom no-repeat;
	font-size:12px;
	font-family: "Arial", Tahoma, Verdana;
	font-weight: bold;
	line-height:44px;
	color:#FFFFFF;
	
	height:48px;
	_height:46px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuSelected TD DIV
{
	background: url(images/active-right.png) right bottom no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}

/* ------- active status ------ */

.MainMenu_MenuSelectedRoot TD { padding:0; margin:0; }

.MainMenu_MenuSelectedRoot TD DIV DIV 
{
	background: url(images/active-left.png) left bottom no-repeat;

	padding:0 11 0 11;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background: url(images/active-mid.png) center bottom no-repeat;
	font-size:12px;
	font-family: "Arial", Tahoma, Verdana;
	font-weight: bold;
	line-height:44px;
	color:#FFFFFF;
	
	height:48px;
	_height:46px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuSelectedRoot TD DIV
{
	background: url(images/active-right.png) right bottom no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}


/*------------------------- End -------------------------*/








