.jquerycssmenu{
	height: auto;
	width: auto;
	font-size: 14px;
	z-index:999;   
	
	float:right;
	
	position: relative;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	float: left;
	height: 80px;
	display: block;
	background-image:url(../images/du_03.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	color: #058385;
	height: 60px;
	width: 112px;
	line-height: 25px;
	padding:0 5px;
	float: left;
	text-align: center;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari and Chrome */
	-o-transition:all 1s; /* Opera */
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/dg_05.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top:25px;
	color:#BBBBBB;
	
}
.jquerycssmenu ul li b{color:#09ADAF;font-size: 18px;}

.jquerycssmenu ul li a:hover{
	background-color: #D1F0F0;
	color: #000;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-color: #00A08F;
	z-index:999;
	padding-bottom:10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(../images/lal1.png);
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	background-image: none;
	border-right-width: 0px;
	height: 30px;
	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;


}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	color: #FFF;
	margin: 0;
	border-top-width: 0;
	height: 30px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 30px;
	background-image: none;
	width:112px;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari and Chrome */
	-o-transition:all 1s; /* Opera */
	padding-top:0px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/	
	background-color: #0BD7DA;
	background-image: none;
	color: #FFF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
/* mainbanner */
.mainbanner{
	height:605px;
	overflow:hidden;
	position:relative;
	border-top:1px solid #DBDBDB;
	padding-top:1px;

	
}
.mainbanner_window{
	left:50%;
	width:2000px;
	height:605px;
	overflow:hidden;
	margin-left:-1000px;
	position:absolute;
}
.mainbanner_window ul{
	width:999999px;
	height:605px;
	position:relative;
}
.mainbanner_window li{

	width:2000px;
	height:605px;
	text-align:center;
	font-size:0px;
	float:left;
	display:inline;
}
.mainbanner_list{
	left:50%;
	top:570px;
	width:500px;
	height:30px;
	margin-left:-75px;
	position:absolute;
}
.mainbanner_list li{width:30px;height:30px;overflow:hidden;float:left;display:inline;}
.mainbanner_list a{
	width:25px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	color:rgb(255, 255, 255);
	font-size:12px;
	font-weight:700;
	float:left;
	display:inline-block;
	background-image: url(../images/btn1.png);
	background-repeat: no-repeat;
}
.mainbanner_list li.active a{background-position:0 -30px;text-decoration:none;}
.mainbanner_list li a:hover{background-position:0 -30px;text-decoration:none;}
