/*========================================================*/
/*            Solepartmenu CSS                            */
/*========================================================*/

/*------------------------- Start ------------------------*/ 


@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: 16px; /* !important */
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: "Georgia", Times New Roman, Times, serif; /* !important */
}
.MainMenu_MenuItem {
	border-left: #EFEEEE 0px solid; 
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	border-bottom: dashed  0px #DFDFD5;
	cursor: pointer;
	cursor: hand; 
	color: #000000; /* !important */
	font-size: 16px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: "Georgia", Times New Roman, Times, serif;
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand;
	border-bottom: dashed 0px #DFDFD5;
	color: #f21922; /* !important */
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background: url(images/bgsubover.gif) left top repeat-x;
	/*background:#e4e4e4;*/
	font-family: "Georgia", Times New Roman, Times, serif;
}
.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;
}
.submenuitemselected{
	color:#FFFFFF;
	font-size:11px;
	font-weight: normal;
	padding-left: 1px;
	Margin:0px;
	background:transparent;
}
.MainMenu_SubMenu {
	margin:-1 0 0 0;
	background-color: #f5f5f5;
	/*background: url(images/bg-center.jpg) center -25px no-repeat #FFFFFF;*/
	background-repeat:repeat-x;
	border-top: #DFDFD5 1px solid;
	border-right: #DFDFD5 1px solid;
	border-left: #DFDFD5 1px solid;
	border-bottom: #DFDFD5 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-image:url(images/up-left.png);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 16 0 16;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV{
	background-image:url(images/up-mid.png);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	line-height:45px;
	color:#000000;
	
	height:46px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuItem TD DIV
{
	background-image:url(images/up-right.png);
	background-position:right top;
	background-repeat: 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-image:url(images/active-left.png);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 16 0 56;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;

}
.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image:url(images/over-mid.png);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	line-height:45px;
	color:#000000;
	
	height:46px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuSelected TD DIV
{
	background-image:url(images/over-right.png);
	background-position:right top;
	background-repeat: 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-image:url(images/active-left.png);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 16 0 56;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background-image:url(images/active-mid.png);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	line-height:45px;
	color:#000000;
	
	height:46px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}

.MainMenu_MenuSelectedRoot TD DIV
{
	background-image:url(images/active-right.png);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}


/*------------------------- End -------------------------*/


