body {
	behavior: url(csshover.htc);
}
{background-color: #FFFFFF}

A:link {COLOR: #160C0C /*The color of the link*/
}
A:visited { COLOR: #60CC /*The color of the visited link*/
}
A:hover { COLOR: red /*The color of the mouseover or 'hover' link*/
}
BODY { COLOR: #black /*The color of all the other text within the body of the page*/
}

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; }
.style2 { font-family: 'tahoma,helvetica'; font-size: 13px; font-weight: bold; color: #666699; text-decoration:none}
.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;}

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:hover span{
    text-decoration:underline;

}