#Menu {
	position : absolute;
	left : 10px;
	top : 63px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-variant : small-caps;
	color : #630100;
	z-index : 99;
}
#Menu .MenuTopItem {
	float : left;
	background-image: url(images/MenuBullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#Menu #MenuTopItem01 {
	width : 168px;
}
#Menu #MenuTopItem02 {
	width : 96px;
}
#Menu #MenuTopItem03 {
	width : 172px;
}
#Menu #MenuTopItem04 {
	width : 118px;
}
#Menu #MenuTopItem05 {
	width : 96px;
}
#Menu #MenuTopItem06 {
	width : 100px;
	/* No background bullet for last item in menu */
	background-image : none;
}
#Menu .MenuTopItem .FirstLetter {
	font-size :  18px;
	font-variant : normal;
	font-weight : normal;
}
#Menu .MenuTopItem  a {
	color : #630100;
	text-decoration : none;
}
.MenuDropDown {
	padding : 2px 0 0 0;
	display : none;
	position :  absolute;
	top: 20px;
	z-index : 99;
	}
#MenuDropDown01 {
	width : 140px;
	left : 6px;
}
#MenuDropDown02 {
	width : 166px;
	left : 160px;
}
#MenuDropDown03 {
	width : 136px;
	left : 260px;
}

/* No dropdown for menu 4 */

#MenuDropDown05 {
	width : 168px;
	left : 548px;
}
#MenuDropDown06 {
	width : 186px;
	left : 588px;
}
.MenuDropDown a{
	display : block;
	/* IE bug: Must specify width (or position) otherwise
	 hyperlink behavior is lost with filter applied */
	width :  100%;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #B5B5B5;
	padding : 2px 6px 2px 6px;
	font-size : 12px;
	background-image : url(images/MenuOff.gif);
	/* IE hack: Non-IE browsers will ignore the underscore-prefixed rules below 
	_background-image : none;
	_filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/MenuOff.png');*/
}
.MenuDropDown a:hover{
	background-image : url(images/MenuOn.gif);
	/* IE hack: Non-IE browsers will ignore the underscore-prefixed rules below 
	_background-image : none;
	_filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/MenuOn.png');*/
}
#Menu .MenuTopItem .MenuDropDown .FirstLetter {
	font-size :  14px;
	font-variant : normal;
	font-weight : normal;
}
