/* 
	WordPress Menubar Plugin
	sf-grey.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/
	Modified by Wolly aka Paolo Valenti
	http://www.paolo.valenti.name/
*/

.sf-grey {margin: 0; background-image:url(http://www.socetgxp.com/images/bg_navbar.jpg); background-repeat: no-repeat;height: 27px;padding: 0;text-align: left;}

.sf-grey ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9;
	font-size: 12px;
}

.sf-grey ul ul {
	top: 27px;
	position: absolute;
	left: -999em;
	width: 181px;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	border-bottom: solid 1px #ccc;
	font-size: 11px;
}
	
.sf-grey ul ul ul {margin: -26px 0 0 181px;font-size: 10px; width: 300px;}
.sf-grey ul ul ul li, .sf-grey ul ul ul li a, .sf-grey ul ul ul li a:hover {width: 299px;}

.sf-grey li {
	float: left;
	padding: 0;
	height: 27px;
	position: relative;
	border-left: 0px solid #a9a9a9;
	border-right: solid 1px #ccc;
}

.sf-grey ul li.heading a:hover {text-decoration: none;}

.sf-grey li li {
	float: left;
	padding: 0;
	width: 180px;
	border: solid 1px #ccc;
	border-bottom: 0;
}

.sf-grey a, 
.sf-grey a:visited, 
.sf-grey a:hover {
	font-weight: bold;
	float: left;
	text-decoration: none;
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 15px;
	overflow: hidden;
}

.sf-grey a, .sf-grey a:visited {color: #000;}
.sf-grey a:hover {color: #000; text-decoration: underline}



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

.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: #ccc;
}

.sf-grey li:hover, 
.sf-grey li.wpmhover {
	visibility: inherit;
	background: #ccc;
}

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

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

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

.sf-grey-after {
	clear: both;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 0px solid #778899;
}
