.jqueryslidemenu{
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}
.jqueryslidemenu ul li span{
	text-align:center; display:block; background-image:url(../images/arrow.png); height:8px; background-repeat:no-repeat; background-position:bottom center;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: white;
height:35px; line-height:35px;
padding:0px 7px;
border-right: 1px solid #3799ce;
color: #2d2b2b;
text-decoration: none;
}

* 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{
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index:9999999999999;
}

/*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{
width: 160px; /*width of sub menus*/
height:30px; line-height:30px;
padding:0px 8px;
background-color:#0066b3;
margin: 0;
border-top-width: 0;
border-top: 1px solid #3799ce;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background-color: #17a1d5;
color: #ffffff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 4px;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 10px;
}
