/* Main menu section for whole nav bar ---*/

#ja-cssmenu
{
	background: url("../../images/gd-bg-nb.gif") repeat-x scroll left 0 transparent;
}

#ja-cssmenu li /* each individual menu item first level */
{
	background: url("../../images/bdr-nb.gif") no-repeat scroll left top;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	overflow: visible;
	padding: 0;
}

#ja-cssmenu  li ul /* the frame of the first drop down menu */
{
	width: 15em;
	border: 1px solid #f0f0f0;
}

#ja-cssmenu li ul li /* each individual menu item in drop down, careful mixing with the below */
{
   	border: 0;
	width: 15em;
}

#ja-cssmenu li li .havesubchild
{
	margin: 0;
	padding: 0 !important;
	width: 0;
	border: 0 none;
	color: #f0f0f0;
}

#ja-cssmenu li ul a
{
	background: url("../../images/gd-bg-nb.gif") repeat-x scroll left top;
	border-left: 0 none;
	border-right: 0 none;
	line-height: normal;
	margin: 0;
	padding: 7px 40.5px 7px 10px;
	color: #f0f0f0;
}

#ja-cssmenu a
{
	color: #f0f0f0 !important;
}

#ja-cssmenu li li
{
	padding: 0 !important;
}

#ja-cssmenu .active,
#ja-cssmenu .active:hover,
#ja-cssmenu .sfhover
{
	background: url("../../images/bg-nb-sel.gif") repeat-x scroll left top;
	color: #f0f0f0;
}

#ja-cssmenu ul a .active
{
	color: #f0f0f0;
}

#ja-cssmenu li li a .sfhover,
#ja-cssmenu li li a .active:hover,
#ja-cssmenu li ul .active
{
	color: #f0f0f0;
	background: url("../../images/bg-nb-sel.gif") repeat-x scroll left top;
}