body{behavior:url(csshover.htc);}
{background-color:#FFFFFF; margin:0; padding:0}
A:link{COLOR:#160C0C}
A:visited{COLOR:#60CC}
A:hover{COLOR:red}
h1 { font-family: 'arial,helvetica'; font-size: 10pt; margin:1px; line-height: 14px; color: #666666; }
.style1 { font-family: 'tahoma,helvetica'; font-size: 11px; margin:5px; color: #000000; }
.style5 { font-family: 'times new roman'; font-size: 13px; margin:10px; text-decoration:none; background-color:#E6E6E6}
.style6 { font-family: 'times new roman'; font-size: 12px; font-weight: bold; text-decoration:none}
.style6b { font-family: 'times new roman'; font-size: 12px; font-weight: bold; color: #FF0033; text-decoration:none}
.style8{ background-image: url('http://www.modernofficefurniture.com/searchbg.jpg'); background-repeat: no-repeat; background-attachment:fix; font-family: 'tahoma,helvetica'; font-size: 18px; margin:5px; color: #ffffff;}
form label { display: block; padding-top: 3px;}
a {
	color: #000;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:205px;
}

ul li {
	font: bold 11px/16px arial, helvetica, sans-serif;
	height:100%;
	background:#E6E6E6;
	border-bottom:1px solid #fff;
	position: relative;
	float:left;
	width:100%;
	}
	
ul li ul li{
	background:#E6E6E6;
	}

ul li a{
	display:block;
	padding: 5px 3px;
	}

ul li a:hover {
	color: #a00;
	background: #ffffff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

ul li ul li a:hover{
	background: #faf4f5;
	border-left:1px solid #fff;
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:205px;
}


a.button {
    background: transparent url('button_right.png') no-repeat scroll top right; /* Sliding right image */
    display: block;
    float: left;
    height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

a.button span {
    background: transparent url('button_left.png') no-repeat; /* Background left image */
    display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
    padding: 7px 0 5px 18px;
} 

a.button:hover span{
    text-decoration:underline;

}