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


.headermenu{
font-size: 100%;
padding-left:100px;
}

.headermenu ul{
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.headermenu ul li{
display: inline;
}

.headermenu ul li a{
color: #ffffff;
padding: 8px 4px 8px 4px;
margin-right: 11px;
text-decoration: none;
}

.headermenu ul li a:hover{
color: #fff;
background: #023f22; /*background of menu item onMouseover*/
}


.headermenu ul li .selected{
color: #fff;
background: #023f22; /*background of menu item onMouseover*/
font-weight: bold;
}

