div.tabs{
    height:20px;
}

div.tabs li {
   float:left;
    background-color:rgb(186, 186, 186);
    cursor:pointer;
    padding:7px 20px 7px 20px;
    border-bottom:none;
    position:relative;
    top:1px;
    margin-right:2px;
    color:#000;
	list-style:none;
	font-size: 14px !important;	
}

div.tabs li.selected {
   background-color:rgb(151, 184, 62);
    border:0px solid #a49264;
    border-bottom:0px solid #b1a37e;
	font-size: 14px !important;	
    
}
div.tabs li.selected a {
	color:rgb(255, 255, 255);
}
div.contents {

	width:743px;
    clear:both;
    background-color:#e8e8e8;
}

div.contents li{
    margin:10px
}