@charset "utf-8";
/* CSS Document */

.dmenu ul {
	position: absolute;
	background-image: url(../images/bg_dthml_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 9px 0px;
	width: 230px;
	border-bottom: none;
	padding-bottom: 9px;
}


.dmenu ul li {
	display: block;
	float: none;
	padding-top: 3px;
	background-image: url(../images/bg_dhtml.png);
	background-repeat: repeat-y;	
	width: 230px;
}
.dmenu ul li.first-child {
	background: url(../images/bg_dthml_top.png) no-repeat top left;
}
.dmenu ul li.first-child a {
	margin-top: 9px;
}
.dmenu ul li a {
	padding: 0px;
	display: block;
	min-height: 12px;
	text-decoration:none;
	
	color: #1a1a1a;
	margin-left: 4px;
	text-decoration: none;
	width: 160px;
	display: block;
	padding-left: 15px;	
}
.dmenu ul li.last-child a {
	border-bottom: none;
	padding-bottom: 9px;
}
.dmenu ul li.last-child span {
	border-bottom: none;
}
.dmenu ul li a span {
	border-bottom: 1px solid #bfbfbf;
	width: 160px;
	display: block;
	padding-bottom: 4px;
	cursor: pointer;
}
.dmenu ul li a:hover, .dmenu ul li a.selected {
	color: #ce7629;
	background: url(../images/orange_arrow.gif) no-repeat 0 3px;
}
