/* NavBar - CSS Document - NAVIGATION */

/* Main nav mainNav */

ul.mainNav {
	list-style-type:none;
	position: relative;
	margin:0;
	padding:0;
	float:left;

}

ul.mainNav li {
	float:left;
	background:url(../images/nav-divider.jpg) right no-repeat;
	margin:0;
	padding:0;
	cursor:pointer;
	height:50px;
}

ul.mainNav li a {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	display:block;
	padding:15px 24px;
	color: #FFFFFF;
	text-decoration:none;

}
ul.mainNav li a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
ul.mainNav li a:hover {
	color: #e1e3ac;
	text-decoration:none;
}
ul.mainNav li a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* ######### Chrome Menu ######### */
#chromemenu{

}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:15px;
z-index:200;
color: #333333;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
padding: 4px 0;
text-decoration: none;
color: #333333;
background-image:url(images/rollover-blue.jpg);
background-position:center;
background-repeat:repeat-x;
font-family:"Century Gothic", Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight:100;
text-align: left;
border-bottom: #116797 1px solid;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/

background-color:#990000;
color: #012F60;
left:500px;
text-decoration: none;
}
/* ######### End Drop Down Menu ######### */