/* 
	WordPress Menubar Plugin
	sf-blue.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.sf-blue {
	margin: 7px 10px 0 10px;
	background: none;
	height: 26px;
/*	border-top: 1px solid #2EB0FF;*/
/*    border-bottom: 3px solid #2EB0FF;*/
	padding: 0;
	text-align: left;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	z-index: 9;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
}

.sf-blue ul ul {
	top: 26px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #499ddb;
	border-right: 1px solid #499ddb;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
}	

.sf-blue ul ul ul {
	margin: -26px 0 0 170px;
	border-top: 0px solid #499ddb;
	border-bottom: 1px solid #499ddb;	
	border-left:1px solid #499ddb;
	border-right: 1px solid #499ddb;	
}

.sf-blue li {
	float: left;
	padding: 0;
	height: 26px;
	position: relative;
	border-right: 1px solid #499ddb;
}
.sf-blue li li {
	float: left;
	padding: 0;
	width: 170px;
	background: #c9eced;
/*	background: #C0E1EC;*/
	border-top: 0px solid #499ddb;
	border-bottom: 1px solid #499ddb;
}

.sf-blue a, 
.sf-blue a:visited, 
.sf-blue a:hover {
    font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
/*	font-weight: bold;*/
	float: left;
	color: black;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	overflow: hidden;
}

.sf-blue li li a, 
.sf-blue li li a:visited, 
.sf-blue li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

.sf-blue li:hover ul ul, 
.sf-blue li:hover ul ul ul,
.sf-blue li:hover ul ul ul ul,  
.sf-blue li.wpmhover ul ul, 
.sf-blue li.wpmhover ul ul ul, 
.sf-blue li.wpmhover ul ul ul ul {
	left: -999em;
}

.sf-blue li:hover ul, 
.sf-blue li li:hover ul, 
.sf-blue li li li:hover ul, 
.sf-blue li li li li:hover ul,
.sf-blue li.wpmhover ul, 
.sf-blue li li.wpmhover ul, 
.sf-blue li li li.wpmhover ul,
.sf-blue li li li li.wpmhover ul{
	left: 0;
}

.sf-blue li.selected, 
.sf-blue li.current-cat, 
.sf-blue li.current-cat-parent, 
.sf-blue li.current_page_item, 
.sf-blue li.current_page_parent,
.sf-blue li.current_page_ancestor  {
	background: #62ABE0;
}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
	background: #C0E1EC;
}

.sf-blue-after {
	clear: left;
	margin: 0 10px 0 10px;
	background: none; 
	height: 6px;
	border-top: 0px solid #104E8B; 
}
#wpmnavclear {
	clear: left;
/*	background: url(shadow.png) repeat-x;*/
	height: 4px;
	border-bottom: 3px solid #499ddb;
}

