/* Menu area */
#mainnav
{
	display: inline;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
/*	font-family:  Verdana, Arial, Helvetica, sans-serif; */
	font-size: 13px;
}

/* Text in buttons */
#mainnav a:link, #nav2list a:visited
{
	text-decoration: none;
}

/* Buttons of menu */
#mainnav a  
{
	color: #EDF1F6;
	display: inline;
	padding: 2px 5px;
	width: 157px;
	height: 18px;
	background-color: #75A3C9;
	background-image: url(images/button.jpg);
	margin: 0 0 1px 0;
	font-size: 14px; 
/*	font-weight: 600; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

li {
	display: inline;
}

/* Hovered buttons */
#mainnav a:hover 
{
	background-color: #FF9900;
	color: #fff;
}

/* Selected buttons of various states */
#selected a:link, #selected a:visited, #selected a:hover
{
	background-color: #FF9900;
	color: #FFF; 
}