/* START Suckerfish dropdown sytles */
#topNav div {
	border-right: #3194bd 1px solid;
	height: 38px;
	width: 147px;
	padding: 7px 0 0 0;
	/padding: 3px 0 0 0;
}

#topNav div a{
	text-decoration: none;
	color: #a3d1e5;
	width: 100%;
	font-size: 16px;
	height: 38px;
	/height: 33px;
	display: block;
	padding: 5px 0 0 0;
	/padding: 10px 0 0 0;
}

#topNav a:hover{
	color: white;
}

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

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

#topNav li ul li {       
    text-align: left;
    width: 100%; /* width of second level underline & highlight */ 
    z-index: 1000;
    background: #fff;
    }

#topNav li ul li a{
	background: url(/images/common/dropdown.jpg) top left repeat-x;
	color: #a3d1e5;
	padding: 5px 5px 5px 9px;
	text-decoration: none;
    z-index: 1000;
    }

#topNav li ul li a:hover {    
	background: url(/images/common/dropdown.jpg) bottom left repeat-x;
	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 */
	top: auto;
	left: 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;
	position: absolute;
	top: 45px; /* distance between drop down and head item RHS */
	left: -1px;
	width: 13.5em;
	font-size: 11px;
	white-space: normal; 
    z-index: 1000;
}

/* END Suckerfish Dropdowns styles */