.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
display:block;
background:url(../../../img/subnaviRD_r1_c4_r1_c4.jpg) left top no-repeat;
width:200px;
height:48px;
}


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
margin-left:-44px;
visibility: hidden;
border: 1px solid #F3301A;
font: normal 14px Verdana;
color:#717171;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFF;
width: 140px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
padding: 5px 0px;
text-decoration: none;
font-weight: normal;
text-indent:10px;
}

.anylinkcss a:hover{ /*hover background color*/
background: white;
color:#717171;
text-decoration:underline;
}

