body {
	margin: 0px;
	background-color: #efefef;
	font-family: Trebuchet MS, Arial, Serif;
	font-size: 11px;
	color: #515151;
	text-align: left;
	margin-left: 5px;
}


#coolmenu{
border: 1px dashed #9eb4ad;
width: 150px;
background-color: #E6E6E6;
}

#coolmenu a{
font: 13px "Trebuchet MS";
text-transform: uppercase;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid white;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #2b3537;
color: white;
}

#searchBody {
	border: 1px dashed #9eb4ad;
	width: 150px;
	background-color: #E6E6E6;
	margin: 0px;
}

#searchBody input {

	font-size: 10px;

}
