/* 
	WordPress Menubar Plugin
	sf-red.css stylesheet for the Suckerfish_4 template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.sf-red {
	height: 18px;
	border-top: 0px solid #2EB0FF;
	padding: 0;
	text-align: left;
	background: #FF0000;
	margin-top: -140px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
}

.sf-red ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9;
	background: #FF0000;
}

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

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

.sf-red li li {
	float: left;
	padding: 0;
	width: 170px;
}

.sf-red a, 
.sf-red a:visited, 
.sf-red a:hover {
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	overflow: hidden;
}

.sf-red li li a, 
.sf-red li li a:visited, 
.sf-red li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

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

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

.sf-red li.selected, 
.sf-red li.current-cat, 
.sf-red li.current-cat-parent, 
.sf-red li.current_page_item, 
.sf-red li.current_page_parent,
.sf-red li.current_page_ancestor  {
	background: #ff9900;
}

.sf-red li:hover, 
.sf-red li.wpmhover {
	background: #ff9900;
}

.sf-red li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #FF3300;
}

.sf-red li li {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF3300;
	border-bottom-color: #990000;
}

.sf-red ul ul {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #FF3300;
}

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

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

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

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

