.menu {
	POSITION: absolute;
	VISIBILITY: hidden;
	BACKGROUND-COLOR: #999999;
	LAYER-BACKGROUND-COLOR: #999999;
	PADDING: 3px;
	z-index: 10;
	width: 135px;
	height: 10px;
	border: 3px double #596478;
	filter: progid:DXImageTransform.Microsoft.Fade(duration = 1.0, overlap = 1.0, enabled='false')
			progid:DXImageTransform.Microsoft.Alpha(opacity=88);
	opacity: 0.88; /* for mozila */
}

.menuBarLink {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	outline: none;
	font-size: 13px;
	width: 100%;
	font-weight: bold;
	margin: 1px 1px 1px 1px;
}
.menuBarLink:hover {
	color: #FFFD69;
	border: 1px dashed #F0FFF0;
	margin: 0px 0px 0px 0px;
}

#menu1{
	background-color: #1F9F9D;
	height:175px;
}

#menu2{
	background-color: #338AD4;
	height: 85px;
	width: 225px;
}

#menu3{
	background-color: #D433B7;
	height: 35px;
}

#menu4{
	background-color: #D33939;
	height: 50px;
}

#menu5{
	background-color: #209A85;
	height: 95px;
}

#menu6{
	background-color: #800080;
	height: 50px;
	width: 180px;
}

#menu7{
	background-color: #090;
	height: 85px;
	width: 190px;
}

#mainMenu{
	POSITION: relative;
	top: 0px;
	right: 0px;
}

body{
	overflow: auto;
	margin: 0px 1px 0px 0px;
	background-attachment: fixed;
	padding: 0px 1px 0px 0px;
}

#Logo{
	FILTER: Glow(Color=#FFFFFF, Strength=8);
	width:166px;
	height:50px;
	cursor: hand;
}

#Logo:hover{
	FILTER: Glow(Color=#F9FF9B, Strength=8);
	width:166px;
	height:50px;
	cursor: hand;
}