.jqueryslidemenu {
	font-size: 11px;
	background: url(../img/menu_bar.jpg) top left repeat-x;
	background-color: #003C63;
	width: 958px;
	padding: 0px;
	margin: 0px;
	display: block;
	border-top: 1px solid #00243B;
	border-left: 1px solid #ABB8BB;
	border-right: 1px solid #ABB8BB;
	border-bottom: 1px solid #BBC8CC;
	/*width: 947px;
	line-height: 30px;
	height: 30px;*/
	position: relative;
	overflow: visible;
z-index: 1000;
}

html>body .jqueryslidemenu {
	height: auto;
} 

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

/*Top level list items*/
.jqueryslidemenu ul li {
    position: relative;
    display: inline;
    float: left;
	z-index: 10;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a:link, 
.jqueryslidemenu ul li a:visited, 
.jqueryslidemenu ul li a:hover, 
.jqueryslidemenu ul li a:active {
	padding: 8px 15px;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Lucida,sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
	font-size: 120%;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	_display: inline;
}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.jqueryslidemenu ul li.agmed_menu_li_root {
	background-image: url(../img/menu_bar_i.jpg); /* scroll 100% 50% transparent;*/
	background-position: 100% 50%;
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
    /*_background: none;*/
	height: 32px;
}

.jqueryslidemenu ul li.agmed_menu_li_root:hover {
	background: url(../img/menu_bar_d.png) no-repeat scroll 0 0 transparent;
	height: 32px;
background: none;
}

.jqueryslidemenu ul li a:hover {
	background-image: url(../img/menu_bar_hover.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 100% 0;
	background-color: transparent;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul {
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    background: none repeat scroll 0 0 #003C63;
    border: 1px solid #FFFFFF;
}

/*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:link, 
.jqueryslidemenu ul li ul li a:visited, 
.jqueryslidemenu ul li ul li a:hover, 
.jqueryslidemenu ul li ul li a:active {
    font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Lucida,sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #ffffff;
    width: 160px;
/*padding: 0;*/
padding: 0 0 0 8px;
    height: 30px;
    line-height: 32px;
    margin: 0;
    text-align: left;
/*text-indent: 8px;*/
    background: none repeat scroll 0 0 transparent;
/*display: block;*/
}

.jqueryslidemenu ul li ul li a:hover {
background: none;
}

.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
    color: #5F98BE;
}

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

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

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}

.jqueryslidemenu ul li div {
    font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Lucida,sans-serif;
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding: 8px 5px;
    text-decoration: none;
    color: #4a5d6d;
}

.jqueryslidemenu .amged_menu_li_parent {
    background: url(../img/sidenav-arrow.gif) no-repeat scroll 95% 60% transparent;
}
.jqueryslidemenu ul li.agmed_menu_root_selected,
.jqueryslidemenu ul li.agmed_menu_root_selected:hover {
	background-image: url(../img/menu_bar_hover.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 100% 0;
	background-color: transparent;	
}

.jqueryslidemenu ul li a.menu-item-selected {
	background: url(../img/menu_bar_d.png) no-repeat scroll 0 0 transparent;
}
