div.sdmenu {
    width: 160px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
    background: url(../images/system/sdmenu/bottom.png) no-repeat  left bottom;
    color: #fff;
}

div.sdmenu div {
    background: url(../images/system/sdmenu/toptitle.png) no-repeat;
    overflow: hidden;
}

#kiemeltajanlatok.sdmenu div {
    background: url(../images/system/sdmenu/toptitle_green.png) no-repeat;
    overflow: hidden;
}

div.sdmenu div:first-child {
    background: url(../images/system/sdmenu/toptitle.png) no-repeat;
}

div.sdmenu div.collapsed {
    height: 25px;
}

div.sdmenu div span {
    display: block;
    padding: 4px 10px;
    font-size: 14px;
/*    font-weight: bold;*/
    color: white;
    cursor: default;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

div.sdmenu div.collapsed span {
    //background-image: url(collapsed.gif);
}

div.sdmenu div a {
    padding: 4px 10px;
    background: #eee;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #4b4b4b;
    text-decoration: none;
}

div.sdmenu div a.current {	
    background : #ccc;
}

div.sdmenu div a:hover {
    color: #ff0006;
    text-decoration: underline;
}

/*
div.sdmenu div a:before {
    position: relative;
    margin-top: 6px;
    display: inline;
    content: url(../images/system/sdmenu/disc.png);
}*/

div.sdmenu div .sdmenupic {
    position: relative;
    top: 0px;
    text-decoration: none;
}

div.sdmenu em{
    color: red;
    font-size: 11px;
    font-weight: normal;
}
