/* Reset IE BUGS */



/* dropdown fix */
* html .dropmenudiv{
	background-image: none;
	background-color: #F8F8F8;
	border: 1px solid #cfcfcf;
	margin-left: -0px;
	width: 190px;
}
* html .dropmenudiv a:link, * html .dropmenudiv a:visited{
	margin-left: 5px;
}

/* tabbox fix */
* html #tab-right {
	float: left; 
	width: 200px; 
	margin-left: -4px;
	}
* html #tab-right .image {
	height: 158px; 
	padding-top: 25px;
	}
	
/*searchform fix */
* html #searchform {
	width: 250px;
	float:right;
	margin-top: 10px;
	}

* html .search-button {
	margin-top: 1px;
	}


