/* NavBar - CSS Document - NAVIGATION */

/* Main nav list */
ul.list {
	list-style:none;
	margin:0;
	width:695px;
	padding:0;
	float:right;
	position:relative;
}

ul.list li {
	position:relative;
	float:left;
}

ul.list li a{
	display:inline;
	position:relative;
	float:left;
	margin-bottom:0px;
	text-align:center;
	clear:both;
}

ul.list li a.nav1 {
	width:101px;
	height:49px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(images/nav1-new.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav1:hover {
	width:101px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav1-new-ovr.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav2 {
	width:114px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav2.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav2:hover {
	width:114px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav2-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav3 {
	width:148px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav3.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav3:hover {
	width:148px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav3-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav4 {
	width:106px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav4.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav4:hover {
	width:106px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav4-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav5 {
	width:82px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav5.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav5:hover {
	width:82px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav5-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav6 {
	width:122px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav6.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav6:hover {
	width:122px;
	height:49px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav6-over.png) right top no-repeat;
	cursor:pointer;
}

/* ######### Chrome Menu ######### */
#chromemenu{
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
top:0;
left:0;
border-bottom-width: 0;
line-height:15px;
z-index:200;
font-family:
color: #FFFFFF;
visibility: hidden;
position:absolute;
border-bottom:5px solid #FA989A;
background:url(images/nav-bg.jpg) repeat-x #2e597b;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
padding: 4px 0;
text-decoration: none;
color: #FFFFFF;
font-family:Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight:100;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/

color: #FFFFFF;
background-color:#264762;
text-decoration: none;
}
/* ######### End Drop Down Menu ######### */