/************************************************/
/* Menu */
/************************************************/

.Menu{
	width: 200px;
	display: block;
	margin:0;
}

.MenuItem{
	border: 0px solid DarkGray;
	border-right: 13px solid silver;
	padding: 10px;
	padding-left:11px;
	padding-right:9px;
	margin-bottom: 1px;
	background-color:#868686;Gray;
	background-image: url(images/design/menu.gif);
	background-position: left;
	background-repeat: repeat-y;
	color: white;
	font-weight: bold;
	font-size: 12px;
	/*font-style: italic;*/
	text-align: left;
}
.MenuItemCurrent{
	border: 0px solid Silver;
	/*border-right: 11px solid silver;*/
	padding: 10px;
	padding-left: 11px;
	padding-right: 5px;
	background-color: #CCCCCC;
	margin-bottom: 1px;
	color: Black;
	font-weight: bold;
	font-size: 12px;
}

.MenuItem_1{
	/*border: 1px solid #F7F7F7;*/
	padding: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 1px;
	background-color: #DCDCDC;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
}
.MenuItem_1Current{
	border: 1px solid #F7F7F7;
	/*border-right: 9px solid #FF3333; Silver;*/
	padding: 6px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #F7F7F7;
	margin-bottom: 1px;
	color: Black;
	font-weight: normal;
	font-size: 12px;
}


/* 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: #333333;
	font-weight: normal;
}
A.AMenuItem_1:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
}
A.AMenuItem_1:visited{
	background-color: transparent;
	text-decoration : none;	
	color: #333333;
}
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;
}

/* End of Menu */
/************************************************/
