
#menu 
{ 
	margin:0px;
	padding:0px;
	width:674px;
	float:right;
	margin-top:3px;
}

#menu li
{
    list-style-type:none;
    float:right;
    text-align:right;
}

#menu a:link,  #menu a:visited, #menu a:active
{
	display:block;
    font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px;
	color:#929381; 
	font-weight:normal;
	text-decoration:none;
	padding-top:3px;
	margin-left:20px;
}

#menu a:hover 
{
	display:block;
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px;
	color:#555555; 
	font-weight:normal;
	text-decoration:none;
	background-image:url(/images/project/menu/Menu_Selected.gif.v=2);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:3px;
}

#menu a.Selected 
{
	display:block;
	font-family:Verdana, Geneva, Sans-Serif; 
	font-size:11px;
	color:#555555; 
	font-weight:normal;
	text-decoration:none;
	background-image:url(/images/project/menu/Menu_Selected.gif.v=2);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:3px;
}
