.jquerycssmenu{
	font: bold 12px Tahoma;
	background:url(../images/menuBack.jpg) repeat-x;
	height:43px;
	width:980px;
	margin-top: 10px;
	direction:ltr;
}

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

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: right;
	z-index:1000;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	padding: 10px 7px 4px 7px;
	margin-right: 3px; /*spacing between tabs*/
	color: #fff;
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align:right;

}
.jquerycssmenu ul li a:hover{
	font-weight:bold;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	right: 27px;
	display: block;
	visibility: hidden;
	text-align:right		
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
}

/*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{
	font: bold 12px Tahoma;
	width: 170px; /*width of sub menus*/
	background: #333333;
	color: #fff;
	padding: 4px 5px;
	margin: 0;
	height:20px;
	opacity: 0.8;  
	filter:alpha(opacity=80);	
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	font-size: 13px;
	background: #FF9A53;
	color: #FFF;
	opacity: 1;  
	filter:alpha(opacity=100);	
}

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

.downarrowclass{
position: absolute;
top: 7px;
left: -7px;
}

.rightarrowclass{
position: absolute;
top: 5px;
left: -7px;
}



#header #leftHeader{
	background: url(../images/leftHeader.jpg) no-repeat;
}
