/*========================================================*/
/*            Solepartmenu CSS                            */
/*========================================================*/

/*------------------------- Start ------------------------*/ 


/* Main Menu */


.MainMenu_MenuContainer {
	background-color: transparent;  
	padding-right: 0px; padding-left: 0px; /* you can give Space in the main menu by this */
}

.MainMenu_MenuItemSel {
	background-color: transparent;
}

.MainMenu_MenuItem {
	cursor: pointer;
	/*cursor: hand;*/
	color: #363636;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #333333;
	border-bottom:dashed 1px #CCCCCC;
	

}
.MainMenu_MenuItemAct {
	cursor: pointer;
	/*cursor: hand;*/
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(submenu-bg.jpg);
	background-position: center center;
	

}

.MainMenu_MenuIcon {
	text-align: center;
	background-color: #FFFFFF;
	border: 0px solid #333333; 	/* by this you easily hide icon effect on bg, just because of IE */
	width: 14px; 	/* give space from left side in the submenu */
	height: 22px;
	
	
}
.submenuitemselected{
	color:#ffffff;
	font-size:11px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 20px;
	Margin:0px;
	background:transparent;
	

}

/* Submenu display Positioning... */
.MainMenu_SubMenu {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border:dashed 1px #CCCCCC;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=2);*/

}

.MainMenu_MenuBreak {
	background-color: transparent;
	height: 0px;
	border-bottom:0px solid #00CC66;
	border-top:0px solid #00CC66;
}

.MainMenu_MenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #0F2E4B; 

}

/* Menu actually hight wfrom that submenu display... */
.MainMenu_MenuBar { 
	/*cursor: hand;*/
	height: 40px; 

}

/* ------- up status ------ */

.MainMenu_MenuItem TD { padding:0; margin:0; }
.MainMenu_MenuItem TD DIV
{
	background-image: url(normal.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 9px 0px 0px;
	margin: 14px 0px 0px 0px;
	_margin: -17px 0px 0px 0px;
}

.MainMenu_MenuItem TD DIV DIV 
{
	background-image: url(normal.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px -20px 0px;
	_margin: -17px 0px 0px 0px;
}

.MainMenu_MenuItem TD DIV DIV DIV{
	background-image: url(normal.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	height: 46px;
	padding: 5px 5px 0px 5px;
	line-height: 3;
	margin: -17px 0px -13px 0px;
	text-indent: 0px;
}


/* ------- over status ------ */

.MainMenu_MenuSelected TD { padding:0; margin:0; }
.MainMenu_MenuSelected TD DIV
{
	background-image: url(hover.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 9px 0px 0px;
	margin: 14px 0px 0px 0px;
	_margin: -17px 0px 0px 0px;
}

.MainMenu_MenuSelected TD DIV DIV 
{
	background-image: url(hover.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px -20px 0px;
	_margin: -17px 0px 0px 0px;
}

.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image: url(hover.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	height: 46px;
	padding: 5px 5px 0px 5px;
	line-height: 3;
	margin: -17px 0px -13px 0px;
	text-indent: 0px;
}


/* ------- Active status ------ */

.MainMenu_MenuSelectedRoot TD { padding:0; margin:0; }
.MainMenu_MenuSelectedRoot TD DIV
{
	background-image: url(hover.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 9px 0px 0px;
	margin: 14px 0px 0px 0px;
	_margin: -17px 0px 0px 0px;
}

.MainMenu_MenuSelectedRoot TD DIV DIV 
{
	background-image: url(hover.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px -20px 0px;
	_margin: -17px 0px 0px 0px;
}

.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background-image:url(hover.png);
	background-position:top;
	background-repeat :repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	height: 46px;
	padding: 5px 5px 0px 5px;
	line-height: 3;
	margin: -17px 0px -13px 0px;
	text-indent: 0px;
}

/*------------------------- End -------------------------*/

