/* 
	WordPress Menubar Plugin
	sf-blue.css stylesheet for the Suckerfish_45 template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/
.custom #wmp1 { margin-left: 25em; }
.custom .sf-blue {
	margin: 10px 10px 0 10px;
	height: 20px;
	padding: 0;
	text-align: left;
}

.custom .sf-blue ul {
	float: left;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	z-index: 9;
}

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

.custom .sf-blue li {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
	line-height: 1.273em;
	color: #b1c89d;
	border: none;
	float: left;
	padding: .4em .8em;
	min-height: 20px;
	position: relative;
}

.custom .sf-blue li li {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 1em;
	line-height: 1.273em;
	border: none;
	float: left;
	padding: .4em .8em;
	width: 170px;
	background-color: #545867;
	border-bottom: 1px solid #797979;
}
.custom .sf-blue a, 
.custom .sf-blue a:visited {
	color: #b1c89d;
}
.custom .sf-blue a:hover {
	color: #fff;
	border-bottom: none; 
	background-color: #797979; 
}
.custom .sf-blue li li a, 
.custom .sf-blue li li a:visited {
	color: #b1c89d;
}
.custom .sf-blue li li a:hover { background-color: #797979; color: #fff; }

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

.custom .sf-blue li:hover ul, 
.custom .sf-blue li li:hover ul, 
.custom .sf-blue li li li:hover ul, 
.custom .sf-blue li li li li:hover ul,
.custom .sf-blue li.wpmhover ul, 
.custom .sf-blue li li.wpmhover ul, 
.custom .sf-blue li li li.wpmhover ul,
.custom .sf-blue li li li li.wpmhover ul{
	left: 0;
}

.custom .sf-blue li.selected, 
.custom .sf-blue li.current-cat, 
.custom .sf-blue li.current-cat-parent, 
.custom .sf-blue li.current_page_item, 
.custom .sf-blue li.current_page_parent,
.custom .sf-blue li.current_page_ancestor  {
	background: #797979;
	color: #FFFFFF;
	border: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.custom .sf-blue li:hover, 
.custom .sf-blue li.wpmhover {
	visibility: inherit;
	background: #797979;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.custom .sf-blue li {
	/*border-left: 1px solid #2EB0FF;
	border-right: 1px solid #104E8B;*/
}

.sf-blue li li {
	/*border-left: 0;
	border-right: 0;
	border-top: 1px solid #2EB0FF;
	border-bottom: 1px solid #104E8B;*/
}

.sf-blue ul ul {
	/*border-left: 1px solid #2EB0FF;
	border-right: 1px solid #104E8B;*/
}

.sf-blue li.right {
	float: right;
}

.sf-blue form {
	margin: 0;
	padding: 4px 10px 0;
}

.sf-blue form input {
	border: 0;
}

.sf-blue li a img {
	float: left;
	margin: 5px 7px 0 -5px;
}

.sf-blue-after {
	clear: both;
/*	margin: 0 10px 0 10px;
	background: url(shadow.png) repeat-x;
	height: 6px;
	border-top: 1px solid #104E8B;
*/}

