/* navigation ----------------------------------------------------------------------- */


A,A:visited
 {
	color: #CC3300;
	text-decoration: underline;
}

A:Active,A:hover 
	{
	color: #667120;
	text-decoration: underline;
}

#mainNav ul,#loginNav ul {
	margin: 0px 0px 0px 0px !important; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	
 }
 
#mainNav li ,#loginNav li {
	list-style: none;
	width:75px !important;
	width:75px;
	height: auto;
	float:left;
    margin: 0px 0px 0px 0px !important; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
}

#mainNav a ,#loginNav a {
	color: #CC0000;
	font-family: "helvetica narrow", arial, sans-serif;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	text-align:left;
	text-decoration: none;
	padding: 0px 0px 0px 4px !important;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	position: relative; 
	display: block;
	white-space: nowrap;
	letter-spacing:.2px;
  }
 
 #mainNav a:hover,#loginNav a:hover {
	color: #F1AD0A;
	font-family: "helvetica narrow", arial, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	text-align:left;
	padding: 0px 0px 0px 4px !important;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	position: relative; 
	display: block;
	white-space: nowrap;
	letter-spacing:.2px;
  }

#mainNavActive a,#loginNavActive a {
	color: #F1AD0A;
	font-family: "helvetica narrow", arial, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	text-align:left;
	padding: 0px 0px 0px 4px !important;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	position: relative; 
	display: block;
	white-space: nowrap;
	letter-spacing:.2px;
  }

#subnav ul {
	margin: 5px 0px 0px 0px !important; 
	margin: 5px 0px 0px -15px;
	padding: 0px 0px 0px 10px !important;
	padding: 0px 0px 0px 10px;
	
 }
 
#subnav li {
	list-style-type:none;
	list-style-position:inside;
	text-align:left;
    margin: 0px 0px 5px 0px !important; 
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px !important;
	padding: 0px 5px 0px 5px;
}

li.nonactive {
	font-weight: normal;
}

li.active {
	font-weight: bold;
}


#subnav a {
	color:#333333;
	font-size:12px;
	line-height:16px;
  	text-decoration:none;
  	white-space:nowrap;
}

#subnav a:hover {
	color: #CC3300;
	font-size:12px;
	line-height:16px;
  	text-decoration:none;
  	white-space:nowrap;
}

#footer p {
	font-size:11px;
  	color:#333333;
  	text-decoration:none;
  	white-space:nowrap;
}


#footer a {
	font-size:11px;
	font-weight:bold;
  	text-decoration:none;
  	white-space:nowrap;
  }

#footer a:hover {
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:underline;
  }

#sidebarcontainer 
{ width: 680px;
	height:35px;
	margin-top:5px;
	margin-bottom:10px;}

#sidebarcontainer ul
{
text-align:center;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 13px;

}

#sidebarcontainer li {
	float:left;
    margin: 5px 0px 0px 0px !important; 
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
}

#sidebarcontainer a
{
display: block;
float:left;
padding: 3px;
width: 130px;
color:#003366;
border-top: 1px dotted #ffffff;
border-bottom: 1px dotted #ffffff;
}

#sidebarcontainer a:link, #sidenavlist a:visited
{
display: block;
color:#003366;
font-weight:bold;
text-decoration: none;
border-top: 1px dotted #ffffff;
border-bottom: 1px dotted #ffffff;
}




#sidebarcontainer a:hover
{
display: block;
background-color: #ffffff;
font-weight:bold;
color: #336699;
border-top: 1px dotted #336699;
border-bottom: 1px dotted #336699;
}



