
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background-image: url(../images/type2_left_on.jpg) !important;
color: #FFFFFF !important;

}

.selectedanchor a { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background-image: url(../images/type2_right_on.jpg) !important;
color: #FFFFFF !important;

}

.anylinkcss{

background-image: url(../images/sub_shadow.gif);
background-repeat: repeat-x;
background-position: 0px 0px;
background:#FFFFFF;

position: absolute;

left: 0;
top: 0px;
visibility: hidden;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;

border-top:0px;
border-left:1px solid #ff944e;
border-right:1px solid #ff944e;
border-bottom:1px solid #ff944e;



}

.anylinkcss ul{
margin: 0px;
padding: 0px;
list-style-type:none;
border:none;
}

.anylinkcss ul li a{

position:relative;

background-image: url(../images/m_arrow.gif);
background-repeat: no-repeat;
background-position: 6px 12px;


display: block;
padding: 5px 10px 5px 5px;
text-decoration: none;

color: #000000;
text-indent: 12px;

border:none;
}

.anylinkcss a:hover{ /*hover background color*/
position:relative;
border:0px;

background-image: url(../images/m_arrow_w.gif);
background-repeat: no-repeat;
background-position: 6px 12px;
background-color:#f5f5f5;
color: #cc6522;


}
