.slidetabsmenu{
	float:right;
	width:727px;
	height: 122px;
	*height: 49px;
	_height: 49px;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	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;
}

.slidetabsmenu a{
float:left;
margin:0;
padding:0;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
margin: 0;
padding: 0;
font-weight:bold;
font-size: 1.5em;
color:#ffffff;
}

/* 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: #ffffff;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
/*background-position:0% -125px;*/
/*background-image:url('images/asd_tab_over.png');*/
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
/*background-position:100% -125px;*/
/*background-image:url('images/asd_tab_over.png');*/
}

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_b{
	position:absolute;
	top: 0;
	/*border: 1px solid #999999;*/ /*THEME CHANGE HERE*/
	/*border-width: 0 1px;*/
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #ffffff;
	width: 200px;
	visibility: hidden;
	border-radius:.4em;
	box-shadow:0em 0em .5em #aaa;
}

.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #666666; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	border-radius:.4em;
	box-shadow:0em 0em .5em #aaa;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #494747;
color: #fff;
border-radius:.4em;
box-shadow:0em 0em .5em #aaa;
}

.dropmenudiv_c{
	position:absolute;
	top: 0;
	/*border: 1px solid #999999;*/ /*THEME CHANGE HERE*/
	/*border-width: 0 1px;*/
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #ffffff;
	width: 200px;
	visibility: hidden;
	border-radius:.4em;
	box-shadow:0em 0em .5em #aaa;
}

.dropmenudiv_c a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #666666; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	border-radius:.4em;
	box-shadow:0em 0em .5em #aaa;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #494747;
color: #fff;
border-radius:.4em;
box-shadow:0em 0em .5em #aaa;
}