/* Nav System Rollovers */

.home a:link, .home a:visited {
	text-decoration: none;
	background: url(images/homeBtn.gif) no-repeat top left;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 119px;
	height: 50px;
}
	
.home a:hover {
	text-decoration: none;
	background: url(images/homeBtn.gif) no-repeat bottom left !important;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 119px;
	height: 50px;
	}

.about a:link, .about a:visited {
	text-decoration: none;
	background: url(images/aboutBtn.gif) no-repeat top left;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 161px;
	height: 50px;
	}
	
.about a:hover {
	text-decoration: none;
	background: url(images/aboutBtn.gif) no-repeat bottom left !important;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 161px;
	height: 50px;
	}

.report a:link, .report a:visited {
	text-decoration: none;
	background: url(images/reportBtn.gif) no-repeat top left;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 283px;
	height: 50px;
	}
	
.report a:hover {
	text-decoration: none;
	background: url(images/reportBtn.gif) no-repeat bottom left !important;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 283px;
	height: 50px;
	}

.essays a:link, .essays a:visited {
	text-decoration: none;
	background: url(images/essaysBtn.gif) no-repeat top left;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 127px;
	height: 50px;
	}
	
.essays a:hover {
	text-decoration: none;
	background: url(images/essaysBtn.gif) no-repeat bottom left !important;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 127px;
	height: 50px;
	}

.gallery a:link, .gallery a:visited {
	text-decoration: none;
	background: url(images/galleryBtn.gif) no-repeat top left;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 50px;
	}
	
.gallery a:hover {
	text-decoration: none;
	background: url(images/galleryBtn.gif) no-repeat bottom left !important;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 50px;
	}

.partners a:link, .partners a:visited {
	text-decoration: none;
	background: url(images/partnersBtn.gif) no-repeat top left;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 154px;
	height: 50px;
	}
	
.partners a:hover {
	text-decoration: none;
	background: url(images/partnersBtn.gif) no-repeat bottom left !important;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 154px;
	height: 50px;
	}

.buy a:link, .buy a:visited {
	text-decoration: none;
	background: url(images/partnersBtn.gif) no-repeat bottom left !important;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 10px;
	}
	
.buy a:hover {
	text-decoration: none;
	background: url(images/partnersBtn.gif) no-repeat bottom left !important;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 10px;
	}

.mainNavMenu {
width: 985px;
height: 50px;
margin: auto;
text-align: center;
}

.mainNavMenu ul{
margin: 0;
padding: 0;
height: 50px;
list-style-type: none;
}

.mainNavMenu ul li{
position: relative;
display: inline;
float: left;
}

.mainNavMenu ul li a {
display: block;
/*background of tabs (default state)*/
background: #ee3524; 
color: white;
padding: 4px 10px;
border-bottom: 1px solid #eb7905;
border-left: 1px solid #eb7905;
border-right: 1px solid #eb7905;
color: #2d2b2b;
text-decoration: none;
}

/*IE6 fix*/
* html .mainNavMenu ul li a { 
display: inline-block;
}

.mainNavMenu ul li a:link, .mainNavMenu ul li a:visited {
color: white;
}

.mainNavMenu ul li a:hover {
/*background of tabs (hover state)*/
background: #fdb812;
color: white;
}
	
.mainNavMenu ul li ul {
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

.mainNavMenu ul li ul li {
display: list-item;
float: none;
}

.mainNavMenu ul li ul li ul {
top: 0;
}


.mainNavMenu ul li ul li a{
font: normal 13px Verdana;
text-align: left;
width: 250px;
padding: 4px 10px;
border-top-width: 0;
}

.mainNavMenuz ul li ul li a:hover { 
background: #ffffff;
color: black;
}
