/* HOMEPAGE grey NAV */
	
#greyNav { height:140px; position: relative; z-index: 99;}
#greyNav ul li.lvl1 {
	margin: 0; 
	list-style: none; 
	list-style-type: none; 
	background-color: none;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background: url(../../images/shell/greyNav-sep.jpg) no-repeat scroll left top transparent;
}
#greyNav ul li.lvl1,
#greyNav ul li.lvl1 .lvl1-menuContent a {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
}

#greyNav ul li.first {
	background: none;
}

#greyNav ul li.lvl1:hover .lvl1-menuContent {
	background-color:#fdb81a;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 288px;
}

#greyNav ul li.lvl1:hover,
#greyNav ul li.lvl1:hover .lvl1-menuContent a {
	color: #000;
}

#greyNav ul li.lvl1 a.toplvl {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
}

#greyNav ul li.lvl1 .lvl1-menuContent {
	width: 290px; 
	height: 115px; 
	padding: 20px 20px 0;
}

#greyNav .menuTitle {float: left; width: 140px; font-size: 20px; margin-top: 10px; font-family:'Werk', sans-serif;}
#greyNav .learnmore {width: 140px; float: left; position: relative; bottom: -20px; left: 0px; color: #fff; font-size: 12px; font-weight:bold; text-transform: none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
#greyNav .menuImg {float: left; width: 106px; margin-left: 10px;}

 /* dropdown */
 
.dropdown {
	display:none;
	position:absolute;
	z-index:999;
	top:135px;
	cursor:default;
	
	width:670px; /*width:977px;*/
	height:445px;  /*420px;*/
	color: #000;
	/*background: url(../../images/shell/dd_bg.png) no-repeat left top;
	background-color:#fdb81a;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}

#dd_1 {background: url(../../images/shell/dd_left_bg.png) no-repeat left top; left:0px;}
#dd_2 {background: url(../../images/shell/dd_mid_bg.png) no-repeat left top; left:160px;}
#dd_3 {background: url(../../images/shell/dd_right_bg.png) no-repeat left top; right:17px;}

ul.nav li.over .dropdown, /* gets added by jquery on hover */
/*ul.nav li:hover .dropdown {  display:block; }*/
.over {}

.dropdown .drop {}
.dropdown .dropContent {
	font-size: 12px;
	color: #000;
	text-transform: none;
	padding: 0 15px;
}

#dd_1 .dropContent {padding:0 19px 0 15px;}
#dd_3 .dropContent {padding:0 17px 0 17px;}
#dd_3 .dropContent {padding:0 15px 0 19px;}

.dropdown .greyBar-padding {padding: 15px 15px 15px 7px;}
.dropdown .greyBar-subTitle {margin-top: -30px; font-weight: bold;}
.dropdown .greyBar-content {}

.dropdown ul li {
		list-style:none outside disc;
		float:none;
		margin-left:12px;
}

