ul.accordion{
	list-style:none;
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5em;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	
}
ul.accordion li{
	float:right;
	width:50px;
	height:380px;
	display:block;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color:#F5F5F5;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	-moz-box-shadow:1px 3px 5px #555;
	-webkit-box-shadow:1px 3px 5px #555;
	box-shadow:1px 3px 5px #555;
	z-index: 1000;
}

ul.accordion li .heading{
	color: #94c130;
	font-weight: normal;
	margin: 0;
	z-index: 1002;
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-transform: translateX(-100%) rotate(-90deg);
	-webkit-transform-origin: right top;
	-moz-transform: translateX(-100%) rotate(-90deg);
	-moz-transform-origin: right top;
	-o-transform: translateX(-100%) rotate(-90deg);
	-o-transform-origin: right top;
	-ms-transform: translateX(-100%) rotate(-90deg);
	-ms-transform-origin: right top;
	transform: translateX(-100%) rotate(-90deg);
	transform-origin: right top;


	 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
	width:270px;
	margin-top:90px;
	background-color:#333;
	color:#FFFFFF;
	padding-left:261px;
	background-image:url(../images/whitearrow.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:30px;
	line-height:30px;
	
}
ul.accordion li .description{
	position:absolute;
	width:600px;
	height:420px;
	top:0px;
	left:0px;
	z-index: 1001;
}
ul.accordion li .description h2{
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
	letter-spacing:1px;
	font-size:20px;
	color:#94c130;
	text-align:left;
	font-family: 'dinregularwebfont';
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 261px;
}
ul.accordion li .description p{
	line-height:14px;
	font-family: 'dinregularwebfont';
	font-size: 13px;
	font-style:normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 261px;
}
ul.accordion li .description a{
    position:absolute;
    bottom:5px;
    left:20px;
    text-transform:uppercase;
    font-style:normal;
    font-size:11px;
    text-decoration:none;
    color:#888;
}
ul.accordion li .description a:hover{
    color:#333;
    text-decoration:underline;
}

ul.accordion li .bgDescription{
	background:transparent url(../images/bgDescription.png) repeat-x top left;
	height:400px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	display:none;
	z-index: 0;
}
