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 #63c1ed;
}

.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 #63c1ed;
	background-color: #30779d;
}

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

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

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

td.subMenuSpacerTop{
	font-size:5px;
	height:11px;
	background-color:#3c779d;
	border-bottom: 1px solid #63c1ed;
}

td.subMenuSpacerTopLeft{
	font-size:5px;
	height:11px;
	width:10px;
	background:url(../gfx/menu_top_left.gif);
	border-bottom: 1px solid #63c1ed;
}

td.subMenuSpacerTopRight{
	font-size:5px;
	height:11px;
	width:10px;
	background:url(../gfx/menu_top_right.gif);
	border-bottom: 1px solid #63c1ed;
}

td.subMenuSpacerBottom{
	font-size:5px;
	height:10px;
	background-color:#3c779d;
}

td.subMenuSpacerBottomLeft{
	font-size:5px;
	height:10px;
	width:10px;
	background:url(../gfx/menu_bottom_left.gif);
}

td.subMenuSpacerBottomRight{
	font-size:5px;
	height:10px;
	width:10px;
	background:url(../gfx/menu_bottom_right.gif);
}

