.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)
background: yellow;*/
text-decoration: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top:0;
visibility: hidden;
border-bottom-width: 0;
font-family:Arial;
font-size:10px;
font-weight:normal;
line-height: 130%;
z-index: 100; /* zIndex should be greater than that of shadow's below 
background: lightyellow;*/
width: 200px; /* default width for menu */
color:#ffffff;
text-decoration:none;

}

.anylinkcss ul{
margin: 0;
padding: 5px 0 0 0;
list-style-type: none;
text-decoration: none;
z-index: 100; 
}

.anylinkcss ul li{
border-top:1px solid #ffffff;
height:26px;
padding-top:12px;
padding-bottom:4px;
background-color:#333;
text-decoration: none;
}

.anylinkcss ul li a{
/*width: 100%;*/
text-indent: 3px;
padding: 0 0 0 6px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
z-index: 100; 
color:#ffffff;
}

#twolines_sub3_1, #twolines_sub4_1, #twolines_sub4_2{
padding:7px 0 9px 0;
}


.anylinkcss li:hover{ /*hover background color
background: green;*/
z-index: 100; 
color:#ffffff;
text-decoration: none;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}

#sub1{
margin-top:10px;width:150px;
}

#sub2{
margin-top:10px;width:150px;
}

#sub3{
margin-top:10px;width:150px;
}

#sub4{
margin-top:10px;width:150px;
}
#sub5{
margin-top:12px;width:150px;
}
#sub6{
margin-top:10px;width:110px;
}
