.asmMenu 
{
	position: absolute;
	overflow:hidden;
	z-index: 5;
	border: 1px solid #CCCCCC;
	background: #ffffff;
	white-space: nowrap;
	width:204px;
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
}
	
				
.asmMenuItem, .asmSelMenuItem
{			
	background: #ffffff;
	cursor: pointer;
	width:100%;
	padding-left: 5px;
}


.asmSelMenuItem
{			
	background: #9AC3E5;
	white-space: nowrap;
	width:100%;
}


A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink, A:hover.asmNavigationLink
{
	color: #478DC6;
	margin:0px;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
