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: 7pt; margin:1px; line-height: 14px; color: #666666; }
.style1 { font-family: 'tahoma,helvetica'; font-size: 11px; margin:5px; color: #000000; }
.style1b{ font-family: 'tahoma,helvetica'; font-size: 11px; font-weight: bold; margin:5px; color: #000000; }
.style1c{ font-family: 'tahoma,helvetica'; font-size: 13px; font-weight: bold; margin:5px; color: #000000; }
.style1d{ font-family: 'tahoma,helvetica'; font-size: 12px; margin:5px; color: #666666;}

.style2 { font-family: 'tahoma,helvetica'; font-size: 13px; font-weight: bold; color: #666699; text-decoration:none}
.style3 { font-family: 'arial,helvetica'; font-size: 13px; font-weight: bold; color: #FF0033; text-decoration:none}
.style4 { font-family: 'arial,helvetica'; font-size: 13px; font-weight: bold; color: #0033FF; text-decoration:none}
.style4a { font-family: 'arial'; font-size: 13px; font-weight: bold; color: #211f29; text-decoration:none; text-align: center}
.style4b { font-family: 'arial'; font-size: 13px; font-weight: bold; color: #211f29; 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}
.style7 { font-family: 'tahoma,helvetica'; font-size: 18px; font-weight: bold; color: #666699;}
.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;}

.different-text-color { color: #1007C1; font-weight: bold;}

h5{	padding-top: 5px;
	margin-left:30px;}
h4{ 
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 0px;
border: 1px solid red; 
} 

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;

}