﻿.jqueryslidemenu{

background-image:url('sitenew1/bg-hed-tab.gif');
	width: 100%;
	font-family:"MS Sans Serif";
	font-size:10px;
	font-weight:bold;
	text-align:right;
height:45px;
padding: 5px 0px 0px 0px;
background-repeat:no-repeat;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0px 15px 0px 0px;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #242424; /*background of tabs (default state)*/
color: #fff;
padding: 10px 10px;
border-left: 1px solid #fff;
text-decoration: none;
direction:rtl;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #fff;
}

.jqueryslidemenu ul li a:hover{
background: #242424; /*tab link background during hover state*/
color: #0679cb;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font-family:"MS Sans Serif";
	font-size:10px;
	font-weight:bold;
	width: 200px; /*width of sub menus*/;
	padding: 8px;
	margin: 0;
	border-top-width: 0;
	border-top: 1px solid #fff;
	border-right-color:#fff;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;

	}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
padding-right: 5px;
}
.rightarrowclass{
position: absolute;
top: 10px;
left: 5px;
}
.jqueryslidemenu ul li span{
background-image:url('sitenew1/action_check.gif');
height:16px;
width:16px;
float:right;
margin-left:7px;
}

