/* hides the rule from IE */
html>body #navigation li{
	margin-top: -12px;
	padding: 26px 0 0 0;
}
html>body #navigation{
	margin: 19px 0px 0px 456px;
}

/* hides the rule from everything but IE */
* html #navigation ul li{
	margin-top: 4px;
	padding: 26px 0 0 0;
}
* html #navigation{
	margin: 17px 0px 0px 417px;
}

/* random */
.clearfix:after {
   content: ".";              
	display: block;          
   height: 0;              
	clear: both;
   visibility: hidden;
}

/* a fix for IE Mac */
.clearfix {
	display: inline-block;
}   

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
/* End hide from IE-mac */
