#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}
 
#cssdropdown li {
float: left;
position: relative;
}
 
.mainitems{
border: 1px solid black;
background-color: #FFEEC6;
}
 
.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}
 
.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: lightyellow;
border: 1px solid black;
}
 
.subuls li{
width: 100%;
}
 
.subuls li a{
text-decoration: underline;
}
 
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}
 
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}
 
#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
 
/*Just Search CSS */
#content h1 {
	padding:0px;
	margin:0px;
	font-size:36px;
		}
		
#content img {
	border:1px solid #000000;
	margin:8px;
	}
		
.sidebar-container {
	background-color:#F2F2F2;
	background-image:url(http://www.etyres.co.uk/new-site/div-header.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:10px;
	width:242px;
	font-family:arial;
	font-size:13px; 
	padding-top:4px;
	padding-bottom:3px;
 
}
 
.sidebar-container h3 {
	color:#fffff; !important
	font-weight:bold;
	}
