
.menu
{
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	width:230px;
	font-size:18px;
	font-family:"Arial Narrow";
	font:bold;
	font-color: #FFFFFF;
	position:absolute;
	text-align: right;
	cursor:hand;
}

.menufixed
{
	width:230px;
	font-size:16px;
	font-family:"Arial Narrow";
	font:bold;
	color: #00274C;
	text-align: left;
}

.menufixedover
{
	width:230px;
	font-size:16px;
	font-family:"Arial Narrow";
	font:bold;
	color: #000000;
	text-align: left;
}

.item_panel
{
	width:230px;
	height: 40px;
	border-left:0px solid darkblue;
	border-right:0px solid darkblue;
	clip:rect(0,225,0,0);
	position:absolute;
}

.item_panel a
{
	text-decoration:none;
	color:#00274C;
	cursor:hand;
}

.item
{
	background-color:#FFFFFF;
	width:230px;
	font-size:16px;
	font-family:"Arial Narrow";
	text-align: left;
}

a.white { text-decoration: none; color: #FFFFFF;}
a.white:visited {text-decoration: none;  color: #FFFFFF;}
a.white:hover {text-decoration: none;  color: #FFFFFF;}

a.black { text-decoration: none; color: #00274C;}
a.black:visited {text-decoration: none;  color: #00274C;}
a.black:hover {text-decoration: none;  color: #AEBC29;}

a.grey { text-decoration: none; color: #576992;}
a.grey:visited {text-decoration: none;  color: #576992;}
a.grey:hover {text-decoration: none;  color: #D71920;}

