
#menu 

{
	background: #fff;
	float: left;
	list-style: none;
	width: 600;
	position: absolute;
	border-bottom: solid 2px #eab762;
	right:6px;
	top: 80px;
	font-style: bold;
	height: 25;
	font-family: verdana,Times New Roman;
	font-size: 12pt;
	color:#333;
}


#menu li 
{
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	font-style: bold;
	padding: 0;
	color:	#333;

}


#menu a 
{
	background: #fff  bottom right no-repeat;
	color: #333;
	font-style: bold;
	
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#menu a:hover 
{
	background: url("images/hover.gif") bottom center no-repeat;
	color: #333;
	padding-bottom: 8px;
	font-style: bold;
}


#contact

{
	background: #fff;
	float: left;
	list-style: none;
	width: 250;
	position: absolute;
	left:175px;
	top: 77px;
	border-bottom: solid 2px #eab762;
	font-style: bold;
	text-align: left;
	height: 25;
	font-family: verdana,Times New Roman;
	font-size: 12pt;
	color:#333;
}


#contact li 
{
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	font-style: bold;
	padding: 0;
	color:	#333;

}

#contact a 
{
	background: #fff  bottom right no-repeat;
	color: #333;
	font-style: bold;
	
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#contact a:hover 
{
	background: url("images/hover.gif") bottom center no-repeat;
	color: #333;
	padding-bottom: 8px;
	font-style: bold;
}
