.dropmenudiv{
position:absolute;
top:0;
margin-left:0px;
margin-top:3px;
border: 1px solid #5CB212; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:22px;
z-index:100;
background-color: #5CB212;
width: 180px;
display:block;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0px 0px 10px;
text-decoration: none;
display:block;
/*font-weight: bold;*/
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f5f5f5;
color: #0650AB;
}.tableunderline1 {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	font-family:"Arial",  "sans-serif", "Verdana", "Helvetica";
	font-weight: normal;
	border-bottom-color: #dddddd;
}
