/* main menu styles copied from AYH*/
.slidetabsmenu{
	float:right;

	font-size: 12px;
	line-height:normal;
	background-color: #70CCFF;
	margin-right:4px;

}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;

}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}



a.home {
	float: left;
	width: 66px;
	height: 44px;
	margin-right: 0px;
	background-image: url(../templateimages/homepage.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.productlink {
	float: left;
	width: 94px;
	height: 44px;
	margin-right: 0px;
	background-image: url(../templateimages/products.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.news {
	float: left;
	width: 68px;
	height: 44px;
	margin-right: 0px;
	background-image: url(../templateimages/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.about {
	float: left;
	width: 90px;
	height: 44px;
	margin-right: 0px;
	background-image: url(../templateimages/about.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.authors {
	float: left;
	width: 84px;
	height: 44px;
	margin-right: 0px;
	background-image: url(../templateimages/authors.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.parents {
	float: left;
	width: 75px;
	height: 44px;
	margin-right: 0px;
	background-image: url(../templateimages/parents.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.contact {
	float: left;
	width: 83px;
	height: 44px;
	margin-right: 0px;
	background-image: url(../templateimages/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


a.other {
	float: left;
	width: 69px;
	height: 44px;
	margin-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}


.home span, .productlink span, .news span, .about span, .authors span, .parents span, .contact span{display: none;}



/* 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%;

}

body.home .slidetabsmenu a.home, body.productlink .slidetabsmenu a.productlink, body.news .slidetabsmenu a.news, 
body.about .slidetabsmenu a.about, body.authors .slidetabsmenu a.authors, body.parents .slidetabsmenu a.parents, 
body.contact .slidetabsmenu a.contact
{background-position:0 50%;}




.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*/
}


/*end main menus styles*/

/* ######### 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: left;
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: #0067C5;
}
.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	background-color: #70CCFF;
	color: #fff;
}


.dropmenudiv_b a { /*THEME CHANGE HERE*/
	background-color: #fff;
	color: #0067C5;
}
.dropmenudiv_b a:hover { /*THEME CHANGE HERE*/
	background-color: #70CCFF;
	color: #fff;
}

.dropmenudiv_c a { /*THEME CHANGE HERE*/
	background-color: #fff;
	color: #0067C5;
}
.dropmenudiv_c a:hover { /*THEME CHANGE HERE*/
	background-color: #70CCFF;
	color: #fff;
}

