div#wn	{
	position:relative;
	width:350px;
	height:150px;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden;
    }
div.sdmenu {
		width:350px;
		font-family: Tahoma;
		font-size: 11px;
		padding-bottom: 10px;
		color: #fff;
}
div.sdmenu div {
		background:  #313131;
		overflow: hidden;
		/*background: url(../../images/menu/title.jpg) repeat-x center #666666;*/
}

div.sdmenu div.collapsed {
		height: 25px;
}
div.sdmenu div span {
		display: block;
		padding: 5px 25px;
		font-weight: bold;
		color: white;
		cursor: default;
		border-bottom: 1px solid #ddd;
		background: #313131;
}
div.sdmenu div.collapsed span {
		background: #313131;
		background-image: url(../../images/collapsed.gif);
}
div.sdmenu div a {
		padding: 5px 10px;
		background: #313131;
		display: block;
		border-bottom: 1px solid #ddd;
		color: #fff;
		text-decoration: none;
}
div.sdmenu div a.current {
		background : #313131;
		text-decoration: none;
}
div.sdmenu div a:hover {
		background : #fff url(../../linkarrow.gif) no-repeat right center;
		color: #313131;
		text-decoration: none;
}
div.marque {
		width:180px;
		
		line-height: 12px; 
		
		padding-bottom: 10px;
		color: #fff;
}
div.marque div {
		overflow:visible;
}
div.marque div.collapsed {
		height: 25px;
}
div.marque div a {
		padding: 5px 10px;
		background:#313131  ;
		display:block;
		color: #fff;
		text-decoration: none;
}
div.marque div a.current {
		background :#313131;
		text-decoration: none;
}
div.marque div a:active {
		text-decoration: none;
}
div.marque div a:hover {
		background :#fff;
		color:#313131;
		text-decoration: none;
}
