div.sdmenu {
	width: 250px;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	
}
div.sdmenu div {
	background: url(../Images/temp/menu-left/lanlinh-home_22.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../Images/temp/menu-left/lanlinh-home_22.gif) repeat-x;
	
}
div.sdmenu div.collapsed {
	height: 25px;
	
}
div.sdmenu div span {
	display: block;
	padding: 5px 30px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: url(../Images/temp/menu-left/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../Images/temp/menu-left/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 45px;
	background: #262626;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #fff;
}
div.sdmenu div a.current 
{
	background : #066;
	
	/* background: url(../Images/temp/menu-left/dautich.gif) no-repeat 20px center; */
}
div.sdmenu div a:hover {
	background : #066 url(../Images/temp/menu-left/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

/* comments -------------------------------------*/

.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #DFDFD6;
overflow: scroll; /*leave this value alone*/
width: 100%; /*Width of Carousel Viewer itself*/
height: 120px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 125px; /*Width of each panel holding each content. If removed,widths should be individually defined on each content DIV then. */
}