A.menuclass:link, A.menuclass:active, A.menuclass:visited {
display: block;
font: normal 11px Tahoma, Arial, Verdana;
line-height:25px;
text-decoration: none;
border-bottom: 1px #e1e1e1 solid;
border-top: 1px #fff solid;
color:#333;
text-indent: 10px;
background: #f5f5f5 url(/skins/delikarga/images/menu-arr.gif) right center no-repeat;
}


A.selectedanchor:link, A.selectedanchor:active, A.selectedanchor:visited { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #fff;
border-bottom: 1px #333 solid;
color: #111;
text-decoration: none;
font-weight:bold;
border-top: 1px #333 solid;
}


/* ######### Default class for drop down menus ######### */

.SubMenuBlock{
position: absolute;
left: 0;
top: 0px;
visibility: hidden;
font: normal 11px Tahoma, Arial, Verdana;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/* default width for menu */
margin-top:0px;
background: url(/skins/delikarga/images/mshadow.png) right bottom no-repeat;
padding: 0 5px 5px 0;
}

.SubMenuFrame {
border: 1px solid #333;
border-left: none;
background: #fff url(/skins/delikarga/images/lborder.gif) 0 27px no-repeat;
}

A.SubLink:link, A.SubLink:active, A.SubLink:visited {
display: block;
padding-left: 10px;
background: url(/skins/delikarga/images/gmenu-arr.gif) 0 5px no-repeat;
color: #444;
text-decoration: none;
line-height: 17px;
}
/* ######### Alternate multi-column class for drop down menus ######### */

A.SubLink:hover {
text-decoration: underline;

}

.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
display: none;
}