.menu_blur{
	width: 175px;
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 8px;
	margin-top: 8px;
}

.menu_shadow,
.menu_content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.menu_shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.menu_content{
	background-color: #CDDDE2; /*background color of content*/
	color: #000; /*text color of content*/
	font-size: 11px;
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

.menu_fact{
	background-color: #CDDDE2; /*background color of content*/
	color: #000; /*text color of content*/
	font-size: 14px;
	border: 1px solid #000; /*border color*/
	padding: .4em 1ex;
}

.hilite {
	background-color:#FFFF33;
}