.jqueryslidemenu{
width:800px; height:51px;  position:absolute; top:90px; right:20px;
}
.jqueryslidemenu ul{margin: 0;padding: 0; list-style-type: none; float:right;}



/*Top level list items*/

.jqueryslidemenu ul li.firstmenu{
	position: relative;
	float: left;
	width:112px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	text-align:center;

}



/*Top level menu link items style*/

.jqueryslidemenu ul li.firstmenu a{
	cursor:pointer;	
	text-align:center;
	width:90px;
	height:23px;
	display: block;
	color: white;
	padding: 13px 11px;
	color: #9d9fa0;
	text-decoration: none;
	font-weight:bold;
	background-image: url(/assets/templates/new/images/top_menu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}



* html .jqueryslidemenu ul li.firstmenu a{ /*IE6 hack to get sub menu links to behave correctly*/

display: inline-block;

}






.ajaxmenu_here a{

}



.jqueryslidemenu ul li.firstmenu a:hover{
color: #3aa0fd;
}
/*1st sub level menu*/

.jqueryslidemenu ul li ul{
position: absolute;
top:-20px;
left: 5px;
display: block;
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/

.jqueryslidemenu ul li ul li.secondmenu a{

	padding:5px 0 3px 15px;
	width:170px;
	display: list-item;
	float: none;
	text-align:left;
background-image: none !important;
	background-repeat: no-repeat !important;
	
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	
	background-color: #fff;
	background-position: left center;
	color:#666;

}





.jqueryslidemenu ul li ul li.secondmenu a:hover{

	padding:5px 0 3px 15px;

	display: list-item;

	float: none;

	text-align:left;

/*	background-image: url(/assets/js/right.gif) !important;
*/
	color: #fff;

	background-repeat: no-repeat;

	background-color: #068ce2;

	background-position: left center ; /* just some overrides */	

}



/*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-size:13px;

width: 160px; /*width of sub menus*/

padding: 5px;

margin: 0;

border-top-width: 0;

border-bottom: 1px solid gray;

}



.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{

position: absolute;

top: 12px;

right: 7px;

}



.rightarrowclass{

position: absolute;

top: 6px;

right: 5px;

}


