.slidetabsmenu{
float:right;
margin-top:75px;
MARGIN-right:10px;
position:relative;
text-align:right;
}

* 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;
width:52px;
height:26px;
}

.slidetabsmenu a{
float:left;
/*background:url(media/slide-left.gif) no-repeat left top;*/
margin-right: 3px;
padding:0 2px 0 0px;
text-decoration:none;
width:52px;
height:26px;
}

.slidetabsmenu a img {
width:52px;
height:26px;
border:none;
float:left;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a img {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover img, .slidetabsmenu li.selected a img{
	width:52px;
	height:26px;
	border:none;
	background:#fff;
	border-bottom:1px solid #48131a;
}

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_c{
position:absolute;
z-index:100;
width: 75px;
visibility: hidden;
margin-top:-1px;
background:#fff;
}

.dropmenudiv_c img{
width:75px;
height:26px;
border:none;
}


.dropmenudiv_c a{
width:75px;
height:26px;
display: block;
padding: 1px 0px 1px 0px;
border-bottom:1px solid #48131a;
position:relative;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
	background-color: transparent;
}
