@charset "UTF-8";
/* CSS Document */
/*------------ styling for on-state -----------------------*/
#body-1 #nav-1,  #body-2 #nav-2, #body-3 #nav-3, #body-4 #nav-4, #body-5 #nav-5, #body-6 #nav-6, #body-7 #nav-7, #body-8 #nav-8, #body-9 #nav-9 {
color: #DF6F1D;
}


	
#navlist  a:link {
	color: #545A63;
	text-decoration: none;
	font-size: 11px;

	}
#navlist  a:visited {
	color: #545A63;
	text-decoration: none;
	font-size: 11px;

	}

#navlist  a:hover {
	color: #DF6F1D;
	text-decoration: none;
	font-size: 11px;
	}


#navlist  a:active {
	color: #DF6F1D;
	text-decoration: none;
	font-size: 11px;

	}


/*----------- nav list style --------------*/


#navlist li {

font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #7F7F7F;

margin-left: 0px;
padding-left: 0px;

}


#navlist
{
margin-left: 0px;
padding-left: 0px;
list-style: none;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist li
{
font-family: Arial, Helvetica, sans-serif;
list-style: none;
text-decoration: none;
padding-left: 10px;
line-height: 14px;
background-image:  url(../media/bullet1.gif);
background-padding: 0px;
background-repeat: no-repeat;
background-position: 0 .3em;
text-indent: 10px;

}

#navlist {
    text-align:left;
	padding-left: 10px;

   }