/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	margin-bottom:0;
	padding: 0;

	list-style: none;
}

#li_projects, #li_contact{	
	padding-left: 0em;
}/*_g*/

.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	margin-top:5px;	
}
/*----------------_gStuff-----------------------*/

#bio{
	left: 0px;
	width:10em;
}


/*----------------end_gStuff-----------------------*/



.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,{
	display: block;

}



.sf-menu a {
	display: block;
	position: relative;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	/*margin-bottom: 1em;*/ /*_g*/
}
.sf-menu ul {
	/*box-shadow: 2px 2px 6px rgba(39,41,39,0.3);*/
	/*min-width: 12em; /* allow long menu items to determine submenu width */ _g*/	
	width: 12em; 
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 0px solid #fff; /*_g*/
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 0px solid rgba(255,255,255,.5); /*_g*/
	padding: .3em .6em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {

	color: #fff;
	//color: #7A8277;
	//color: #30332F;
}
.sf-menu a:hover {
	color: #fff;
	//color: #30332F;
}//_g

.sf-menu li {
	background: #fff;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: rgba(39,41,39,0.50);
	/*text-align:right;_g*/
}
.sf-menu ul li.index {
	background: rgba(39,41,39,0.30);
	/*text-align:right;_g*/
}

.sf-menu li:hover {
	background: transparent;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	color:#0f0;
}

.sf-menu li ul li.colorException_g:hover{background:rgba(39,41,39,0.50);}


.sf-menu li a:hover {
	color:#97bfa0;
}

/*** arrows (for all except IE7) **/
/* styling for both css and generated arrows */
/* styling for right-facing arrows */
