.jqueryslidemenu{
font: bold 10px Verdana;
position:relative;
z-index:999;
}

.jqueryslidemenu  img {
border: 0px;
height: 44px;
}

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

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

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
height:44px;
display: block;
/*background: #414141; background of tabs (default state)*/
color: white;
background: #1f2932;
border-right: 0px solid #778;
color: #2d2b2b;
text-decoration: none;}

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

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
background: #1f2932;
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #263d48; /*tab link background during hover state*/
color: white;
font-weight:bold;
}
	
/*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;
bac\\kground: white;
margin: 0px 0px 0px -50px;
width: 100px;
}

/*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 10px Verdana;
height: 10px;
width: 100px; /*width of sub menus*/
padding: 10px;
margin: 0px;
border-top-width: 0;
border-bottom: 1px solid gray; 
color: white;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
back\\ground: #eff9ff;
color: white;
font-weight: bold;
}

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

.downarrowclass{
width:0px;
height:0px;
top: 0px;
right: 0px;
pad\\ding: 0px 5px 0px 5px;

}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;

}
