A.MenuClass:link, A.MenuClass:visited {
display: inline-block;
font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
padding: 6px 12px 8px 12px;
background: url(mmenu-sep.gif) left top no-repeat;
}

.DownIcon {
display: inline-block;
background: url(mbar-downarr.gif) right center no-repeat;
width:29px;
line-height:29px;
}

A.MenuClass:hover, #MMenu .selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #fff url(mmenu-sep2.gif) left top no-repeat;
color: #555;
text-decoration: none;
}

.MenuClass:hover .DownIcon, #MMenu .selectedanchor .DownIcon { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: url(mbar-downarr2.gif) right center no-repeat;
}


/* ######### 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 */
background: url(mshadow.png) right bottom no-repeat;
padding: 0 5px 5px 0;
margin-top:1px;
}

.SubMenuFrame {
border: 1px solid #d55b0c;
border-top: none;
background: #fff;
padding: 10px 10px 0 10px;
}





/* ALT MENÜ LINK AGACI */

.LinkGroup {
width: 170px;
float: left;
}

.LinkGroup a:link, .LinkGroup a:visited {
display:block;
font: normal 11px Tahoma, Verdana, Arial;
text-decoration: none;
color: #4f4b43;
line-height:15px;
}

.LinkGroup a:hover {
text-decoration: underline;
color:#f7741f;
}


.anylinkshadow {
display: none;
}
