body {
	margin-left: 0;
	margin-top: 0;
}
.sdmenu {
	width: 160px;
	font-family: 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: #666666;
	background: #ccc url(title.gif) repeat-x;
}

.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.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #FFF;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #eb7f35;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #eb7f35 url(linkarrow.gif) no-repeat right center;
    color: #FFF;
}
.normalWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
