#jqueryslidemenu{
	font: bold 12px Arial;
	color: #FFF;
	width:740px;
	direction:rtl;
	
	/*
	background:url(../images/main_menu_bg_off.gif) ;
	*/
}

/*tab link background during hover state*/
#jqueryslidemenu a.selected {
	color: #FFF;
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
	border-style:solid;
	border-bottom-width:0px;
	border-top-width:0px;
	border-right-width:1px;
	border-right-color:#333;
	border-left-width:0px;
	background:url(../images/main_menu_bg_on.gif) ;

	text-decoration: none;
	/*padding-right: 50px;*/
	/*padding-right: 50px;*/
	width:147px;
	
	
	padding-top: 15px;
	padding-bottom: 15px;
}

#jqueryslidemenu a.selected:hover {
	color: #FFF;
}


/*Top level menu link items style*/
#jqueryslidemenu a.unselected{
	color: #FFF;
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
	border-style:solid;
	border-bottom-width:0px;
	border-top-width:0px;
	border-right-width:1px;
	border-right-color:#333;
	border-left-width:0px;
	background:url(../images/main_menu_bg_off.gif) ;

	text-decoration: none;
	/*padding-right: 50px;*/
	/*padding-right: 50px;*/
	width:147px;
	
	
	padding-top: 15px;
	padding-bottom: 15px;

	
}

#jqueryslidemen a:visited {
	color: #FFF;
}
#jqueryslidemen a:active {
	color: #FFF;
}
#jqueryslidemenu a:link {
	color: #FFF;
}

/*tab link background during hover state*/
#jqueryslidemenu a.unselected:hover{
	/*
	background: white; 
	opacity: .7;
	filter: alpha(opacity=70);
	*/
	background:url(../images/main_menu_bg_on.gif) ;
	color: #FFF;
	border-right-color:#000;
	border-left-color:#000;

	
}
	
/*1st sub level menu*/

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

