.jqueryslidemenu{
font: bold 12px Tahoma;
width: 100%;

}

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

	float: left;
	clear: left;
	 position:relative;
	 top:-2px;
	 left:400px;

}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
color:#c3e1d7;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/*background: #fff; background of tabs (default state)*/

padding: 4px 10px 0 0px;
	margin:0px 0px 0 0px;
	height:24px;
/*border-right: 1px solid #778;*/
color: #118c6d;
text-decoration: none;
font: 400 14px Tahoma,sans-serif;

}

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

}

.jqueryslidemenu ul li a:link{
color: #118c6d;
}


.jqueryslidemenu ul li a:hover{

color: white;
}
	
/*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: normal 13px Verdana;
width: 150px; /*width of sub menus*/
height:24px;

background:url(/themes/dentiste/images/new-menu/atest.jpg) no-repeat;
}

.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: 8px;
right: 7px;
}

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

.jqueryslidemenu ul li a:hover {
 	color: #ffffff;
	background: url(/themes/dentiste/images/new-menu/bb.jpg) no-repeat top right;

}

.jqueryslidemenu ul li a:hover span {
	background: url(/themes/dentiste/images/new-menu/bb.jpg) no-repeat top left;
}

.jqueryslidemenu ul li a.current {
	background: url(/themes/dentiste/images/new-menu/bb.jpg) no-repeat top right;
 	color:#ffffff;
}

.jqueryslidemenu ul li a.current span {
	background: url(/themes/dentiste/images/new-menu/bb.jpg) no-repeat top left;
	color: #ffffff;
}
.jqueryslidemenu ul li a span {
float: left;
	padding-right: 8px;

	display: block;
	margin-top: -4px;
	height: 24px;
}