.sdmenu {
    width: 358px;
    font-family: Sans-Serif;
    font-size: 1.5em;
    color: #FFF;
	border-bottom: none;
	margin-left:7px
}

* html .sdmenu {
	margin-left: 12px;
	}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    font-weight: bold;
    color: white;
    background: url(images/toptitle.gif) no-repeat;
	border-bottom: none;
	cursor:pointer;
	height:30px;
}

.sdmenu .arrow {
	margin-left: 10px;
    margin-right: 7px;
	border-bottom: none;
	position:relative;
	top:1px;
}

* html .sdmenu .arrow {
	top:3px;
	}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(images/toptitle.gif) no-repeat;
	border-bottom: none;
}

.sdmenu .submenu {
    overflow: hidden;
	border-bottom: none;
}

.sdmenu .submenu a {
    color: #fff;
    text-decoration: underline;
	border-bottom: none;
}

.sdmenu .submenu a:hover {
	text-decoration: none
}

a.newsImg {
	float:left;
	margin:5px 5px 0 5px;
	}

.titlewords {
	position:relative;
	top:2px;
	}
	
* html .titlewords {
	position:relative;
	top:5px;
	}
