<style type="text/css">

#coolmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 190px;
background-color: #E6E6E6;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: black;
color: white;
}

a img{border:0;} 

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A42F1B;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
}
#button_holder2 {
	display:block;

	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#CCC; 
}
/* Button properties in still mode */	
.btn2 a {
	padding:0 20px;
	float:center; 
	text-decoration:none;
	color: #a42f1b;
	font-weight:bold;
	border:1px solid #a42f1b;
}
/* Button properties in dynamic mode (mouse-over) */
.btn2 a:hover {
	color:#fff;
	background-color:#a42f1b;
}

</style>
