.slidetabsmenu{
float:left;
width:100%;
font-size: 11px;
line-height: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
z-index: 110;
}

* 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 2px 0 0;
padding: 0 0 0 10px;
text-decoration:none;
text-align: center;
background: transparent url(../images/menubgleft.png) no-repeat left top;
}

.slidetabsmenu a span {
float:left;
display:block;
padding:10px 10px 5px 0px;
color:#FFFFFF;
background: transparent url(../images/menubgright.png) no-repeat right top;
}

.slidetabsmenu h1 {
font-size: 11px;
line-height: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
float:left;
margin: 0 2px 0 0;
padding: 10px 0 0 0;
text-decoration: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: #FFFFFF;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position: left top;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position: right top;
}

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 ######### */

.dropdowns{
position: absolute;
top: 0px;
font-size: 11px;
line-height: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
z-index: 150;
background-color: #DFC0D9;
width: 150px;
visibility: hidden;
float: none;
}


.dropdowns a{
	width: auto;
	display: block;
	border: 0 solid #A50082;
	border-bottom-width: 1px;
	padding: 4px 4px 4px 6px;
	text-decoration: none;
	color: #A2027B;
	text-align: left;
	background-color: #EFE0EE;
}

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

.dropdowns a:hover{ /*THEME CHANGE HERE*/
background-color: #004e92;
color: #FFFFFF;
}

/*office supplies division*/
.office a{
	color: #FFFFFF;
	background-color: #C8009C;
	border-bottom-width: 0px;
}

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

.office a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #004e92;
}

/*business interiors division*/
.business a{
	color: #FFFFFF;
	background-color: #3366CC;
	border-bottom-width: 0px;
}

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

.business a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #004e92;
}

/*environment division*/
.environment a{
	color: #FFFFFF;
	background-color: #CC6699;
	border-bottom-width: 0px;
}

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

.environment a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #004e92;
}

/*print division*/
.print a{
	color: #FFFFFF;
	background-color: #6699CC;
	border-bottom-width: 0px;
}

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

.print a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #004e92;
}
