/* START Suckerfish dropdown sytles */

#topNav div {
	border-right: #5993a6 1px solid;
	height: 54px;
	padding: 0 26px 0 0;
}

#topNav div.home {
	width: 80px;
}

#topNav div.about {
	width: 80px;
}

#topNav div.recruiting {
	width: 110px;
}

#topNav div.enterprise {
	width: 125px;
}

#topNav div.sm_business {
	width: 140px;
}

#topNav div.stories {
	width: 95px;
}

#topNav div.contact {
	width: 82px;
}

#topNav div a {
	background: url(/images/common/nav_back.gif) repeat-x;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 34px;
	padding: 10px 13px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}

#topNav div a.single_line {
	padding-top: 18px;
	height: 25px;
}

#topNav a:hover{
	background: #114d61;
	color: #edead0;
}

#topNav ul { /* all lists */
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;	
    z-index: 1000;
}

#topNav li { /* all list items */
	float: left;
	position: relative;
    text-align: left; 
    list-style: none;	 
    z-index: 1000;
}

#topNav li ul li {
	border-bottom: #5993a6 1px solid;     
    text-align: left;
    width: 100%; /* width of second level underline & highlight */ 
    z-index: 1000;
    }

#topNav li ul li a {
	background: #114d61;
	color: #fff;
	padding: 7px 15px 7px 5px;
	text-decoration: none;
    z-index: 1000;
}

#topNav li ul li a:hover {    
	background: #538ca0;
	color: #fff;
}

#topNav a {
	display: block;
}

#topNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	left: auto;
	top: auto;
}

#topNav li:hover ul, #topNav li.over ul { /* lists nested under hovered list items */
	display: block;	 
	z-index: 1000;
}

#topNav li ul { /* second-level lists */
	display: none;
	font-size: 12px;
	left: 0;
	position: absolute;
	top: 54px; /* distance between drop down and head item RHS */	
	white-space: normal; 
    width: 180px;
	z-index: 1000;
}

/* END Suckerfish Dropdowns styles */