/* Main Page Styles */

#navcontainer {
	margin-left: 2px;
	margin-top: 4px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer li { margin: 0; padding: 0.9px;}

#navcontainer a
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	color: #787274;
	width: 270px;
	padding: 2px 10px;
	text-decoration: none;
	border-top: 1px solid #7D9FB1;
	border-bottom: 1px solid #7D9FB1;
	border-left: 1px solid #7D9FB1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D9FB1;
	
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
	
}

#navcontainer a:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	color: #787274;
	width: 270px;
	padding: 2px 10px;
	text-decoration: none;
	border-top: 1px solid #7D9FB1;
	border-bottom: 1px solid #7D9FB1;
	border-left: 1px solid #7D9FB1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D9FB1;
	
	background-color: #e8ebf0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 97% center;

}

.nav_focus	{ background-color: #e8ebf0;}

/* 

color: #7D9FB1;
border-right: 10px solid #aaa;
padding: 2px 1px 2px 10px;             
*/