#coolmenu{
width: 180px;
background-color: #E6E6E6;

}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 180px;
height: 70px
}

#coolmenu a{
font: 9px "Helvetica", verdana, arial, "Times New Roman", serif;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #6F6F6F;
background-image: url(nordframe_little.png);
height: 66px;
width: 174px;
text-decoration: none
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-image: url(nordframe_little_over.png);
color: #A86700;
height: 66px
}




#coolmenu2{
width: 180px;


}

* html #coolmenu2{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 180px;
height: 70px;
}

#coolmenu2 a{
font: 9px "Helvetica", verdana, arial, "Times New Roman", serif;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #6F6F6F;
background-image: url(tilesheet_little.png);
height: 66px;
width: 174px;
text-decoration: none;
}

html>body #coolmenu2 a{ /*Non IE rule*/
width: auto;
}

#coolmenu2 a:hover{
background-image: url(tilesheet_little_over.png);
color: #A86700;
height: 66px;
}


/* here */

#coolmenu3{
width: 180px;


}

* html #coolmenu3{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 180px;
height: 70px;
}

#coolmenu3 a{
font: 9px "Helvetica", verdana, arial, "Times New Roman", serif;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #6F6F6F;
background-image: url(insulated_little.png);
height: 66px;
width: 174px;
text-decoration: none
}

html>body #coolmenu3 a{ /*Non IE rule*/
width: auto;
}

#coolmenu3 a:hover{
background-image: url(insulated_little_over.png);
color: #A86700;
height: 66px;
}


/* INSULATED */

#insulatedhome{
	width: 248px;
	text-align: left;
	height: 70px;
}

* html #insulatedhome{ /*IE only rule, to negate the padding below IE includes in menu width.*/
	width: 248px;
	height: 70px;
}

#insulatedhome a{
	font: 9px "Helvetica", verdana, arial, "Times New Roman", serif;
	padding-left: 4px;
	display: block;
	height: 70px;
	width: 100%;
	color: #6F6F6F;
	background-image: url(../image/ins_bit.png);
	text-decoration: none;
}

html>body #insulatedhome a{ /*Non IE rule*/
	width: auto;
	height: 70px;
}

#insulatedhome a:hover{
	background-image: url(../image/ins_bit_over.png);
	color: #A86700;
	height: 70px;
}


/* TILESHEET */

#tilesheethome{
	width: 248px;
	text-align: left;
	height: 70px;
}

* html #tilesheethome{ /*IE only rule, to negate the padding below IE includes in menu width.*/
	width: 248px;
	height: 70px;
}

#tilesheethome a{
	font: 9px "Helvetica", verdana, arial, "Times New Roman", serif;
	padding-left: 4px;
	display: block;
	height: 70px;
	width: 100%;
	color: #6F6F6F;
	background-image: url(../image/ts_bit.png);
	text-decoration: none;
}

html>body #tilesheethome a{ /*Non IE rule*/
	width: auto;
	height: 70px;
}

#tilesheethome a:hover{
	background-image: url(../image/ts_bit_over.png);
	color: #A86700;
	height: 70px;
}


/* NORDFRAME */

#nordframehome{
	width: 248px;
	text-align: left;
	height: 70px;
}

* html #nordframehome{ /*IE only rule, to negate the padding below IE includes in menu width.*/
	width: 248px;
	height: 70px;
}

#nordframehome a{
	font: 9px "Helvetica", verdana, arial, "Times New Roman", serif;
	padding-left: 4px;
	display: block;
	height: 70px;
	width: 100%;
	color: #6F6F6F;
	background-image: url(../image/nf_bit.png);
	text-decoration: none;
}

html>body #nordframehome a{ /*Non IE rule*/
	width: auto;
	height: 70px;
}

#nordframehome a:hover{
	background-image: url(../image/nf_bit_over.png);
	color: #A86700;
	height: 70px;
}


