/* DropDown Menu*/
.dropmenudiv
{
top:0;
left:160px;
position:absolute;
border: 1px dotted #c4c4c4;/* THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
font-size:12px;
line-height:22px;
z-index:100;
background-color: white;
width: 160px;
visibility: hidden;
text-align:left;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}



.dropmenudiv a
{
font-size:12px;	
display: block;
text-indent: 3px;
border-bottom: 1px dotted #c4c4c4; /*THEME CHANGE HERE*/
padding: 2px 0 0 4px;
text-decoration: none;
/*font-weight: bold;*/
color: #ED145B;
}



* html .dropmenudiv a
{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
background-color:#ed145b;
color:#FFFFFF;
text-decoration: none;
}

.dropmenudiv a:visited
{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #c4c4c4; /*THEME CHANGE HERE*/
padding: 2px 0 0 4px;
text-decoration: none;
/*font-weight: bold;*/
}

ul
{
 list-style: circle;

}

.list
{
list-style-type:circle
}

ul.indus
{
list-style-image:url(../images/check.gif); margin:0px; list-style:inside 

}

a:visited {
	color: #ED145B;
	text-decoration: none;
}