/*========================================================*/
/*            Solepartmenu CSS                            */
/*========================================================*/

/*------------------------- Start ------------------------*/ 


/* Main Menu */



.MainMenu_MenuContainer {
	background-color: transparent;  
	padding-right: 100px; 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: #151515;
	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: #151515;
	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:#151515;
	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); /* Submenu Transparancy Setting, but only work on IE */

}

.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-color: transparent;	

}

.MainMenu_MenuItem TD DIV DIV 
{
	background-color: transparent;
}

.MainMenu_MenuItem TD DIV DIV DIV{
	
	background-color: transparent;
	color: #151515;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	height: 50px;
	padding: 3 5 0 5;
	line-height: 3;
	margin: -17 0 -13 0;
	text-indent: 0px;
	width:100px;
	text-align:center;
}


/* ------- over status ------ */

.MainMenu_MenuSelected TD { padding:0; margin:0; }
.MainMenu_MenuSelected TD DIV
{
	background-image: url(menu-tail-act.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
}

.MainMenu_MenuSelected TD DIV DIV 
{
	background-image: url(menu-tail-act.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}

.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image: url(menu-tail-act.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #151515;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	height: 50px;
	padding: 5 5 0 5;
	line-height: 3;
	margin: -17 0 -13 0;
	text-indent: 0px;
	width:100px;
	text-align:center;
	
}


/* ------- Active status ------ */

.MainMenu_MenuSelectedRoot TD { padding:0; margin:0; }
.MainMenu_MenuSelectedRoot TD DIV
{
	background-image: url(menu-tail-act.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
}

.MainMenu_MenuSelectedRoot TD DIV DIV 
{
	background-image: url(menu-left-act.gif);
	background-position: left top;
	background-repeat: no-repeat;

}

.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background-image:url(menu-tail-act.gif);
	background-position:top;
	background-repeat :repeat-x;
	color: #151515;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	height: 50px;
	padding: 5 5 0 5;
	line-height: 3;
	margin: -17 0 -13 0;
	text-indent: 0px;
	width:100px;
	text-align:center;
}

.MainMenu_MenuHomeSelected TD { padding:0; margin:0; }
.MainMenu_MenuHomeSelected TD DIV
{
	background-image: url(menu-left-act.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
}

.MainMenu_MenuHomeSelected TD DIV DIV 
{
	background-image: url(menu-tail-act.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}

.MainMenu_MenuHomeSelected TD DIV DIV DIV{
	background-image: url(menu-tail-act.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #151515;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	height: 50px;
	padding: 5 5 0 5;
	line-height: 3;
	margin: -17 0 -13 0;
	text-indent: 0px;
	width:100px;
	text-align:center;
	
}


/*------------------------- End -------------------------*/
