/* L2 MENU */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #5A5A5A;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #9A9A9A;
width: 175px;
margin-left : 20px;
}
/* L2 MENU ITEM */
.anylinkcss a, .anylinkcss a:link, .anylinkcss a:visited{
width: 172px;
display: block;
border-bottom: 1px dotted #808080;
text-decoration: none;
font-weight: normal;
padding : 3px 0px 3px 3px;
line-height : 130%;
color : white;
}

.anylinkcss a:hover, .anylinkcss a:focus{
background-color : #EFEFEF;
color: #C83800;
}
