.anchorclass {

}

A.LeftMenuClass:link, A.LeftMenuClass:visited {
background: #fff url(/skins/uretimden/images/menu-arr.gif) right center no-repeat;
display: block;
font: normal 11px Tahoma, Verdana, Arial;
line-height:28px;
text-decoration: none;
border-bottom: 1px #dadada solid;
color:#444;
text-indent: 10px;
}

.last {
border-bottom:none;
}

A.selectedanchor:link, A.selectedanchor:visited { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background-color: #fff;
background-image: none;
border-bottom: 1px #aaa solid;
color: #444;
font-weight: bold;
}


/* ######### Default class for drop down menus ######### */

.LeftMenu-SubBlock {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
/*border: 1px solid #dadada;
border-bottom-width: 0;*/
font: normal 11px verdana, Arial, Tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
background: transparent url(/skins/uretimden/images/mshadow.png) right bottom no-repeat;
margin-top:-1px;
padding: 0 4px 5px 0;
}


.LeftMenu-SubFrame {
border: 1px solid #aaa;
border-left: none;
border-top: 1px #dadada solid;
background: #fff url(/skins/uretimden/images/lborder.gif) 0 0px no-repeat;
padding-left: 1px;
}


.LeftMenu-SubBlock ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.LeftMenu-SubBlock ul li{
margin: 0;
padding: 0;
list-style-type: none;
}

A.CMenuSubLink:link, A.CMenuSubLink:active, A.CMenuSubLink:visited {
width: 100%;
display: block;
border-bottom: 1px #e1e1e1 solid;
line-height: 28px;
text-decoration: none;
text-indent: 25px;
color:#444;
background: transparent url(/skins/uretimden/images/submenu-arr.gif) 12px center no-repeat;
}

A.CMenuSubLink:hover, A.CMenuSubLink:hover em { /*hover background color*/
text-decoration:none;
background-color: #fafafa;
color: #e35d00;
}

.CMenuSubLink em {
font-style: normal;
text-decoration:underline;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.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*/
background: #111;
visibility: hidden;
}