div.sdmenu {
	width: 160px;
	font-family: Arial, sans-serif;
	font-size: 2px;
	padding-bottom: 8px;
	background: url(/nimages/bottom.gif) no-repeat  right bottom;
	color: #fff;
font-weight: bold;
}
div.sdmenu div {
	background: url(/nimages/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(/nimages/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 3px 25px;
	font-weight: bold;
	color: white;
	background: url(/nimages/expanded.gif) no-repeat 10px center;
	border-bottom: 1px solid #ddd;
}

div.sdmenu div.collapsed span {
	background-image: url(/nimages/collapsed.gif);
}
div.sdmenu div a {
	padding: 3px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
        text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(/nimages/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}


#Gallery {
   background: #D5704E; 
   color:white;
   font-weight: bold;
   display: block;
   padding: 3px 25px;
   border-bottom: 1px solid #ddd;
   text-decoration: none;
}

	
	
	
#Gallery:hover {

   text-decoration: none;
   color: black;
   font-weight: bold;
   display: block;
   padding: 3px 25px;
   border-bottom: 1px solid #ddd;
   cursor: pointer;
}