/* Menu area */


#mainnav
{
	padding: 0px 0px 20px 10px;
	margin: 0px;
	list-style-type: none;
/*	font-family:  Verdana, Arial, Helvetica, sans-serif; */
	font-size: 13px;
	float: left;
/*	list-style: none;
	margin-left: 0px; */
}

#mainnav li {
	list-style: none;
	list-style-position: outside;
}

/* Text in buttons */
#mainnav a:link, #nav2list a:visited
{
	text-decoration: none;
}

/* Buttons of menu */
#mainnav a  
{
	color: #333333;
	display: block;
	padding: 5px 0px 0px 10px;
	width: 157px;
	height: 18px;
	background-color: #4A89CC;
	background-image: url(images/button.jpg);
	margin: 0 0 3px 0;
	font-size: 13px; 
/*	font-weight: 600; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 23px;
	width: 140px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
}

/* Hovered buttons */
#mainnav a:hover 
{
	background-color: #fff;
	color: #2E75C5;
}

/* Selected buttons of various states */
#selected a:link, #selected a:visited, #selected a:hover
{
	background-color: #fff; 
	color: #2E75C5; 
	text-decoration: none;
	
}