ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: verdana;
	float		: right;

}

ul#mainlevel-nav li
{
	margin			: 0;
	padding			: 0;
	display			: inline;
	background		: none;
}

ul#mainlevel-nav li a
{
	text-decoration	: none;
	color			: #65664c;
	display 		: block;
	float			: left;
	font-size		: 12px;
	text-align		: center;
	width			: 111px;
	height			: 26px;
	background		: url(../images/user3-normal.jpg) 0px 0px no-repeat;
	padding-top		: 7px;
}



ul#mainlevel-nav li a:hover 
{
	
}


ul#mainlevel-nav li a#active_menu-nav
{   
  	text-decoration	: none;
	color			: #FFF;
	display 		: block;
	float			: left;
	font-size		: 12px;
	text-align		: center;
	width			: 111px;
	height			: 26px;
	background		: url(../images/user3-active.jpg) 0px 0px no-repeat;
	padding-top		: 7px;

} 
