#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	font-size:10px;
	font-family: Trebuchet MS, Arial;
	font-weight:bold;
}

#sddm .active {
	display: block;
	margin: 0;
	padding: 4px 0 0 0;
	width: 70px;
	height:15px;
	background: #9eac10 url(../img/lptab_on.jpg) no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size:11px;
	font-family: Trebuchet MS, Arial;
	font-weight:bold;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	/*text-transform:uppercase;*/
	border: 0px solid #d3d3d3;
	border-bottom: 0px solid #d3d3d3;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 0 0 0;
	width: 70px;
	height:15px;
	background: #fff url(../img/lptab_off.jpg) no-repeat;
	color: #9eac10;
	text-align: center;
	text-decoration: none;
	font-size:11px;
	font-family: Trebuchet MS, Arial;
	font-weight:bold;
}

#sddm li a:hover
{	background: #9eac10 url(../img/lptab_on.jpg) no-repeat;
	color: #fff;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0px solid #9eac10;
	text-transform:capitalize;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 4px 12px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #d37a20;
	color: #fff;
	font-size:10px;
	font-family: Trebuchet MS, Arial;
}

#sddm div a:hover
{	background: #9eac10;
	color: #fff;
}
