/*------------- New Drop Down Lists	-------------*/
	#middleContent {
		z-index:2;
	}
	#headerContent{
		z-index:100;
	}
	.ddTBox{
		display:block;
		opacity:.95;
		/*filter:alpha(opacity=95);*/
		position:absolute;
		top:7px;
		left:-20px;
		z-index:301;
	}
	
	/*Middle row*/
	.ddTBox .left{
		/*background: #f2f2f2 url(../images/dropdown/xTile_bg.gif) bottom left repeat-x;*/
		background: #cccccc url(../images/dropdown/xTile_bg.gif) repeat-x;
		vertical-align:top;
	}
	.ddTBox .right{
		width:7px;
		background: url(../images/dropdown/leftside_tile.png) repeat-y;
		vertical-align:top;
	}
	#mainNav .ddTBox .right .top{
		width:7px;
		display:block;
		height:45px;
		background: url(../images/dropdown/leftside_top.png) bottom left no-repeat;
		margin-top:-45px;
		padding-top:0;
	}
	
	/* Main area */
	.ddTBox li a{
		color:#707070;
		font-size:14px;
	}
	#mainNav li .ddTBox td li a{
		background-image:url();
		height:auto;
		width:auto;
		display:block;
		padding:5px 15px;
		text-decoration:none;
		text-indent:0;
		margin:0;
	}
	#mainNav li .ddTBox td li a:hover{
		background:#969696 url(../images/dropdown/dd_box_rolloverBg.gif) repeat-x scroll left top;
		color:#FFFFFF;
	}
	.ddTBox ul li, .ddTBox ul{
		position:relative;
	}
	#mainNav .ddTBox ul li {
		background:transparent url(../images/dropdown/main_dropdown_div.gif) repeat-x left top;
		width:100%;
		height:auto;
		float:none;
		padding:0;
	}
	#mainNav .ddTBox ul{
		display:block;
		list-style:none;
		z-index:310;
	}
	
	/*Top*/
	.ddTop .ddb1{
		background: url(../images/dropdown/toprow_full_left.gif) no-repeat;
		width:8px;
	}
	.ddTop .ddb2{
		background: #f3f3f3;
		padding: 5px 0px;
		text-align:center;
	}
	.ddTop .ddb3{
		background: url(../images/dropdown/toprow_full_right.gif) no-repeat;
		width:10px;
	}
	
	/*Bottom*/
	.ddBottom .ddb1{
		background: url(../images/dropdown/bottomrow_full_left.png) no-repeat;
		width:8px;
	}
	.ddBottom .ddb2{
		padding: 5px 20px;
		background: url(../images/dropdown/bottomrow_full_tile.png) repeat-x;
		text-align:center;
	}
	.ddBottom .ddb3{
		background: url(../images/dropdown/bottomrow_full_right.png) no-repeat;
		width:17px;
	}
	.ddBottom, .ddBottom td{
		height:22px;
	}
	
	/* Open Tab */
	.active .ddTBox{
		top:1px;
	}
	.active .ddTBox .left, .active .ddTop .ddb2{
		background: #fff url();
	}
	.active .ddBottom .ddb1{
		background: url(../images/dropdown/open_bottomrow_full_left.png) no-repeat;
	}
	.active .ddBottom .ddb2{
		background: url(../images/dropdown/open_bottomrow_full_tile.png) repeat-x;
	}
	.active .ddBottom .ddb3{
		background: url(../images/dropdown/open_bottomrow_full_right.png) no-repeat;
	}
	.active .ddTop .ddb1{
		background: url(../images/dropdown/open_toprow_full_left.gif) no-repeat;
	}
	.active .ddTop .ddb3{
		background: url(../images/dropdown/open_toprow_full_right.gif) no-repeat;
	}
	
	/*	 Headlines/Specific dropdowns  -  Healthcare	*/
	#mainNav #box_healthcare_lnk .ddTop .ddb2 a{
		background: url(../images/dropdown/dd_box_hcHead.gif) 42px -3px no-repeat;
		width:218px;
		height:21px;
	}
	#mainNav .active #box_healthcare_lnk .ddTop .ddb2 a {
		background-position:  32px -1px;
		width:214px;
	}
	#mainNav #box_productivity_lnk .ddTop .ddb2 a{
		background: url(../images/dropdown/dd_box_prHead.gif) 49px 3px no-repeat;
		width:142px;
		height:21px;
	}
	#mainNav .active #box_productivity_lnk .ddTop .ddb2 a {
		background-position:  36px 4px;
		width:129px;
	}
	#mainNav #box_employee_lnk .ddTop .ddb2 a{
		background: url(../images/dropdown/dd_box_enHead.gif) 54px 2px no-repeat;
		width:186px;
		height:20px;
	}
	#mainNav .active #box_employee_lnk .ddTop .ddb2 a {
		background-position:  35px 4px;
		width:168px;
	}
	#mainNav #box_eyecare_lnk .ddTop .ddb2 a{
		background: url(../images/dropdown/dd_box_ehHead.gif) 44px 2px no-repeat;
		width:215px;
		height:20px;
	}
	#mainNav .active #box_eyecare_lnk .ddTop .ddb2 a {
		background-position:  35px 4px;
		width:215px;
	}
