/* - - - - - - - - - - - - - - - - - - - - -
menu.css

Title : PDS Corp Site
Author : Richard Booth
URL :

Description :

Created : 9.17.2006
Modified : 9.19.2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

/*Start Accordion Menu*/

.arrowlistmenu{
	width: 212px; /*width of accordion menu*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	margin-bottom: 5px;
	padding: 4px 0 4px 16px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	/*background-color: #00ADEE;*/
	background-image: url(images/Nav-OffBox.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	text-decoration:none;
	color: #FFFFFF;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/Nav-OnBox.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #FFFFFF; /*custom bullet list image*/
	display: block;
	padding: 0px 0 3px 22px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.visionPage a#visionnav,
.webelievePage a#webelievenav,
.executivePage a#executivenav,
.planforgrowthPage a#planforgrowthnav,
.investorPage a#investornav,
.vendorsPage a#vendornav,
.newsPage a#newsnav,
.assistingPage a#assistingnav,
.supportingPage a#supportingnav,
.changingPage a#changingnav,
.fourkeysPage a#fourkeysnav,
.testimonialsPage a#testimonialsnav,
.casestudiesPage a#casestudiesnav,
.decisionPage a#decisionnav,
.comparePage a#comparenav,
.pathPage a#pathnav,
.careerPage a#careernav,
.opportunityPage a#opportunitynav,
.benefitsPage a#benefitsnav,
.diversityPage a#diversitynav,
.xpPage a#xpnav,
.contactusPage a#contactusnav,
.braveheartPage a#braveheartnav,
.pdslifePage a#pdslifenav
{
	background:#FFEC05;
	color:#000000;

	
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #00ADEE;
	background-color: #FFFFFF;
}


.arrowlistmenu ul li a:visited{


}


/*End Accordion Menu*/

