.sdmenu {
    width: 150px;
    font-family: Verdana;
    font-size: 12px;
	color: #ffffff;
	cursor: pointer !important;
}

.sdmenu2 {
    width: 150px;
    font-family: Verdana;
    font-size: 12px;
    padding-bottom: 20px;
	background: #23578f url(bottom.gif) no-repeat  right bottom;
	color: #ffffff;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 10px 0;
    color: white;
    background: #23578f url(title.gif) repeat-x;
}

.sdmenu .title {
}

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

.sdmenu .titlehidden {
		border-bottom: 1px solid #ffffff;
}

.sdmenu #top {
    background: url(toptitle.gif) no-repeat;
		border-bottom: 1px solid #ffffff;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #bdccdd;
    display: block;
    border-bottom: 1px solid #23578f;
    color: #23578f;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #ffffff
    color: #FFF;
}

.expandcontract {
    font-family: Verdana;
    font-size: 10px;
    color: #f99c39;
	text-decoration: none;
}
/*.expandcontract a:hover {
    color: #512a7f;
	text-decoration: none;
}*/

.expandcontract a:link {
/*font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.5em;*/
	color: #23578f;
	text-decoration:none;
}

.expandcontract a:visited {
	color: #23578f;
	text-decoration:none;
}

/*.expandcontract a:active {
	color: #512a7f;
	text-decoration:underline;
}*/

.expandcontract a:hover {
	color: #000000;
	text-decoration:underline;
}
