
#tmenu {
        background: #82BC2B;
	width:650px;
        height:76px;
        margin-top:0px;
	margin-left:315px;
        margin-bottom:51px;
	border:none;
        padding:0px 0px 0px 0px;
}


#tmenu ul
{
list-style: none;
padding: 0;
margin: 0px 0px 0px 0px ;
}


#tmenu li
{
float: left;
margin: 0;
}

#tmenu a
{
padding:;
}

#tmenu li a
{
background: url(head/b1.png) #fff bottom left repeat-x;
height:50px;
margin: 26px 0px 0px 0px ;
line-height: normal;
font-size:15px;
float: left;
width: 130px;
display: block;
border:none;
color: #fff;
text-decoration: none;
text-align: center;
text-transform:uppercase;
}



#tmenu  a:hover {
background: url(head/b2.png) no-repeat; 
color: white;

}


#tmenu  .active a{
background: url(head/b2.png) no-repeat; 
color: white;

}

