body{
	margin:0px;
}

.dropDownMenu{
	height:31px;
}

.mainMenuItem {
	height:31px;
	font-family:Arial;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #C98F20;
}

.mainMenuItemOn {
	height:31px;
	font-family:Arial;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #C98F20;
	background: url(../gfx/menubgOn.gif) repeat-x #4f73af;
}

table.subMenu{
	position: absolute;
	visibility: hidden;
}

.subMenuItem{
	font-family:Arial;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background: #4f73af;
	filter: alpha(Opacity=80); 
	padding: 4px;
	padding-left: 5px;
	padding-right: 15px;
	text-align:right;
	border-bottom: 1px solid #7aa1e2;
}

.subMenuItemOn{
	font-family:Arial;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background-color: #89aeec;
	filter: alpha(Opacity=100); 
	padding: 4px;
	padding-left: 5px;
	padding-right: 15px;
	text-align:right;
	border-bottom: 1px solid #7aa1e2;
}

td.subMenuSpacerTop{
	font-size:2px;
	height:2px;
	background-color:#4f73af;
	border-bottom: 1px solid #4f73af;
}

td.subMenuSpacerTopLeft{
	font-size:2px;
	height:2px;
	width:3px;
	background:url(../gfx/menu_top_left.gif) no-repeat bottom right;
	border-bottom: 1px solid #4f73af;
}

td.subMenuSpacerTopRight{
	font-size:2px;
	height:2px;
	width:3px;
	background:url(../gfx/menu_top_right.gif) no-repeat bottom left;
	border-bottom: 1px solid #4f73af;
}

td.subMenuSpacerBottom{
	font-size:2px;
	height:2px;
	background-color:#4f73af;
}

td.subMenuSpacerBottomLeft{
	font-size:2px;
	height:2px;
	width:3px;
	background:url(../gfx/menu_bottom_left.gif) no-repeat top right;
}

td.subMenuSpacerBottomRight{
	font-size:2px;
	height:2px;
	width:3px;
	background:url(../gfx/menu_bottom_right.gif) no-repeat top left;
}

