.sdmenu {
    width: 500px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN";
    font-size: 12px;
    padding-bottom: 10px;
    background: #34a3db url(images/bottom.gif) no-repeat  right bottom;
	cursor: hand;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    font-family: "‚l‚r ‚oƒSƒVƒbƒN";
    font-size: 12px;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #34a3db url(images/title.gif) repeat-x;
	cursor: hand;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
	font-size: 12px;
}

.sdmenu .arrow {
	cursor: hand;
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(images/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
	text-indent: 30px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN";
    font-size: 12px;
    overflow: hidden;
}


.sdmenu .submenu a {
	text-indent: 30px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN";
    font-size: 12px;
    padding: 5px 0;
    text-indent: 10px;
    background: #f5fafd;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #066;
    text-decoration: none;
	cursor: hand;
}

.sdmenu .submenu a:hover, a:active{
	text-indent: 30px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN";
    font-size: 12px;
	font-weight: bold;
    background : #FFFFFF url(images/linkarrow.gif) no-repeat right center;
    color: #737373;
	cursor: hand;
}
