
.mainmenuon {
	z-index: 1001;
	background: url('images/bg-buttons.gif');
	font-size: 14px; font-weight: normal; color: #336699;
}

.mainmenuoff {
	font-size: 14px; font-weight: normal; color: yellow;
	z-index: 1000;

}
.mainmenuoff a:visited {
	font-size: 14px; font-weight: normal; color: yellow;
	z-index: 1000;

}
.mainmenuoff a:hover {
	font-size: 14px; font-weight: normal; color: yellow;
	z-index: 1000;

}
.mainmenuoff a:active {
	font-size: 14px; font-weight: normal; color: yellow;
	z-index: 1000;

}

.mainmenuitemon {
	font-size: 14px; font-weight: normal; color: #336699;
	z-index: 1000;

}

.mainmenuitemoff {
	font-size: 14px; font-weight: normal; color: yellow;
	z-index: 1000;

}

.dropdownmenu {
	position: absolute;
	z-index: 1000;
	top: 79px;
	visibility: hidden;
	border: 0px;
	 width: 350px;
	 padding: 0px;
}

.overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: '100%';
	height: '100%';
	width: expression(this.offsetParent.offsetWidth);
	height: expression(this.offsetParent.offsetHeight);
	float: left;
	overflow: auto;
    	text-align:center;
	z-index: 990;
	background-color: #ffffff;
	filter: alpha(opacity=40);
	opacity:0.4;
}
.menubar {
	background: url("images/bg_norpt.jpg");
	background-repeat: no-repeat;
	width: 712px;
	height: 79px;
}
