/* @override http://fairchildcommunications.com/wp-content/themes/fairchild/navigation.css */

.suckerdiv ul {
	margin: 4px 0 0;
	padding: 0;
	list-style-type: none;
	width: 279px;
}

.suckerdiv ul li {
	position: relative;
	text-indent: 20px;
}

.suckerdiv ul li ul {
	position: absolute;
	width: 215px;
	top: 0;
	visibility: hidden;
	margin-left: -480px;
	background-color: #9c9cc2;
	margin-top: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

.suckerdiv ul li ul li a {
	color: black;
	padding-left: 0;
	font-size: 13px;
}

.suckerdiv ul li ul li a:hover {
	border-bottom: none;
	border-top: none;
	border-left: none;
	margin-bottom: 0;
	background-color: #c7c7df;
}

.suckerdiv ul li a {
	display: block;
	overflow: auto;
	color: #afafd0;
	text-decoration: none;
	padding: 1px 5px;
	font-size: 17px;
	line-height: 28px;
}

.suckerdiv ul li.current_page_item a {
	color: white;
}

.suckerdiv ul li a:visited {
	/*color: black;*/
}

.suckerdiv ul li a:hover {
	background-color: #9c9cc2;
	color: black;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-bottom: -2px;
}

.suckerdiv .subfolderstyle {
	
}

/* Holly Hack for IE \*/

* html .suckerdiv ul li {
	float: left;
	height: 1%;
}

* html .suckerdiv ul li a {
	height: 1%;
}

/* End */
