/* 
	WordPress Menubar Plugin
	sf-beauty.css stylesheet for the Suckerfish_41 template

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

.sf-beauty {
	

	font-family:Century Gothic,"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:0.8em;
	padding: 0;
	text-align: left;
	margin-top:0px;
	
	
}

.sf-beauty ul {

	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9;
	
}

.sf-beauty ul ul {
	top: 2em;
	position: absolute;
	left: -999em;
	width: 23em;
	margin: 0;
	padding: 0;
	
}
	
.sf-beauty ul ul ul {
	margin: -2em 0 0 7em;
}

.sf-beauty li {
	float: left;
	padding: 0em;
	height: 2em;
	position: relative;
	
}

.sf-beauty li li {
	float: left;

	width: 22em;
}

.sf-beauty a, 
.sf-beauty a:visited, 
.sf-beauty a:hover {
	
	font-weight: bold;
	float: left;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 2em;
	line-height: 26px;
	padding: 0 15px;
	overflow: hidden;
	text-decoration:none;
	
}

.sf-beauty li li a, 
.sf-beauty li li a:visited, 
.sf-beauty li li a:hover {
	padding: 0;
	text-indent: 1em;
	width: 23em;
	
	
}

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

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

.sf-beauty li.selected, 
.sf-beauty li.current-cat, 
.sf-beauty li.current-cat-parent, 
.sf-beauty li.current_page_item, 
.sf-beauty li.current_page_parent,
.sf-beauty li.current_page_ancestor  {
		background: #FFFFFF;
	background-repeat: no-repeat;
	text-decoration:none;
}

.sf-beauty li:hover, 
.sf-beauty li.wpmhover {
	background: #FFFFFF;
	background-repeat: no-repeat;
	
}

.sf-beauty li {

	
	
}

.sf-beauty li li {

}

.sf-beauty ul ul {

	background: none;
}

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

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

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

.sf-beauty-after {
	clear: both;
	margin: 0 10px 0 10px;
	border-top: 0px solid #104E8B;
}

