A.MenuClass:link, A.MenuClass:visited {
display: inline-block;
font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #fff5e6;
line-height:31px;
text-decoration: none;
padding: 0 17px;
background: url(/skins/uretimden/images/mbar-sep.gif) left top no-repeat;
}

.DownIcon {
display: inline-block;
background: url(/skins/uretimden/images/mbar-downarr.gif) right center no-repeat;
width:29px;
line-height:31px;
}

A.MenuClass:hover, #Mbar .selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #fff url(/skins/uretimden/images/mbar-sep2.gif) left top no-repeat;
color: #555;
text-decoration: none;
border:none;
}

.MenuClass:hover .DownIcon, #Mbar .selectedanchor .DownIcon { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: url(/skins/uretimden/images/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(/skins/uretimden/images/css-menu/mshadow.png) right bottom no-repeat;
padding: 0 5px 5px 0;
}

.SubMenuFrame {
border: 1px solid #c45d17;
border-top: none;
background: #fff;
padding: 0 5px 0 5px;
}





/* ALT MENÜ LINK AGACI */

.LinkGroup {
width: 170px;
margin: 15px;
float: left;
}

.LinkGroup ul {
padding:0px;
margin:0px;
}

.LinkGroup li {
list-style-type: none;

}

.LinkGroup ul a.Link:link, .LinkGroup ul a.Link:visited {
display:inline-block;
padding: 0 0 3px 0;
margin: 0 0 5px 0;
border-bottom: dashed 1px #ddd;
font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration: none;
color: #e35b00;
}


.LinkGroup ul li ul a.Link:link, .LinkGroup ul li ul a.Link:visited {
display:inline-block;
padding: 0 0 3px 15px;
margin: 0 0 0 0;
border: none;
font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #333;
background: url(/skins/uretimden/images/css-menu/l1.gif) left 3px no-repeat;
}

.LinkGroup ul li ul a.Link:hover {
text-decoration: underline;
}


.LinkGroup ul li ul li ul a.Link:link, .LinkGroup ul li ul li ul a.Link:visited {
display:inline-block;
padding: 0 0 0 25px;
margin: 0 0 0 0;
border: none;
font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #555;
background: url(/skins/uretimden/images/css-menu/l2.gif) 15px 3px no-repeat;
}


.LinkGroup ul li ul li ul a.Link:hover {
text-decoration: underline;
}

