/* default (non-highlighted) nav section style */
/* width set for broken IE box model */

#nav ul {
	padding: 0px;
	margin: 0px;
		font-family: Arial,Helvetica,Verdana,sans-serif;
}

#nav ul li {
	background: url(../../images/common/nav/bluearrowup.gif) top left no-repeat;
	width: 151px;
	padding: 2px 2px 2px 25px;
	font-size: 8pt;
	color: #ffffff;
	line-height: 13px;
	margin: 1px;
	text-transform: uppercase;
}

/* Active parent styles */
#nav ul li.active
{
	background: url(../../images/common/nav/bluearrowdown.gif) top left no-repeat;
}

/* default link style for nav sections */
#nav ul a {
	color: #ffffff;
	text-decoration: none;
}
#nav ul a:hover {
	text-decoration:underline;
	/*color: #007eff;*/
}

/* Remove bullets */
#nav ul li {
	list-style-type: none;
}

/* default style for nav subsection lists */
#nav ul ul {
	margin: 0;
	padding: 0;
	display: none;
}
#nav ul li.active ul {
	display: block;
}
#nav li.current a {
	color: #A0CEE7;
}

/* default style for nav subsection list items */
#nav ul ul li {
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 10px;
	text-indent: -10px;	
	text-transform: none;
	background: none !important;
}
