/* START Suckerfish dropdown sytles */
.nav_holder {
	clear: both;
	height: 100px;
	margin: 0 auto;
	width: 850px;
}

#topNav div {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 38px;
	margin: 60px 43px 0 0;
	padding: 0 0 0 0;
}

#topNav div a {
	text-decoration: none;
	color: #336666;
	font-size: 12pt;
	display: block;
	padding: 0 5px;
}

#topNav a:hover{
	background: #ddd16f;
}

#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 {       
    background: #f1f1e7;
	text-align: left;
    z-index: 1000;
    }

#topNav li ul li a {
	color: #336666;
	border-bottom: dotted 1px #336666;
	margin-left: 5px;
	padding: 2px 1px 2px 9px;
	text-decoration: none;
	width: 115px;
    z-index: 1000;
    }

#topNav li ul li a:hover {    
	background: #ddd16f;
}

#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 */
	background: #f1f1e7;
	display: none;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	position: absolute;
	top: 89px; /* distance between drop down and head item RHS */
	white-space: normal;
	width: 135px;
	z-index: 1000;
}

/* END Suckerfish Dropdowns styles */
