﻿/* Main Menu */


@charset "utf-8";
/* CSS Document */

/* Main Menu */
.MainMenu_MenuContainer 
{
	background-color: transparent; 
}


.MainMenu_MenuItemSel
{
	background-color: transparent;
	background-repeat: repeat-x;
	
}
.MainMenu_MenuItem
{
	border-left: 0px #FFFFFF solid;
	border-bottom:0px #336699 solid;
	border-top: 0px #FFFFFF solid;
	border-right: 0px #FFFFFF solid;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: Transparent;
	font-family: Tahoma;
	width: 200px;
	height: 30px;
}
.MainMenu_MenuItemAct
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #00274F;
	font-family: Tahoma;
	width: 200px;
}
.submenuitemselected
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding-left: 0px;
	margin: 0px;
	background: #FFFFFF;
}
.MainMenu_SubMenu
{
	margin-top: 0;
	margin-left: 1px;
	background-color: #004E9B;
	border-top: 0px #FFFFFF solid;
	border-right: 0px #FFFFFF solid;
	border-left: 0px #FFFFFF solid;
	border-bottom: 0px #FFFFFF solid;
	border-color: #FFFFFF;
}

.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid;
	border-left: #00ff00 0px solid;
	border-top: #00ff00 0px solid;
	border-right: #00ff00 0px solid;
	background-color: #FFFFFF;
	height: 0px;
}

.MainMenu_MenuArrow
{
	background: #FFFFFF;
	display: none; /*	
	background-color: #BDE3FD;  
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
	font-family: Arial, Helvetica, sans-serif;
*/
}
.MainMenu_MenuIcon
{
	/*
	display:none;
*/
	border: #FF0000;
	background-color: #004E9B;
	text-align: center;
	width: 1px;
	height: 16px;
}
.MainMenu_MenuBar
{
	border-bottom: #FFFFFF;
	cursor: hand;
	height: 30px;
	background-color: Transparent;
}

/* ------- up status ------ */

.MainMenu_MenuItem TD { padding:0; margin:0; }

.MainMenu_MenuItem TD DIV DIV{
	background-image: url(../images/up1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 6 0 6;
	margin: -15 0 -15 0;
	_margin: -15 0 -15 0;
}
.MainMenu_MenuItem TD DIV DIV DIV
{
	background-image: url(../images/up2.gif);
	background-position: inherit;
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
	line-height: 2.5;
	color: #FFFFFF;
	height: 28px;
	padding: 0 6 0 6;
	margin: -15 0 -15 0;
	_margin: -15 0 -15 0;
}

.MainMenu_MenuItem TD DIV{
	background-image: url(../images/up3.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 15 0 -15 0;
	_margin: -13 0 -13 0;
}

/* ------- over status ------ */

.MainMenu_MenuSelected TD { padding:0; margin:0; }

.MainMenu_MenuSelected TD DIV DIV{
	background-image:url(../images/over1.gif);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 6 0 6;

	margin:-15 0 -15 0;
	_margin:-15 0 -15 0;
}
.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image: url(../images/over2.gif);
	background-position: inherit;
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
	line-height: 2.5;
	color: #FFFFFF;
	height: 28px;
	padding: 0 6 0 6;
	margin: -15 0 -15 0;
	_margin: -15 0 -15 0;
}
.MainMenu_MenuSelected TD DIV{
	background-image:url(../images/over3.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:15 0 -15 0;
	_margin:-15 0 -15 0;
}

/* ------- active status ------ */

.MainMenu_MenuSelectedRoot TD { padding:0; margin:0; }

.MainMenu_MenuSelectedRoot TD DIV DIV {
	background-image:url(../images/active1.gif);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 6 0 6;

	margin:-15 0 -15 0;
	_margin:-15 0 -15 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background-image: url(../images/active2.gif);
	background-position: inherit;
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
	line-height: 2.5;
	color: #FFFFFF;
	height: 28px;
	padding: 0 6 0 6;
	margin: -15 0 -15 0;
	_margin: -15 0 -15 0;
}

.MainMenu_MenuSelectedRoot TD DIV{
	background-image:url(../images/active3.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:15 0 -15 0;
	_margin:-15 0 -15 0;
}



