/*========================================================*/
/*            Solepartmenu CSS                            */
/*========================================================*/

/*------------------------- Start ------------------------*/ 


/* Main Menu */


@charset "utf-8";
/* CSS Document */

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	padding-left:0px;
}

.MainMenu_MenuItemSel {
	background-color: #5B7082;
	border-top: #71B5E5 0px solid;
	border-right: #71B5E5 0px solid;
	border-left: #71B5E5 0px solid;
	border-bottom: #71B5E5 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 11px;
	font-style: normal;
	font-weight: Bold;  
	font-family: Tahoma;
	height: 22px;
	width: 200px;
}

.MainMenu_MenuItem {
	border-top: #71B5E5 0px solid;
	border-right: #71B5E5 0px solid;
	border-left: #71B5E5 0px solid;
	border-bottom: #71B5E5 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #5B7082; 
	font-size: 11px;
	font-style: normal;
	font-weight: Bold;  
	font-family: Tahoma;
	text-indent: 10px;
	height: 22px;
	width: 200px;
	border-bottom: 1px #C5C5C5 dashed;
}

.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 11px;
	font-style: normal;
	font-weight: Bold; 
	font-family: Tahoma;
	text-indent: 10px;
	height: 22px;
	width: 200px;
}

.MainMenu_MenuIcon {
	display:none;
}

.submenuitemselected{
	display:none;
}

.MainMenu_SubMenu {
	border-top: #c5c5c5 1px solid;
	border-right: #c5c5c5 1px solid;
	border-left: #c5c5c5 1px solid;
	border-bottom: #c5c5c5 1px solid;
	padding-left: 0px;
	margin-top: 2px;
	background-color: #FFFFFF;
	width: 200px;
}

.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: 22px;
}

.MainMenu_MenuArrow {
	display:none
}

.MainMenu_MenuBar { 
	cursor: hand; 
	height: 22px;
	background-color: Transparent; 
}

/* ------- up status ------ */

.MainMenu_MenuItem TD { padding:0; margin:0; }
.MainMenu_MenuItem TD DIV
{
	background-image: url(../images/nav-right1.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 15 0 0;
	margin: 11 0 0 0;
	_margin: -13 0 0 0;
}

.MainMenu_MenuItem TD DIV DIV 
{
	background-image: url(../images/nav-left1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 15;
	margin: 0 0 -20 0;
	_margin: -13 0 0 0;
}

.MainMenu_MenuItem TD DIV DIV DIV{
	background-image: url(../images/nav-mid1.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #5B7082;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	height: 25px;
	padding: 5 5 0 5;
	line-height: 1.3;
	margin: -13 0 -13 0;
	text-indent: 0px;
}


/* ------- over status ------ */

.MainMenu_MenuSelected TD { padding:0; margin:0; }
.MainMenu_MenuSelected TD DIV
{
	background-image: url(../images/nav-right1-act.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 15 0 0;
	margin: 11 0 0 0;
	_margin: -13 0 0 0;
}

.MainMenu_MenuSelected TD DIV DIV 
{
	background-image: url(../images/nav-left1-act.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 15;
	margin: 0 0 -20 0;
	_margin: -13 0 0 0;
}

.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image: url(../images/nav-mid1-act.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	height: 25px;
	padding: 5 5 0 5;
	line-height: 1.3;
	margin: -13 0 -13 0;
	text-indent: 0px;
}


/* ------- Active status ------ */

.MainMenu_MenuSelectedRoot TD { padding:0; margin:0; }
.MainMenu_MenuSelectedRoot TD DIV
{
	background-image: url(../images/nav-right1-act.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 15 0 0;
	margin: 11 0 0 0;
	_margin: -13 0 0 0;
}

.MainMenu_MenuSelectedRoot TD DIV DIV 
{
	background-image: url(../images/nav-left1-act.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 15;
	margin: 0 0 -20 0;
	_margin: -13 0 0 0;
}

.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background-image:url(../images/nav-mid1-act.gif);
	background-position:top;
	background-repeat :repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	height: 25px;
	padding: 5 5 0 5;
	line-height: 1.3;
	margin: -13 0 -13 0;
	text-indent: 0px;
}

/*------------------------- End -------------------------*/


/*========================================================*/
/*  Navigation-Border                                     */
/*========================================================*/

/*-- Border-Nav --*/

.Border-Nav {
	background-color: #FFFFFF;
	border: 1px solid #C5C5C5;
	height: 27px;
	vertical-align: middle;
}

/*------------------------  End  -------------------------*/



/*========================================================*/
/*  Navigation Text Right Side                            */
/*========================================================*/

/* navigation-text --*/

.navigation-text, A.navigation-text, A.navigation-text:link, A.navigation-text:visited, A.navigation-text:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #8D8D8D;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

a.navigation-text:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #8D8D8D;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
}

/*------------------------  End  -------------------------*/


