/* Following Class Used For DropDown Menu Container */
.DropDownMenuDiv{
position:absolute;
top: 0;
z-index:100;
line-height:18px;
border: 1px solid #BBB; 
font:normal 12px Arial, Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
width: 185px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=1); */
padding-left:10px;
padding-right:20px;
}
/* Following Class Used For Separate Tab Of DropDown Menu Container */
.DropDownMenuDiv a{
width: auto;
display: block;
text-indent: 3px;
line-height:30px;
border-bottom: 1px dotted #BBB; 
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}
.DropDownMenuDiv a:hover{
line-height:30px;
color:#707070;
}
* html .DropDownMenuDiv a{ 
width: 100%;
}
/* Following Class Used For Last Tab Of DropDown Menu Container */
.DropDownMenuDivLast a{ 
width: auto;
display: block;
text-indent: 3px;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
border-bottom: none; 
line-height:30px;
}
.DropDownMenuDivLast a:hover{
line-height:30px;
color:#707070;
}
* html .DropDownMenuDivLast a{ 
width: 100%;
}

