/* CSS Document */
#homeheadNavDiv {
	position:absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
	height: 46px;
}
#headNavDiv {
	position:absolute;
	z-index: 99;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	border-bottom: 1px solid #C5D98F; /*Theme Change here*/
	border-left: 1px solid #C5D98F;
	border-right: 1px solid #C5D98F;
	width: 130px;
	z-index:100;
	background-color: #D9EC9D;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	visibility: hidden;
	color: #999999;
}

.dropmenudiv a{
display: block;
padding: 3px;
text-align: left;
font-family: arial, helvetica, sans-serif;
font-size:10px;
color: #999999;
border-top: 1px solid #C5D98F; /*Theme Change here*/
text-decoration: none;
}
.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #B9C986;
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#mainmenu, #nav ul { /* all lists */
	margin-top: 0px;
	list-style:  none;
padding: 0;
margin-left: 0;
}
#mainmenu a {
	display: block;
	text-decoration:none;
	color: #888888;	
}
#mainmenu li a {
	display: block;
}
#mainmenu a:hover {
	text-decoration:none;
}
#mainmenu li { /* all list items */
	float: left;
	display: block;
	list-style: none;
}
#mainmenu li span  {
	display: none;
}
/* ----- MAIN NAV ----- */

.home, .home a {
	width:79px;
	height:46px;
	background:url(images/index-cut_r3_c3.jpg);
}
.left-shade {
	width:14px;
	height:46px;
	background:url(images/index-cut_r3_c2.jpg);
}
.right-shade {
	width:14px;
	height:46px;
	background:url(images/index-cut_r3_c11.jpg);
}
.home a:hover {
	width:79px;
	height:46px;
	background:url(images/index-cut_r3_c3_f2.jpg);
}
.about, .about a {
	width:99px;
	height:46px;
	background:url(images/index-cut_r3_c4.jpg);
}
.about a:hover {
	width:99px;
	height:46px;
	background:url(images/index-cut_r3_c4_f2.jpg);
}
.about-on a {
	width:99px;
	height:46px;
	background:url(images/index-cut_r3_c4_f2.jpg);
}
.news, .news a {
	width:74px;
	height:46px;
	background:url(images/index-cut_r3_c5.jpg);
}
.news a:hover {
	width:74px;
	height:46px;
	background:url(images/index-cut_r3_c5_f2.jpg);
}
.news-on a {
	width:74px;
	height:46px;
	background:url(images/index-cut_r3_c5_f2.jpg);
}
.services, .services a {
	width:93px;
	height:46px;
	background:url(images/index-cut_r3_c6.jpg);
}
.services a:hover {
	width:93px;
	height:46px;
	background:url(images/index-cut_r3_c6_f2.jpg);
}
.services-on a {
	width:93px;
	height:46px;
	background:url(images/index-cut_r3_c6_f2.jpg);
}
.condition, .condition a {
	width:184px;
	height:46px;
	background:url(images/index-cut_r3_c7.jpg);
}
.condition a:hover {
	width:184px;
	height:46px;
	background:url(images/index-cut_r3_c7_f2.jpg);
}
.condition-on a {
	width:184px;
	height:46px;
	background:url(images/index-cut_r3_c7_f2.jpg);
}
.faq, .faq a {
	width:243px;
	height:46px;
	background:url(images/index-cut_r3_c8.jpg);
}
.faq a:hover {
	width:243px;
	height:46px;
	background:url(images/index-cut_r3_c8_f2.jpg);
}
.faq-on a {
	width:243px;
	height:46px;
	background:url(images/index-cut_r3_c8_f2.jpg);
}
.image-center {
	text-align: center;
}

