body
{
	background:url(../res/spread1.gif) repeat-x #e5e5e5;
}

.menu
{
	background:url(../res/menu1.gif) no-repeat #1e7099;
	background-position:0px -70px;
	border:solid #103050;
	border-width:1px 0px;
}

.menu a
{
	border:solid #103050;
	border-width:0px 1px 0px 0px;
	color:white; /*#87c1e8;*/
}

.menu a:hover
{
	background:url(../res/menuhover.gif) no-repeat #102030;
	color:white;
}

.menu #current a
{
	background:url(../res/menuselect.gif) no-repeat #204060;
}

.menu .hilight
{
	background:url(../res/menu1.gif) no-repeat #a30500;
	background-position:-21px -20px;
	border-width:0px 0px 0px 1px;
	color:white; /*#ffe469;*/
}

.menu .hilight:hover
{
	background:none;
	background-color:#690c00;
	color:white;
}
