.jqueryslidemenu{
font: bold 12px Verdana;
background: ;
width: 100%;
}

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

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

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background-image:url(images/buton_off.png); /*background of tabs (default state)*/
background-repeat:no-repeat;
height:24px;
color: white;
text-align:center;
padding-top: 3px ;
color: #2d2b2b;
text-decoration: none;
width: 111px;

}


/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 12px Verdana;
background-image:url(images/buton_off_submeniu.png); /*background of tabs (default state)*/
font-weight: bold;
background-repeat: no-repeat;
width: 111px; /*width of sub menus*/
height:23px;
padding-top: 0px;
margin:0px;
vertical-align:middle;
}


/* Sub level menu links style */
.jqueryslidemenu ul li ul li a:hover{
font: normal 12px Verdana;
background-image:url(images/buton_on_submeniu.png); /*background of tabs (default state)*/
font-weight: bold;
background-repeat: no-repeat;
width: 111px; /*width of sub menus*/
height:23px;
padding-top: 0px;
margin:0px;
vertical-align:middle;
text-decoration:underline;
}



/* Sub submeniu */
.jqueryslidemenu ul li ul li ul li a{
font: normal 11px Verdana;
background-image:url(images/subsub_off.png); /*background of tabs (default state)*/
font-weight: bold;
background-repeat: no-repeat;
height:23px;
text-align:center;
width:155px;
margin:0px;
vertical-align:middle;

}

/* Sub submeniu */
.jqueryslidemenu ul li ul li ul li a:hover{
font: normal 11px Verdana;
background-image:url(images/subsub_on.png); /*background of tabs (default state)*/
font-weight: bold;

background-repeat: no-repeat;
height:23px;
text-align:center;
width:155px;
margin:0px;
vertical-align:middle;
}



* 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: white;
}

.jqueryslidemenu ul li a:hover{
background-image:url(images/buton_on.png); /*tab link background during hover state*/
color: white;
background-repeat:no-repeat
}
	
/*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;
}


.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: 9px;
right: 1px;
padding-left:12px;
width:9px;
}

.rightarrowclass{
position: absolute;
top: 8px;
right: 1px;
width:9px;
height:8px;
}
