

.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: 114px; height: 36px;
background:url(../images/navigation/primary/homepage.gif) no-repeat left top;margin-right: 12px; 
}
a.aboutus {float: left; width: 114px; height: 36px;
background:url(../images/navigation/primary/aboutus.gif) no-repeat left top;margin-right: 12px; 
}
a.services  {float: left; width: 114px; height: 36px;
background:url(../images/navigation/primary/services.gif) no-repeat left top;margin-right: 12px; 
}
a.gallery {float: left; width: 114px; height: 36px;
background:url(../images/navigation/primary/gallery.gif) no-repeat left top;margin-right: 12px; 
}
a.faq {float: left; width: 114px; height: 36px;
background:url(../images/navigation/primary/faq.gif) no-repeat left top; margin-right: 12px;
}
a.contact{float: left; width: 114px; height: 36px;
background:url(../images/navigation/primary/contact.gif) no-repeat left top;margin-right: 0px;
}
a.blog{float: left; width: 114px; height: 36px;
background:url(../images/navigation/primary/blog.gif) no-repeat left top;margin-right: 12px;
}






.homepage span, .aboutus span, .services span, .gallery span, .faq span, .contact span, .blog 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;
border-width: 0 1px;
line-height:18px;
font-size: 12px;
z-index:100;
width: 120px;
visibility: hidden;
border: 1px solid #fff; /*THEME CHANGE HERE*/
}


.dropmenudiv_a a, .dropmenudiv_b a, .dropmenudiv_c a, .dropmenudiv_d a {
width: auto;
display: block;
text-indent: 5px;
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
text-align: center;
border: 1px solid #fff; /*THEME CHANGE HERE*/
}

* 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: #783037;
}
.dropmenudiv_b a:hover { /*THEME CHANGE HERE*/
background-color: #C9ACAF; color: #fff;
}


.dropmenudiv_c a { /*THEME CHANGE HERE*/
background-color: #fff; color: #B1059D;
}
.dropmenudiv_c a:hover { /*THEME CHANGE HERE*/
background-color: #E09BD8; 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*/