.basictab li.selected a  {
	text-decoration: underline;
	}
	
.basictab{
padding: 7px 0;
margin-left: 0;
font-family:Arial,Tahoma,Verdana;
font-size: 11px;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	background: #70a337 url(http://www.innovationcoach.com/wp-content/themes/revolution_news-21/images/navbar.gif);
	color: #FFFFFF;
    font-weight: bold;
	margin:0 -4px 0 0;
	padding: 7px 17px 7px 17px;
	border-right: 1px solid #abe25f;
	border-left: 1px solid #659d19;
}


.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover{
background-color: #70A337 none repeat scroll 0 0;
color: #FFFFFF;

}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/

}


.submenustyle{
	background: #daf6b4;
	width: 920px;
	height: 27px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #B1C3D4;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	line-height: 26px;
}

* html .submenustyle{ /*IE only width definition*/
width: 920px;
}

.submenustyle a{
 margin: 0px 20px 0px 0px;
	padding: 6px 5px 6px 5px;
text-decoration: none;
color: #333333;
font-weight: bold;
}

.submenustyle a:hover{
background-color: #AEC490;
}

#navbar2 {
	background:  #70a337 url(http://www.innovationcoach.com/wp-content/themes/revolution_news-21/images/navbar.gif);
	width: 920px;
	height: 28px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #659d19;
	border-bottom: 1px solid #659d19;
	}
	
	#maintab {
		margin: 0px;
		height: 28px;
	}
	
#navbarright {
	width:100px;
	float:left;
	margin: -40px 0 0 220px;
	border:none;
	border-width:0px;
}