
.dms-whole {
	background-color: ;
	font-variant: small-caps;
	vertical-align: middle;
/*	border: 1px solid gray;*/
}

a.dms-item, a.dms-item:visited  {
	display: block;
	color: black;
	border:	0px solid #EFEBDE;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	width: 90%;

}

a.dms-item:hover {
	display: block;
	background-color: #;
	border: 0px solid #3169C6;
	color: black;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px;
}

#dms-active {
	display: block;
	background-color: #;
	border: 0px solid Gray;
	-moz-opacity: 0.6;
	filter: Alpha(opacity=60, finishopacity=60, style=1);
	background-repeat: no-repeat;
	background-position: 95%;
}
