/*.shadow { filter: alpha(opacity = 50); -moz-opacity: 0.5; opacity: 0.5; }*/

.menu_title {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
#dropmenudiv{
	position:absolute;
	border-bottom-width: 1;
	line-height:18px;
	z-index:100;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C90101;
	border-right-color: #C90101;
	border-bottom-color: #C90101;
	border-left-color: #C90101;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000040;
	
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C90101;
color:#FFFFFF;
text-decoration:none;
}
.categorylinks{
list-style-type: none;
margin: 2px 0px 3px 0px;
padding: 0; font-family:Arial; font-size:12px;

}

.categorylinks li{
padding-bottom: 1px;
}

.categorylinks li a{
	margin-left: -3px;
	padding: 3px 1px;
	font-size: 12px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: none;
}

.categorylinks a:visited{ color: #333333; }
.categorylinks a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #CC0000;
}
