#admin_menu,a.admin_menu
{
    color: #fff;
    font-weight: normal;
    font-size: 10pt;
}

#menu 
{
	background: #ffcc35 url("images/backgroundborders.gif");
	background-repeat: repeat-y;
	float: left;
	list-style: none;
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	width: 100%;
	height: 30px;
}
#menu li 
{
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
#menu a 
{
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 7px 7px 6px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover 
{
	background: #000 url("images/hover.gif") bottom center no-repeat;
	color: #ffd851;
	padding-bottom: 8px;
}

