/* main nav style -------------------------------------*/

.mainNav li{
	color: #bbbbbb;
	list-style-image: none;
	text-decoration: none;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height:130%;
	text-indent:-20px
}
.mainNav li a{
	color: #6666FF;
	text-decoration: none;
}

.mainNav li a:visited
{
color: ;
}

.mainNav li a:hover{
	text-decoration: underline;
	color: #FF9900;
	padding-left: 4px;
	list-style-type: circle;
	padding-bottom: 2px;
}

.mainNav li a.selected{ 
	background-image: url(components/pointer3.gif);
	color: #669900;
	border-bottom-color: #660066;
	padding-left: 5px;
}

/* Secondary nav style -------------------------------------*/

.auxNav li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
	color: #B36B00;
	line-height:130%;
	text-indent:-20px
}

.auxNav li a{
	color: #FF9900;
	list-style-image: none;
	text-decoration: none;
	list-style-type: none;
}

.auxNav li a:visited
{
color:;
}

.auxNav li a:hover{
	text-decoration: underline;
	color: #6666FF;
	padding-left: 4px;
	list-style-type: circle;
	padding-bottom: 2px;
}

.auxNav li a.selected{ 
	background-image: url(components/pointer3.gif);
	color: #669900;
	border-bottom-color: #660066;
	padding-left: 5px;