div.sdmenu {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background-color: #eee;
	color: #fff;
}
div.sdmenu div {
	width: 100%;
	background: transparent url(expanded-tab.gif) repeat-x left top;
	overflow-y: hidden;
	overflow-x: auto;
	white-space:normal;
	float: left;
}
div.sdmenu div:first-child {
	background: transparent url(expanded-tab.gif) repeat-x left top;
	background-size: 100%;
}
div.sdmenu div.collapsed {
	height: 25px;
	background: transparent url(collapsed-tab.gif) repeat-x left top;
}
div.sdmenu div span {
	height: 19px;
	font-weight: bold;
	color: #fff;
	letter-spacing: .7px;
	cursor: default;
	
}
div.sdmenu div span.arrow {
	height: 19px;
	background: transparent url(expanded-arrow.gif) no-repeat left top;
	margin: 10px 0 0 8px !important;
	margin: 10px 0 0 6px;
	padding: 3px 0 0 10px;
	display: block;
	float: left;
}
div.sdmenu div.collapsed span.arrow {
	background-image: url(collapsed-arrow.gif);
}
div.sdmenu div a {
	padding: 0px 8px;
	display: inline;
	color: #00f;
	line-height: 14pt;
	text-decoration: none;
}
div.sdmenu div a.current {
	padding: 0px 8px;
	background : #ccc;
}
div.sdmenu div a:hover {
	padding: 2px 8px;
	background : #06c;
	color: #fff;
	text-decoration: none;
}
div.sdmenu div.sdMenuContent{
	background-image: none;
	background-color:#EEEEEE;
	padding: 0 0 3px 0;
}
div.sdmenu div span.icon-food, div.sdmenu div span.icon-hotel, div.sdmenu div span.icon-transportation, div.sdmenu div span.icon-entertainment, div.sdmenu div span.icon-life, div.sdmenu div span.icon-education {
	height: 19px;
	margin: 2px 0 0 0;
	padding: 3px 0 0 30px;
	display: block;
	/*float: left;*/
}
div.sdmenu div span.icon-food {
	background: transparent url(icon-food.png) no-repeat left top;
}
div.sdmenu div span.icon-hotel {
	background: transparent url(icon-hotel.png) no-repeat left top;
}
div.sdmenu div span.icon-transportation {
	background: transparent url(icon-transportation.png) no-repeat left top;
}
div.sdmenu div span.icon-entertainment {
	background: transparent url(icon-entertainment.png) no-repeat left top;
}
div.sdmenu div span.icon-life {
	background: transparent url(icon-life.png) no-repeat left top;
}
div.sdmenu div span.icon-education {
	background: transparent url(icon-education.png) no-repeat left top;
}