/************************************************/
/* Menu */
/************************************************/
.Menu{
	width: 200px;
	display: block;
	margin:0;
	
}

.MenuItem{
	border: 1px solid #FFE4C4;
	padding: 10px;
	padding-left:5px;
	padding-right:8px;	
	margin-bottom: 1px;
	background-color: #F8600E;
	background-image: url(images/mnu_back.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFE4C4;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	
}
.MenuItemCurrent{
	border: 1px solid #FFE4C4;
	padding: 13px;
	padding-left:8px;
	padding-right:8px;	

	background-image: url(images/design/see_also_cap.jpg);

	background-color: #FFA500;
	margin-bottom: 1px;
	color: #FFE4C4;
	font-weight: bold;
	font-size: 14px;
	text-align:right;
}

.MenuItem_1{
	border: 1px solid #FFFAF0;
	padding: 7px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 1px;
	background-color: #DCDCDC;
	color: Gray;
	font-weight: bold;
	font-size: 10px;
}
.MenuItem_1Current{
	border: 1px solid #FFFAF0;
	padding: 7px;
	padding-left:5px;
	padding-right:5px;	

	background-color: #FFFACD;
	margin-bottom: 1px;
	color: #FF6347;
	font-weight: bold;
	font-size: 10px;
}


/* Menu A*/
A.AMenuItem{
	text-decoration: none;
	color: #FFE4C4;
	font-weight: bold;
}
A.AMenuItem:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
}
A.AMenuItem:visited{
	background-color: transparent;
	text-decoration : none;	
	color: #FFE4C4;
}
A.AMenuItem:hover{
	background-color: transparent;
	text-decoration : none;	
	color: white;
}
A.AMenuItem:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/* Menu A level 1*/
A.AMenuItem_1{
	text-decoration: none;
	color: Gray;
	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: Gray;
}
A.AMenuItem_1:hover{
	background-color: transparent;
	text-decoration : none;	
	color: white;
}
A.AMenuItem_1:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}




/* End of Menu */
/************************************************/
