.sdmenu {
    width: 199px;
    font-family: verdana,Sans-Serif;
    font-size: 11px;
    padding-bottom: 10px;
    background: #eee url(bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #d60; /*#d60;*/
    background: #FFF url(title.jpg) repeat-x;
	cursor: hand;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
	margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(toptitle.jpg) no-repeat;
	cursor: hand;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 15px;
    background: #eff9fe;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #555; /* Change Link Text color*/
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #f93;/* url(linkarrow.gif) no-repeat left center;  Change Link hover color*/
    color: #FFF;
}
.arrowSym{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin:5px;
}
