/*
 * This overrides qQuery's' default stylesheet for the accordion widget
 */


/*
 * -----------------If a menu is expanded----------------------
 */
.ui-accordion-header.ui-state-active a{
	font-family: Verdana;
	color: color: #787878;
	font-size: 11px;
	font-weight: normal;
	background: none;
}
.ui-accordion-header.ui-state-active {
	background-color: white;
	border-radius: 0px;	
	background-color: white;
	border: 0px;
	border-bottom-style: solid;
	border-bottom-color: rgb(199,205,212);
	border-bottom-width: 1px;
	background: none;	
}
.ui-accordion-header.ui-state-active .ui-icon {
	background-image: none;
}
div.ui-accordion-content.ui-accordion-content-active{
	background: url(../images/nav_arrow.gif) no-repeat scroll 0 0 white;
	border: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(199,205,212);
	border-radius: 0px;		
}

/* ---------------- If a menu is collapsed ------------------------*/

/*
 * Link color of the header when on mouse out
 */
.ui-accordion-header.ui-state-default a {
	font-family: Verdana;
	color: #787878;
	font-size: 11px;
	font-weight: normal;
}
.ui-accordion-header.ui-state-default {
	background-color: white;
	background: none;
	border: 0px;
	border-bottom-style: solid;
	border-bottom-color: rgb(199,205,212);
	border-bottom-width: 1px;
	border-radius: 0px;	
}
.ui-accordion-header.ui-state-default .ui-icon {
	background-image: none;
}

.ui-accordion-content a {
	font-family: Verdana;
	font-size: 11px;
	color: #787878;
	font-weight: normal;
}

a.nav-item-active{
	font-family: Verdana;
	font-size: 11px;
	color: #3f3f3f;	
	font-weight: bold;
	
}
.nav-item-list {
	list-style: none;
}
.nav-item-list li.nav-item-active{
	list-style-image: url(../images/nav_portal-secnav_arrow.gif);

}