/*========================================================*/
/*            Solepartmenu CSS                            */
/*========================================================*/


@charset "utf-8";
/* CSS Document */

/* 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", Verdana, Tahoma; /* !important */
}
.MainMenu_MenuItem {
	border-bottom: dotted  1px #00b6ef;
	cursor: pointer;
	cursor: hand; 
	color: #FFFFFF; /* !important */
	font-size: 12px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: "Arial", Verdana, Tahoma;
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand;
	border-bottom: dotted 1px #efd600;
	color: #FFFFFF; /* !important */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	/*background: url(active-mid6.gif) center bottom no-repeat;*/
	background:#000000;
	font-family: "Arial", Verdana, Tahoma;
}
.MainMenu_MenuIcon {
	/*text-align: center; 
	width: 3px;
	height: 20px;
	border-top: #6F845D 0px solid;
	border-right: #6F845D 0px solid;
	border-left: #6F845D 0px solid;
	border-bottom: #6F845D 0px solid;
	background-color: Transparent;*/
	display:none;
}
.submenuitemselected{
	color:#FFFFFF;
	font-size:11px;
	font-weight: normal;
	padding-left: 1px;
	Margin:0px;
	background:transparent;
}
.MainMenu_SubMenu {
	margin:0px 0 0 0;
	/*background:#edc900;*/
	background: url(bg-submenu6.gif);
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	
	/* Transparency in both IE & Firefox - But overall ares */
	/*
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
	/*

	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=2,startColorStr=#ffffff,endColorStr=#FF0000);
	filter: Alpha(Opacity=70, FinishOpacity=100, Style=2);*/
}

.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(up-left.gif) left top no-repeat;*/
	background:transparent;

	padding:0 12 0 12;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV{
	background:url(up-mid6.gif) center top no-repeat;
	/*background:transparent;*/
	font-size:11px;
	font-family: "Arial", Verdana, Tahoma;
	font-weight: bold;
	line-height:30px;
	color:#FFFFFF;
	text-transform:uppercase;
	
	height:32px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuItem TD DIV
{
	/*background:url(up-right.gif) right top no-repeat;*/
	background:transparent;

	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(over-left4.gif) left top no-repeat;*/
	background:transparent;

	padding:0 12 0 12;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;

}
.MainMenu_MenuSelected TD DIV DIV DIV{
	background:url(over-mid6.gif) center top no-repeat;
	/*background:transparent;*/
	font-size:11px;
	font-family: "Arial", Verdana, Tahoma;
	font-weight: bold;
	line-height:30px;
	color:#FFFFFF;
	text-transform:uppercase;
	
	height:32px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuSelected TD DIV
{
	/*background:url(over-right4.gif) right top no-repeat;*/
	background:transparent;

	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(active-left4.gif) left top no-repeat;*/
	background:transparent;

	padding:0 12 0 12;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background:url(active-mid6.gif) center top no-repeat;
	/*background:transparent;*/
	font-size:11px;
	font-family: "Arial", Verdana, Tahoma;
	font-weight: bold;
	line-height:30px;
	color:#FFFFFF;
	text-transform:uppercase;
	
	height:32px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuSelectedRoot TD DIV
{
	/*background:url(active-right4.gif) right top no-repeat;*/
	background:transparent;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}


/*------------------------- End -------------------------*/






