BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
}
A:LINK {
	color : Olive;
	text-decoration : underline;
}
A:HOVER {
	color : #DA9445;
	text-decoration : none;
}


A:VISITED {
	color : #B22222;
	text-decoration : none;
}
a:link img 
{
  border-style: none;
}



#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: right;
	background:  url("images/menu_background1.gif") repeat-x 20px;
	font: 10px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

#navcontainer a
{
	color: #000;
	text-decoration: none;
	display: block;
	width: 70px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}

#navcontainer li#active {
	background:  url("images/menu_background2.gif") repeat-x 20px;
}
#navcontainer a:hover {
	background:  url("images/menu_background2.gif") repeat-x 20px;
}
