/*///////////For the Non Collapsing Part////////////////////*/
.sdmenu .menu{
    background: #FFF;
    color: #000;
}


.sdmenu .menu a {
    padding: 2px 0;
    text-indent: 10px;
    background: #FFF;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #000;
    text-decoration: none;
}

.sdmenu .menu a:hover {
    background : #D6EB9A url(linkarrow.gif) no-repeat right center;
    color: #FFF;
    border-bottom: 1px solid #DDD;	
}

.sdmenu .menu a:visited {
    color: #000;
    border-bottom: 1px solid #DDD;	
}

.sdmenu {
    width: 195px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding: 0px;
	margin: 0px;
    background: #eee url(bottom.gif) no-repeat  right bottom;
    color: #FFF;
}


/*///////////For the Collapsing Part////////////////////*/

.sdmenu .title{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: black;
    background:#FF9900 url("title.gif") repeat;
	cursor: pointer;
}

.sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: black;
    background: #FFF;
	cursor: pointer;
}

.sdmenu .title:hover{
    background: #FFFFFF;
	cursor: pointer;
}

.sdmenu .titlehidden:hover{
    background: #FF9900 url("title.gif") repeat;
	cursor: pointer;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 10px;
}

.sdmenu .titlehidden {
    border-bottom: 1px solid #DDD;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 2px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #000;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #D6EB9A url(linkarrow.gif) no-repeat right center;
    color: #FFF;
    border-bottom: 1px solid #DDD;
}

.sdmenu .submenu a:visited {
    color: #000;
    border-bottom: 1px solid #DDD;	
}
