div.sdmenu 
{
    margin:20px 0 0 0;
    
	width: 300px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
	z-index:100;
	
	position:absolute;
	
}
div.sdmenu div 
{
    width:300px;
    float:left;
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	width:300px;
	background: url(images/world-links-close.gif) no-repeat top right;
	cursor: hand;
	clear:both;
    display:block;
    height:32px
}


div.sdmenu div.collapsed span {
	background-image:url(images/world-links.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	float:left;
	width:130px;
	border-bottom: 1px solid #ddd;
	
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}