﻿div.sdmenu {
	width: 150px;
	font-family: tahoma;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	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;
	padding: 5px 20px;
	font-weight: bold;
	color: white;
	background: url(expanded3.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
	background-position:right; 			
}
.SpanID {
	display: block;
	padding: 5px 20px;
	font-weight: bold;
	color: white;
	background: url(expanded3.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
	background-position:right; 
	
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed3.gif);
	background-position:right; 
	
	
	
	
	
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: gray;
	font-weight:bold;  
		padding-right:35px;
		text-decoration:none  ;
}
div.sdmenu div a.mainlink {
	
	
	
	border-bottom: 1px solid #ddd;
	color: red;
	
		padding-right:35px;
		text-decoration:none  ;
}

div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #d4d4d4 url(linkarrow2.gif) no-repeat right center;
	color: #933636;
	text-decoration: none;
	padding-right:35px; 
}
