.MenuBar-Up
{
	background-color:#CAD0D1;
	font-family: tahoma;
	font-size: 11px;
	cursor:hand;
	border-top: 1px solid #54696C;
	border-right: 1px solid #54696C;
	border-left: 1px solid #54696C;
	height: 20px;
	padding-Left:3px;
	padding-right:3px;
	color:#364042;
	text-align: center;
	background-image: url(/images/menu1.jpg);
}
.MenuBar-Over
{
	background-color:#EEA700;
	font-family: tahoma;
	font-size: 11px;
	cursor:hand;
	border-top: 1px solid #54696C;
	border-right: 1px solid #54696C;
	border-left: 1px solid #54696C;
	height: 20px;
	color:black;
	text-align: center;
	background-image: url(/images/welS.gif);
}
.SubItemMenu
{
	font-size: 11px;
	cursor: hand;
	color: #474747;
	font-family: tahoma;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 60px;
	height:14; 
	filter:Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=1, StartY=0, FinishX=30, FinishY=0);
	border-bottom: #CCCCCC 1px solid;
}

.SubItemMenuOver 
{
	font-size: 11px;
	cursor: hand;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 60px;
	height:14; 
	background-color:#ffb100;
	filter:Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=1, StartY=0, FinishX=30, FinishY=0);
	border-bottom: #CCCCCC 1px solid;
}

.MenuGroup 
{
	padding-right:3px;
	padding-left:3px;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	background-color: #79849A;
	text-align: left;
	cursor: hand;
	border: 1px solid #6F6F6F;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr=#DFDFDF, startColorstr=#FEFEFE, gradientType=1);

}
.SubItemMenu-Title
{
	margin-top:2px;
	font-size: 11px;
	cursor: hand;
	color: #394031;
	font-family: tahoma;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 60px;
	height:14; 
	background-color:#BED7A6;
	border-bottom: #CCCCCC 1px solid;
}