/* 
	WordPress Menubar Plugin
	b-green.css stylesheet for the Basic template
*/

.b-green {
	margin: 10px 10px 0px 10px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 30px; 
	line-height: 24px;
	background: #323B20 url(green.gif) center repeat-x;
	font-size: 12px;
	font-weight: bold;
	border-top: 8px solid #323B20;
	border-bottom: 8px solid #323B20;
	}

.b-green a, 
.b-green a:visited {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	color: #F1F1F1;
	text-decoration: none;
	}

.b-green a:hover {
	
  background-image: url(wpmenu1-hover-left.gif);
  background-repeat: repeat-x;
  	color: #F1F1F1;

  /*-webkit-border-radius: 20px;
  -moz-border-radius: 20px;*/


	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

 
.b-green a.selected:hover {
	color: white;
	text-decoration: none;
	
	}

.b-green a.selected {
	  background-image: url(wpmenu1-hover-left.gif);
  background-repeat: repeat-x;

 /* -webkit-border-radius: 20px;
  -moz-border-radius: 20px;*/

  -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	}
