	
	/* IKONTRADING.com - Products Menu Styles */
		
	div.sdmenu {
	width: 150px;
	}
	
	div.sdmenu div {
	background: url(../gfx/menu/title.gif) repeat-x;
	overflow: hidden;
	}
	
	div.sdmenu div:first-child {
	background: url(../gfx/menu/toptitle.gif) no-repeat;
	}
	
	div.sdmenu div.collapsed {
	height: 30px;
	}
	
	div.sdmenu div span {
	background: url(../gfx/menu/expanded.gif) no-repeat 10px center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #E11822;
	padding: 5px 25px;
	display: block;
	cursor: default;
	border-bottom: 1px solid #FFF;
	}
	
	div.sdmenu div.collapsed span {
	background-image: url(../gfx/menu/collapsed.gif);
	}
	
	div.sdmenu div a {
	padding: 5px 10px;
	background: #FFC902;
	display: block;
	border-bottom: 1px solid #FFF;
	color: #E11822;
	}
	
	div.sdmenu div a.current {
	background : #E11822;
	color: #FFC902;
	}
	
	div.sdmenu div a:hover {
	background : #E11822 url(../gfx/menu/linkarrow.gif) no-repeat right center;
	color: #FFC902;
	text-decoration: none;
	}