.Menu_A:link
{
	font-family : Verdana, Arial;
	color: #05379B;
	font-weight:bold;
	font-size : 10px;
	text-decoration: none;
	width:100%;
	border: 1 solid #A7E1FF;
}
.Menu_A:active
{
	font-family : Verdana, Arial;
	color: #05379B;
	font-weight:bold;
	font-size : 10px;
	text-decoration: none;
	width:100%;
	border: 1 solid #A7E1FF;
}
.Menu_A:visited
{
	font-family : Verdana, Arial;
	color: #05379B;
	font-weight:bold;
	font-size : 10px;
	text-decoration: none;
	width:100%;
	border: 1 solid #A7E1FF;
}
.Menu_A:hover
{
	font-family : Verdana, Arial;
	color: #000000;
	font-weight:bold;
	font-size : 10px;
	width: 100%;
	border: 1 solid #A7E1FF;
}
.Menu_Head {
	background-color: #000099;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	width: 100%;
}
.Menu_Separator {
	border-bottom-color: black;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	height: 5px;
	font-size: 5px;
	vertical-align: top;
	width: 100%;
}
.Menu_Title {
	color: #ffffff;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size:12px;
}
.Menu_Items
{
	border-right: #6b7375 1px solid;
	padding-right: 10px;
	border-top: #6b7375 1px solid;
	display: block;
	padding-left: 10px;
	filter: alpha(opacity=90);
	padding-bottom: 10px;
	border-left: #6b7375 1px solid;
	padding-top: 10px;
	border-bottom: #6b7375 1px solid;
	background-color: #A7E1FF; /* #42ac43;*/
}

.Description {
	filter:alpha(opacity=85);
	background-color: #6699cc;
	font-family : Verdana, Arial;
	font-weight: bold;
	display: none;
	width: 190;
	position: absolute;
	border: 1 solid #006699;
	font-size:10px;
}
.DescTitle 
{
	font-family : Verdana, Arial;
	background-color: #05379B;
	color: #ffffff;
	font-weight: bold;
	font-size:10px;
}
