.dropmenu {
    width:100%;
	height:22px;
	color: #000;  
	font-family:Arial,Helvetica,sans-serif;
	font-size: .875em;
   
}

.dropmenu li a{
	height:22px;
	color:#FFF;
	text-align:center;
	list-style-type:none; 
	background-color: rgb(198,86,121); /*---color bot ----------*/
	border-right:1px solid rgb(147,147,147);	
	text-decoration: none;
	float: left;	
	width:12.39%;
	padding-top:3px;
}
.dropmenu li a:nth-child(2) { border-right:none }


.dropmenu li a:hover{
	background-color: rgb(232,191,205);       /*---color bot over----------*/

	color:#000;
}