div.sdmenu {
	width: 100%;
	font-family: Arial, sans-serif;

}

div.sdmenu div {

	overflow: hidden;

	background-image: url(../../images/dot_xanh_lot.png);

	text-decoration: none;

}

div.sdmenu div.collapsed {

	height: 30px;

}

div.sdmenu span{

	line-height:25px;
	font-weight:bold;
	font-size: 14px;
	color: #B05800;
	text-decoration: none;
	background:url(../../images/bg_h1_leftmenu.png) no-repeat;
	width:100%;
	float:left;
	height:28px;
	display: block;
	text-align:center;
	border-bottom:1px solid #CCCCCC;
}


div.sdmenu div a {

	display: block;

	width:100%;
	height: 23px;

	padding-top:5px;
	/*background: url(../../images/icon.png) no-repeat;*/

	font-size: 12px;
	background:#B05800;
	color: #CCCCCC;
	line-height:15px;
	text-decoration: none;

	text-align: left;	
	padding-left:20px;
	font-weight:normal;
	float:left;
	border-bottom:1px solid #CCCCCC;
	
}

div.sdmenu div a.current {

	color: #CCC;
	padding-top:5px;
	font-weight:normal
	background:url(../../images/icon_menu.png) no-repeat;
	width:94%;
	height:23px;
}

div.sdmenu div a:hover {
	
	width:94%;
	height:23px;
	background:#B05800;
	color: #CCCCCC;
	font-weight:normal;
	padding-top:5px;
	padding-left:20px;
}
div.sdmenu div a:active {
	background:url(../../images/icon_menu.png) no-repeat;
	width:94%;
	height:23px;
	font-weight:normal;
	padding-top:5px;
	color: #CCCCCC;

}

