div.sdmenu {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top:5px;
	background: none;
	color:#282828;
	margin-top: 200px;
	padding-left: 10px;
	padding-right: 7px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
div.sdmenu div {
	background: none;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: none;
}
div.sdmenu div.collapsed {
	height: 20px;
}
div.sdmenu div span {
	display: block;
	font-weight: normal;
	font-style:normal;
	color:#282828;
	background: none;
	cursor: default;
	border-bottom: none;
	text-align:right;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
div.sdmenu div.collapsed span {
	background-image: none;    
    font-style:none;
}
div.sdmenu div#illusMenuContainer span {
	background-image: none;
	font-weight:bold;
	font-style:normal;
}
div.sdmenu div#designMenuContainer span {
	background-image: none;
    font-weight:bold;
    font-style:normal;
}
div.sdmenu div#SurfacesMenuContainer span {
	background-image: none;
    font-weight:bold;
    font-style:normal;
}
div.sdmenu div#ProjectsMenuContainer span {
	background-image: none;
    font-weight:bold;
    font-style:normal;
}
div.sdmenu div#aboutMenuContainer span {
	background-image: none;
    font-weight:bold;
    font-style:normal;
}
div.sdmenu div#contactMenuContainer span {
	background-image: none;
    font-weight:bold;
    font-style:normal;
}
div.sdmenu div a {
	background: #fff;
	display:block;
	font-style:normal;
	width: 150px;
	color:#333333;
	font-weight: normal;
	float:right;
	text-align:right;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left:10px;
}
div.sdmenu div a.current {
	background : #fff
	text-decoration: none;
}

div.sdmenu div a:hover {
	/*background-color: yellow;*/
	color:#CC0066;
	text-decoration: none;
}
