/*****

Image Menu

v 2.2

	*****/



#imageMenu {

	height: 504px;

	overflow: hidden;

	border-style: none;

	 margin: 0 auto;

    width: 933px;

	padding: 8px 0 20px 0;

}



#imageMenu ul {

	list-style: none;

	margin: 0px;

	display: block;

	height: 504px;

	padding: 0;

	}



#imageMenu ul li {

	float: left;	

}



#imageMenu ul li a {

	background:#FFFFFF;

	cursor:pointer;

	display:block;

	overflow:hidden;

	width:34px;

	height: 504px;

	margin: 0;

	padding: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;
	
	filter: alpha(opacity=60);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
   opacity:0.6;
   -moz-opacity: 0.60; 
   
   opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */

}
#imageMenu ul li a:hover{
	opacity:1.0;
    filter:alpha(opacity=100); 
}
#imageMenu ul li a span{
	font-size:26px;
	display:block;
	color:#000;
	vertical-align: middle;
	-webkit-transform: rotate(-90deg); 
   -moz-transform: rotate(-90deg);
   margin-top:300px;
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   text-transform:uppercase;	
   font-weight:bold;
   
 
}
#imageMenu ul li.active a span{
	display:none;
}

#imageMenu ul li:first-child a{
	width:790px;
	opacity:1.0;
    filter:alpha(opacity=100); 

}
#imageMenu ul li.bk6 a {

	border-right-style: none;

}

.clear {

	clear: both;

}





