/* CSS Document */

.nav-menu ul
{
	list-style: none;
	padding:0;
	margin:0;
	position:absolute;
	left: 375px;
	top: 94px;
	
}

.nav-menu li
{ float: left; margin: 0 0.1em; }

.nav-menu li a
{
	background: url('top.jpg') #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: right;
	width: 6em;
	display: block;
	border: 0.01em solid #BABABA;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}


.nav-menu li a:hover
{
background: url('top_over.jpg') #fff bottom left repeat-x;
color: #DE750E ;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
.nav-menu li a
{
float: none
}
/* End hide */

.nav-menu
{

}

