.sdmenu {
	width: 150px;
	font-family: Sans-Serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: #eee url(bottom.gif) no-repeat  right bottom;
	color: #FFF;
	text-align: left;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(title.gif) repeat-x;
}

.sdmenu .title {
	border-bottom: 1px solid #DDD;
	text-align: left;
}

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

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

.sdmenu #top {
	background: url(toptitle.gif) no-repeat;
	text-align: left;
}

.sdmenu .submenu {
    overflow: hidden;
}

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

.sdmenu .submenu a:hover {
    background : #FFCC33 url(linkarrow.gif) no-repeat right center;
    color: #FFF;
}
.bodyheads {
	font-family: "Book Antiqua", "Times New Roman", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bordercolors {
	border-top-color: #6C65C4;
	border-right-color: #6C65C4;
	border-bottom-color: #6C65C4;
	border-left-color: #6C65C4;
}
