/* 
	WordPress Menubar Plugin
	sf-grey.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/
*/

.sf-grey {
	background: url('navigation.png') no-repeat scroll center center;
	height:63px;
	clear: both;
	margin:0 auto;
	padding: 5px 0;
	border-left: 0 !important;
	border-right: 0 !important;
	list-style: none;
}
.sf-grey a {
	display: block;
	float: left;
	padding: 2px 8px;
	margin:0 10px;
	border:0px;
	text-decoration: none;
	}
	.sf-grey a:link, .sf-grey a:visited {
		color: #637B93;
	}
	.sf-grey a:hover, .sf-grey a:active {
		color: #660066;
}


.sf-grey ul { /* all lists */
	margin:12px auto;
	padding:0;
}

.sf-grey li { /* all list items */
	float: left;
	position: relative;
	cursor: default;
	display: block;
	margin: 0;
	cursor: default;
	margin: 0;
	padding:0;
	border: 0;
	list-style-position: outside;
	font: normal 18px 'Century Gothic', Arial, Helvetica, sans-serif;
}
li ul li {
	color:#637B93;
	margin:0;
	padding:0;
}
.sf-grey li ul li a {
	display: block;
	font-weight: normal;
	color: #637B93;
	margin:0;
	padding:6px;
}
.sf-grey li ul li a:link, .sf-grey li ul li a:visited {
	color:#637B93;
	padding:6px;
}

.sf-grey li li a:hover, .sf-grey li li a:active {
	color:#660066;
	padding:6px;
}

.sf-grey li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: bold;
	font-size:16px;
	z-index:1000;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.sf-grey li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background: #FFF;
	font-weight: bold;
	font-size:16px;
	margin:0;
	border:1px solid #A9A9A9;
	border-top:0;
	padding:12px 0;
}


/*

.sf-grey li li {
	color:#54462A;
	margin:0;
	width:170px;
}
.sf-grey li ul { 
	display: none;
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	font-weight: bold;
	font-size:16px;
	width:150px;
	margin:20px;
	padding:20px 0 0 0;
}


.sf-grey li>ul { 
	top: auto;
	left: auto;
}

.sf-grey li:hover ul, li.over ul { 
	display: block;
	background: #E9F3FD;
	width:170px;
	font-weight: bold;
	font-size:16px;
	margin: 0;
	padding:0;
	border:1px solid #BE1E2D;
	color: rgb(80,90,100);
}

/*


.sf-grey {
	background:#fff url('images/navigation.png') no-repeat scroll center center;
	width:800px;
	height:63px;
	clear: both;
	margin:0;
	padding: 5px 0;
	border-left: 0 !important;
	border-right: 0 !important;
	list-style: none;
	border:1px solid red;
}

.sf-grey ul {
	float: left;
	margin:12px auto;
	padding:0;
}

.sf-grey ul ul {
	top: 28px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
.sf-grey ul ul ul {
	margin: -26px 0 0 170px;
}

.sf-grey li {
	display: inline;
	margin: 0 8px;
	padding:0;
	border: 0;
	list-style-position: outside;
	font: normal 20px 'Century Gothic', Arial, Helvetica, sans-serif;
}

.sf-grey li li {
	float: left;
	padding: 0;
	width: 170px;
}

.sf-grey a, 
.sf-grey a:visited, 
.sf-grey a:hover {
	float: left;
	color: #A9A9A9;
	display: block;
	float: left;
	padding: 2px 8px;
	margin:0 10px;
	border:0px;
	text-decoration: none;
	overflow: hidden;
}

.sf-grey li li a, 
.sf-grey li li a:visited, 
.sf-grey li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

.sf-grey li:hover ul ul, 
.sf-grey li:hover ul ul ul,
.sf-grey li:hover ul ul ul ul,  
.sf-grey li.wpmhover ul ul, 
.sf-grey li.wpmhover ul ul ul, 
.sf-grey li.wpmhover ul ul ul ul {
	left: -999em;
}

.sf-grey li:hover ul, 
.sf-grey li li:hover ul, 
.sf-grey li li li:hover ul, 
.sf-grey li li li li:hover ul,
.sf-grey li.wpmhover ul, 
.sf-grey li li.wpmhover ul, 
.sf-grey li li li.wpmhover ul,
.sf-grey li li li li.wpmhover ul{
	left: 0;
}

.sf-grey li.selected, 
.sf-grey li.current-cat, 
.sf-grey li.current-cat-parent, 
.sf-grey li.current_page_item, 
.sf-grey li.current_page_parent,
.sf-grey li.current_page_ancestor  {
	background: #808080;
}

.sf-grey li:hover, 
.sf-grey li.wpmhover {
	background: #808080;
}

.sf-grey li {
	border-left: 0px solid #a9a9a9;
	border-right: 0px solid #778899;
}

.sf-grey li li {
	border-left: 0;
	border-right: 0;
	border-top: 0px solid #a9a9a9;
	border-bottom: 0px solid #778899;
}

.sf-grey ul ul {
	border-left: 0px solid #a9a9a9;
	border-right: 0px solid #778899;
}

.sf-grey-after {
	clear: left;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 0px solid #778899;
}
*/
