/* 
	WordPress Menubar Plugin
	sgi-green.css stylesheet for the Suckerfish template

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

.sgi-green {
	margin: 0px auto 0px auto;
	background: none;
	height: 30px;
	padding: 0;
	text-align: center;
	font-family: "Arial Narrow", "Trebuchet MS", sans-serif;
}

.sgi-green ul {
	float: none;
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0;
	background: none; /*#1874CD;*/
	z-index: 9;
}

.sgi-green ul ul {
	top: 30px;
	position: absolute;
	left: -999em;
	width: 118px;
	margin: 0;
	padding: 0;
	background: #FFF;
	filter:alpha(opacity=92);
	-moz-opacity:0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;

}
	
.sgi-green ul ul ul {
	margin: -30px 0 0 118px;
}

.sgi-green li {
    float: left;
	padding: 0;
	height: 30px;
	position: relative;
	width: 117px;
	text-align: center;	
	border-right: 1px solid #fff;
}

.sgi-green li li {
	float: left;
	padding: 0;
	width: 118px;
	height: 25px;
	text-align: left;
}

.sgi-green a, 
.sgi-green a:visited, 
.sgi-green a:hover {
	font-size: 12px;
	font-weight: bold;
	/*float: left;*/
	color: white;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	/*padding: 0 15px;*/
	overflow: hidden;
	text-transform: uppercase;
}
.sgi-green a:hover {
	color: black;
}

.sgi-green li li a, 
.sgi-green li li a:visited, 
.sgi-green li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 115px;
	font-weight: normal;
	text-transform: capitalize;
	color: #949c50;
    font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}

.sgi-green li:hover ul ul, 
.sgi-green li:hover ul ul ul,
.sgi-green li:hover ul ul ul ul,  
.sgi-green li.wpmhover ul ul, 
.sgi-green li.wpmhover ul ul ul, 
.sgi-green li.wpmhover ul ul ul ul {
	left: -999em;
	
}

.sgi-green li:hover ul, 
.sgi-green li li:hover ul, 
.sgi-green li li li:hover ul, 
.sgi-green li li li li:hover ul,
.sgi-green li.wpmhover ul, 
.sgi-green li li.wpmhover ul, 
.sgi-green li li li.wpmhover ul,
.sgi-green li li li li.wpmhover ul{
	left: 0;
	background: #FFF;
}

.sgi-green li.selected, 
.sgi-green li.current-cat, 
.sgi-green li.current-cat-parent, 
.sgi-green li.current_page_item, 
.sgi-green li.current_page_parent,
.sgi-green li.current_page_ancestor  {
	
}

.sgi-green li:hover, 
.sgi-green li.wpmhover {
	background: none;
}

.sgi-green li {
	/*border-left: 1px solid #2EB0FF;
	border-right: 1px solid #104E8B;*/
}

.sgi-green li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #FFF;
}

.sgi-green li li:hover, 
.sgi-green li li.wpmhover {
	background: #e4e7cf;
}

.sgi-green ul ul {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.sgi-green-after {
	clear: left;
	margin: 0 10px 0 10px;
	background: none; /*url(shadow.png) repeat-x;*/
	height: 6px;
	border-top: 1px solid #fff;
	visibility: hidden;
}
