
.dms-whole {
	background-color: #000000;
	vertical-align: middle;
	width: 768px
/*	border: 1px solid gray;*/
}

a.dms-item, a.dms-item:visited  {
	display: block;
	text-align:center;
	color: silver;
	text-decoration: none ;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	width: 95%;

}

a.dms-item:hover {
	display: block;
	background-color: #330000;
	color: red;
	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: White;
	border: 1px solid Gray;
	-moz-opacity: 0.6;
	filter: Alpha(opacity=60, finishopacity=60, style=1);

	background-repeat: no-repeat;
	background-position: 95%;
}
*/