/*List Styles*/

#s2 ul{
	list-style-image: none;/* get rid of the bullets */
	list-style-type: none;
	margin: 0px 0px 0px 0px;/* no margin for IE either */
	padding: 0px 0px 0px 0px;/* no padding */
	text-transform:uppercase;	
	}
		
		
#s2 ul li{
    background-image:url(../new_images/arrows.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-left: 14px;
	margin-bottom:7px;
/*	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
*/	font-weight:normal;
	display:block;
	text-transform:capitalize;
	}
	
/*Expand and collapses*/
	
div#s2 li ul, div#s1 li.open li.closed ul {

    display:    block;      /*  use "none;"  to collapse these buttons. this is the style to make the sub navigation appear.  */
}
div#s2 li.open ul {

    display: block;        /* expand */
}

#s1 ul{
	list-style-image: none;/* get rid of the bullets */
	list-style-type: none;
	text-transform:uppercase;	
	padding: 0;
	margin: 0;
	}
		
#s1 ul li{
	font-weight: bold;
	display:block;

	}
		
#s1 ul li ul li{
    background-image:url(../new_images/arrows.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-left: 14px;
	padding-bottom:1px;
	padding-top:2px;
/*	padding: 0px 0px 0px 0px;
*/	font-weight:normal;
	display:block;
	text-transform:capitalize;
	}
	
/*Expand and collapses*/
	
div#s1 li ul, div#s1 li.open li.closed ul {

    display: block;      /*  use "none;"  to collapse these buttons. this is the style to make the sub navigation appear.  */

}
div#s1 li.open ul {

    display: block;        /* expand */
}


/*Link Styles*/

div#s1 ul li a {
	display: block; /* lines extend to right, make area clickable */
	color:#00538e;
	padding: 0;
	margin: 0;
	text-decoration: none;
	letter-spacing:normal;
	padding:2px 2px 2px 5px;
}

div#s1 ul ul li a {
    margin-left: 0px;     /* indent level 1 */
	padding:0px;
}

div#s1 ul li a:hover {
    color: #FFFFFF;  
    background-color: #00538e; /* rollover effect */
}

div#s1 ul li ul li a:hover {
	color: #00538e;
	background:none;
	text-decoration:underline; /* rollover effect */
}


div#s1 li.active a {
	color: #00538e;            /* highlight text */
	font-weight: bold;
} 

div#s1 li.active li a {
	color: #00538e;          /* fix lower levels */
}

div#s1 li.active li a:hover {
    color: #00538e;          /* fix lower levels */
}

