.slidetabsmenu{
	float: right;
	padding: 30px 0 0 0;

	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
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;
	line-height: normal;
}




.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
	background: url(/images/img02.gif) no-repeat left center;
}




.slidetabsmenu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 17px 0 12px;
	text-decoration: none;
	background: url(http://www.covermywindowwell.com/images/img02.gif) no-repeat left center;
	color: #bc1819;
}



.slidetabsmenu a:hover {
	text-decoration: underline;
	color: #333333;
	background: url(http://www.covermywindowwell.com/images/img02.gif) no-repeat left center !important;
}




.slidetabsmenu .first a {
	background: none !important;
}





/* 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;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
// background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
}

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;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 147px;
visibility: hidden;
margin-left:1px;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #bc1819;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #eaeaea;
}



