/************************************************/
/* Menu */
/************************************************/

.Menu{
	width: 200px;
	display: block;
	margin:0;
	font-family:Arial;
}

.MenuItem{
	border: 1px solid #1E90FF;
	#4169E1;
	padding: 10px;
	padding-left:7px;
	padding-right:7px;
	margin-bottom: 1px;
	background-color:#0033CC;
	background-image: url(images/mnu_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	text-align: left;
}
.MenuItemCurrent{
	border: 1px solid #CCFFFF;
	padding: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #1E90FF;
	margin-bottom: 1px;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

.MenuItem_1{
	border: 0px solid #1E90FF;
	border-left:12px solid #CCCCCC;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	margin-bottom: 1px;
	background-color:#0033CC;
	background-image: url(images/mnu_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	text-align: left;
}
.MenuItem_1Current{
	border: 0px solid #CCFFFF;
	padding: 13px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #1E90FF;
	margin-bottom: 1px;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

.MenuItem_2{
	border: 0px solid #FFFAF0;
	border-left:10px solid #CCCCCC;
	padding: 5px;
	padding-left: 7px;
	padding-right: 5px;
	margin-bottom: 1px;
	background-color: #EEEEEE;#DCDCDC;
	color: #777777;
	font-weight: bold;
	font-size: 8pt;
}
.MenuItem_2Current{
	border: 0px solid #FFFAF0;
	border-right:10px solid #0000CC;
	padding: 5px;
	padding-left: 9px;
	padding-right: 5px;
	background-color: #99CCFF;
	margin-bottom: 1px;
	color: #333344;
	font-weight: normal;
	font-size: 8pt;
}



/* Menu A*/
A.AMenuItem{
	text-decoration: none;
	color: WHITE;
	font-weight: bold;
}
A.AMenuItem:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
}
A.AMenuItem:visited{
	background-color: transparent;
	text-decoration : none;	
	color: WHITE;
}
A.AMenuItem:hover{
	background-color: transparent;
	text-decoration : none;	
	color: White;
	border-bottom:1px solid white;
}
A.AMenuItem:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/* Menu A level 1*/
A.AMenuItem_1{
	text-decoration: none;
	color: WHITE;
	font-weight: bold;
}
A.AMenuItem_1:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
}
A.AMenuItem_1:visited{
	background-color: transparent;
	text-decoration : none;	
	color: WHITE;
}
A.AMenuItem_1:hover{
	background-color: transparent;
	text-decoration : none;	
	color: White;
	border-bottom:1px solid white;
}
A.AMenuItem_1:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}


/* Menu A level 2*/
A.AMenuItem_2{
	text-decoration: none;
	color: #777777;
	font-weight: bold;
	border:0;
}
A.AMenuItem_2:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
}
A.AMenuItem_2:visited{
	background-color: transparent;
	text-decoration : none;	
	color: #777777;
}
A.AMenuItem_2:hover{
	background-color: transparent;
	text-decoration : none;	
	color: black;
	border-bottom:0px solid white;	
}
A.AMenuItem_2:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}


/* End of Menu */
/************************************************/
