
#menu
{
border-top:1px solid white;
position: relative;
background: #770805 url('../images/navUp.jpg') repeat-x;
height: 46px;
padding: 0px 0px 0px 100px;
margin: 0px 0px 0px 0px;
font-size: 11px;
vertical-align:top;
}

#menu ul
{
float:right;
margin:0;
padding:0;
}

#menu ul li
{
display: inline;
}


#menu ul li.first
{
border-left: 0px;font-weight:lighter;

}

#menu ul li a
{
background:  url('../images/navUp.jpg');
background-repeat:repeat-x;
padding: 11px 14px 17px 14px;
font-size: 15px;
color: #fff;
text-decoration: none;
display: block;
float:right;
margin:0px;
}

#menu ul li a:hover
{
background: #fff url('../images/navDown.jpg') repeat-x top;
color: #CCCCCC;
text-decoration: none;
}


@charset "UTF-8";
/* CSS Document */


#topnavlist a:link, #topnavlist a:visited
{
	margin: 0px 0px 0px 0px;
	padding: 8px 15px 6px 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	color: #676767;
	border-left: 1px solid silver;
}
	
	
#topnavlist a:hover
{
	background: #fff;
}
