@charset "utf-8";
/* CSS Document */


.hovermenu {
	behavior:url(/inc/csshover.htc);/* you must link to the hover.htc file for this menu to work in IE6 and earlier */
}

.hovermenu ul{
padding-left: 0;
margin-left: 0;
height: 20px;
width: 35em;
margin: auto;

}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #333;
background-color: #fc3; /* You Can Change this color */
border-left: 2px solid #e1e1e1; /*You can change this color*/
}

.hovermenu ul li a:hover{
background-color: #33c; /*You Can Change This Color*/
color: #FFF;
}
