.submenu {
	filter: alpha(opacity=90); opacity:.9; -moz-opacity:.9;
}

.submenu1 {
	filter: alpha(opacity=90); opacity:.9; -moz-opacity:.9;
}

.submenu .options {
	background-color: #E5E6ED;
	background-image: url(bkg_menu.jpg); background-repeat: repeat-y;
	padding-bottom: 7px;
	margin-bottom: 7px;
	display:block;
	text-align: left;
	
	border-top: 4px solid #60609f;
	z-index: 5;
}

.submenu a {
	display: block ! important;
	width: 89%;
	height: 16px;
	border-bottom: 1px solid #a0a0ff;
	padding:4px 10px 2px 16px;
	margin-top: 3px;
	margin-left: 0px;
	
	text-decoration: none;
	color: #000066;
	font-family: sans, Arial;
	font-size: 14px;
	font-weight: normal;
	
	background-image: url(bullet1.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

.submenu a:hover {
	color: #900;
}


.submenu span {
	display: block ! important;
	width: 89%;
	height: 16px;
	border-bottom: 1px solid #BCBCBC;
	padding:4px 10px 2px 16px;
	margin-top: 3px;
	margin-left: 0px;
	
	text-decoration: none;
	color: #900;
	font-family: sans, Arial;
	font-size: 14px;
	font-weight: normal;
	
	background-image: url(bullet1red.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
