.jquerycssmenu{
	padding-left: 15px; /*offset of tabs relative to browser left edge*/
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	; /*background of tabs (default state)*/
	padding: 5px 7px 4px 7px;
	margin-right: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
}

.jquerycssmenu ul li a:hover{
	color: #C4FFD2;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: block;
float: none;
width: 160px;
}

/*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{
	width: 160px;
	color: #FFFFFF;
	padding: 4px 5px;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #3970B1;
	text-align: left;
	vertical-align: text-top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #FFFFFF;
	background-color: #6EA7CF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

.jquerycssmenu-1{
	padding-left: 15px; /*offset of tabs relative to browser left edge*/
	z-index: 1000;
	font-family: "Traditional Arabic";
	font-size: 16pt;
	font-weight: bold;
}

.jquerycssmenu-1 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu-1 ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.jquerycssmenu-1 ul li a{
	display: block;
	; /*background of tabs (default state)*/
	padding: 5px 7px 4px 7px;
	margin-right: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12pt;
	font-weight: bold;
}

.jquerycssmenu-1 ul li a:hover{
	color: #C4FFD2;
}
	
/*1st sub level menu*/
.jquerycssmenu-1 ul li ul{
	position: absolute;
	right: 0;
	display: block;
	visibility: hidden;
	z-index: 1000;
	border-top-style: none;
	text-align: right;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu-1 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu-1 ul li ul li ul{
top: 0px;
right: 185px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #669933;
}

/* Sub level menu links style */
.jquerycssmenu-1 ul li ul li a{
	width: 170px;
	color: #FFFFFF;
	padding: 4px 5px;
	margin: 0;
	font-family: "Traditional Arabic";
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #448FC1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.jquerycssmenu-1 ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass-1{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass-1{
position: absolute;
top: 5px;
left: -100px;
}