.submain
{
    color:#fff;
	text-decoration:none;
	width:100%;
	text-align:center;
	display:block;
	float:left;
	
	font-size:1.15em;
	height:46px;
}


.submain a
{
    color: #fff;
    text-decoration: none;
    width: 121px;
    text-align: center;
    display: block;
    
    font-size: 1.15em;
    height:46px;
    
}

.submain a:hover 
{
    background-image:none;
    background-color:#70b748;
    }
    



.submenudd { 
	position:absolute; 
	z-index:1000; 
	background:#191919; 
	display: block;
	padding:0px; 
	text-align:left; 
	float:left;
	color: white; 
	margin-top:-17px;
	
}


.submain ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width:121px;
    
    
}

.submain ul li a
{
    color: white;
    font-size: 12px;
    display: block;
    text-decoration: none;
    font-family: "Palatino Linotype" , "Book Antiqua" ,Palatino,serif;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    float: left;
    background-image: none;
    margin: 2px 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    height:15px;
}

.submain ul li a:hover
{
    background-color:#70b748;
    
}
