.slidetabsmenu{
float:left;
font-size: 12px;
line-height:normal;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

a.homepage {float: left; width: 156px; height: 32px;
background:url(../images/navigation/homepage.gif) no-repeat left top; 
}
a.aboutus {float: left; width: 156px; height: 32px;
background:url(../images/navigation/aboutus.gif) no-repeat left top; 
}
a.services  {float: left; width: 155px; height: 32px;
background:url(../images/navigation/services.gif) no-repeat left top; 
}
a.gallery {float: left; width: 156px; height: 32px;
background:url(../images/navigation/gallery.gif) no-repeat left top; 
}
a.faq {float: left; width: 156px; height: 32px;
background:url(../images/navigation/faqs.gif) no-repeat left top; 
}
a.contact{float: left; width: 141px; height: 32px;
background:url(../images/navigation/contact.gif) no-repeat left top;

}






.homepage span, .aboutus span, .services span, .gallery span, .faq span, .contact span,{display: none;}


/*.homepage a{
float:left;
background:url(../images/navigation/primary/homepage.gif) no-repeat left bottom;
text-decoration:none;
}

.homepage a span{
float:left;
display:block;

}*/

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none; }
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
display: none;}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0 100%;

}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% 0px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a, .dropmenudiv_b, .dropmenudiv_c, .dropmenudiv_d {
	position:absolute;
	top: 0;
	line-height:18px;
	font-size: 12px;
	z-index:100;
	width: 156px;
	visibility: hidden; /*THEME CHANGE HERE*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


.dropmenudiv_a a, .dropmenudiv_b a, .dropmenudiv_c a, .dropmenudiv_d a {
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 4px 0;
	text-decoration: none;
	text-align: center;
}

* html .dropmenudiv_a a, * html .dropmenudiv_b a, * html .dropmenudiv_c a, * html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_a a { /*THEME CHANGE HERE*/
background-color: #fff; color: #0083A9;
}
.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
background-color: #99CEDD; color: #fff;
}


.dropmenudiv_b a { /*THEME CHANGE HERE*/
	background-color: #fff; color: #B3922B; }
.dropmenudiv_b a:hover { /*THEME CHANGE HERE*/
	background-color: #E0D2A9;
	color: #fff;
}


.dropmenudiv_c a { /*THEME CHANGE HERE*/
background-color: #fff;  color: #e96061;
}
.dropmenudiv_c a:hover { /*THEME CHANGE HERE*/
background-color: #f8c3c3; color: #fff;
}

.dropmenudiv_d a { /*THEME CHANGE HERE*/
background-color: #fff; color: #001D77;
}
.dropmenudiv_d a:hover { /*THEME CHANGE HERE*/
background-color: #99A5C9; color: #fff;
}



/*Nav Light green #C8D4B0
Nav Light blue #99CEDD
Nav Light brown #C9ACAF
Nav Light pink #E09BD8
Nav Light orange #F4C7A7
Nav Light blue #99A5C9*/
