/*                                          menu stylesheet for using jquery accordian effect                           */
/*  hiding submenues */
.tabs {
	padding: 5px 10px 5px 50px;
}
.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 330px;
	}

.tabs ul li {
	display:inline;
	float:left;
	position:relative;
	text-align:center;
	width:90px;
	}
.tabs ul li ul li ul li ul{
	position: absolute;
	left: 149px;
	top: 0px;
	display: none;
	width: 140px;
	z-index: 999;
}
.tabs ul li ul li ul{
	position: absolute;
	left: 109px;
	top: 0px;
	display: none;
	width: 115px;
	z-index: 998;
}
.tabs ul li ul li ul li{
	width: 150px;
}
.tabs ul li ul li {
	padding-left: 10px;
	text-align: left;
	width: 110px;
}

.tabs ul li ul li a:link, .tabs ul li ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #666;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	letter-spacing: normal;
	}
.tabs ul li ul li a:hover {
	color: #ddd;
	text-decoration: underline;
}	
.tabs ul li a:link, .tabs ul li a:visited{
	color: #fff;
	font-family: Impact,"Trebuchet MS",Arial;
	font-size: 20px;
	text-decoration: none;
	letter-spacing:1px
}
.tabs ul li a:hover{
	text-decoration: none;
	border-bottom: 3px solid #fff;
	padding-bottom: 4px;
}
.tabs ul li ul {
	position: absolute;
	left: -5px;
	top: 32px;
	display: none;
	width: 150px;
	z-index: 997;
}
/************** FISHEYE LINKS STYLING  ***************/
.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	top: -20px;
}
a.fisheyeItem
{
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 60px;
	position: absolute;
	display: block;
	top: 0;
}
a.fisheyeItem2
{
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	bottom: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem2 img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}
.fisheyeItem span,
.fisheyeItem2 span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	
	height: 50px;
	width: 200px;
	left: 205px;
	position: absolute;
}
#fisheye2
{
	position: absolute;
	width: 100%;
	bottom: 0px;
}



/*          CLEARFIX STYLES                     */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
