/* CSS Document */

<style type="text/css">



#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 823px;
height: 28px;
border: 1px solid #DFDFDF;
border-width: 1px 0;
background-color:#c4c4c4;

}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;

}

#underlinemenu ul li{
display: inline;

}


#underlinemenu ul li a{
float: left;
color: #2d2d2d;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: #c4c4c4 url(media/menudivide1.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: #ffffff;
background-color:#666666;
height: 26px;
border-bottom: 4px solid black;
padding-bottom: 0;
}

</style>
