body{
	font-family				:verdana;
}
.menutitle{
	cursor					:pointer;
	background-image		:url(../img/loading.gif);
	color					:red;
	width					:148px;
	height					:30px;
	font-weight				:bold;
	font-size				:12px;
	vertical-align			:middle;
	line-height				:20px;
	padding-left			:1px;
}
.menutitlesub{
	cursor					:pointer;
	background-image		:url(../img/loading.gif);
	background-position		:right;
	background-repeat		:no-repeat;
	color					:#86BA0D;
	width					:148px;
	font-weight				:bold;
	font-size				:12px;
}

.item{
	cursor					:pointer;
	color					:#000000;
	width					:148px;
	font-size				:12px;

}
.MenuLogo {
	Position		: Absolute;
	Left			: 0;
	Bottom			: 0;
	Width			: 158;
	Height			: 112;
	BackGround-Image	: url(../img/loading.gif);
	BackGround-Position	: Left Top;
	BackGround-Repeat	: no-repeat;
	background-color	: #073387;
	z-index			:-1;
}

a:link,a:active,a:visited{
	width					:auto;
	text-decoration			:none;
}
a:hover{
	width					:auto;
	text-decoration			:underline;
}
.selected
{
	color: #86BA0D;
	}
.menutitlesub
{
	color: #86BA0D;
	}
.navsub
{
	color: #86BA0D;
	}
