/* 
	WordPress Menubar Plugin
	sf-hailans.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
	Modified by Wolly aka Paolo Valenti
	http://www.paolo.valenti.name/
	Further modified for http://hailanstoailans.com
*/

.sf-hailans {
	margin: 0;
	background: none;
	height: 30px;
	border: 0;
	padding: 0;
	text-align: left;
}

.sf-hailans ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #000000;
}

.sf-hailans ul ul {
	top: 30px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
.sf-hailans ul ul ul {
	margin: -30px 0 0 170px;
}

.sf-hailans li {
	float: left;
	padding: 0;
	height: 30px;
	position: relative;
}

.sf-hailans li li {
	float: left;
	padding: 0;
	width: 170px;
		z-index: 99;
}

.sf-hailans a, 
.sf-hailans a:visited, 
.sf-hailans a:hover {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	float: left;
	color: #996600;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
}

.sf-hailans a:hover{
	color: #CB9800;
}

.sf-hailans li li a, 
.sf-hailans li li a:visited, 
.sf-hailans li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
	text-transform: none;
	font-size:11px;
}

.sf-hailans li li a,
.sf-hailans li li a:visited {
	color: #996600;
}

.sf-hailans li li a:hover {
	color:#CB9800;
	}

.sf-hailans li:hover ul ul, 
.sf-hailans li:hover ul ul ul,
.sf-hailans li:hover ul ul ul ul,  
.sf-hailans li.wpmhover ul ul, 
.sf-hailans li.wpmhover ul ul ul, 
.sf-hailans li.wpmhover ul ul ul ul {
	left: -999em;
}

.sf-hailans li:hover ul, 
.sf-hailans li li:hover ul, 
.sf-hailans li li li:hover ul, 
.sf-hailans li li li li:hover ul,
.sf-hailans li.wpmhover ul, 
.sf-hailans li li.wpmhover ul, 
.sf-hailans li li li.wpmhover ul,
.sf-hailans li li li li.wpmhover ul{
	left: 0;
	background: #191919;
	opacity: 0.95;
		filter: alpha(opacity=95);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

/* change this for record of selection */

.sf-hailans li.selected, 
.sf-hailans li.current-cat, 
.sf-hailans li.current-cat-parent, 
.sf-hailans li.current_page_item, 
.sf-hailans li.current_page_parent,
.sf-hailans li.current_page_ancestor  {
	background: none;
}

/* change this for active hover state */

.sf-hailans li:hover, 
.sf-hailans li.wpmhover {
		background: #191919;
}

.sf-hailans li {
	border-left: 0px;
	border-right: 0px;
}

.sf-hailans li li {
	border-left: 0;
	border-right: 0;
	border-top: 0px;
	border-bottom: 0px;
}

.sf-hailans ul ul {
	border-left: 0px;
	border-right: 0px;
}

.sf-hailans-after {
	clear: left;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 0px;
}

.search_heading a{
color: #e6e6e6;
}

.search_heading a:hover {
color: #e6e6e6;
}

