

#underlinemenu{
margin: 0;
padding: 0;
font-size:16px;
font-family: Georgia, Times, serif;
height: 44px;
width: 550px;
}

#underlinemenu ul{
margin: 0;
margin-left:1px;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border-width: 1px 0;
/* border-bottom: 1px solid red;
margin-bottom:5px; */
background-color: #000;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}

#underlinemenu ul li a{
float: left;
height:21px;
color: #ffffff;
font-weight: bold;
padding: 13px 5px 4px 5px;
text-decoration: none;
background: black url(media/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: #357aed;
background-color: #111;
border-bottom: 0px solid #2658c7;
padding-bottom: 0;
}



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 16px Georgia, Times, serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color:white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fffffe;
color: #357aed;
}
