/* Drop Down Styling */
.anylinkcss{
    position:absolute;
    visibility: hidden;
    border: 0;
    line-height: 20px;
    margin-top: 0;
    z-index: 100;
    background: #33a5c2 url(/images/dd_bg.gif) top left no-repeat;
    width: 252px;
    padding: 15px 0 15px 0;
}

.anylinkcss a,
.anylinkcss a:visited {
    width: 252px;
    display: block;
    color: #fff;
    /*text-indent: 18px;*/
    padding: 5px 16px 5px 22px;
    width/**/:/**/ 214px;
	/*font-weight: bold;*/
	font-size: 11px;
	line-height: 16px;
    text-decoration: none;
    background: url(/images/dd_nav.gif) bottom left no-repeat;
}

.anylinkcss a:hover{ /*hover background color*/
    background: url(/images/dd_on.gif) bottom left no-repeat;
    color: #fff;
    text-decoration: none;
}
