.jqueryslidemenu{
/*font: bold 12px Verdana;*/
font-weight: bold;
background: #414141;
width: 100%;
display: table;

-moz-box-shadow: 0px 1px 3px #cecece;
-webkit-box-shadow: 0px 1px 3px #cecece;
box-shadow: 0 1px 3px #8b8b8b;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
z-index: 1000;
list-style-type: none;
/*line-height: 11px;*/
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #115C8F;
color: #2d2b2b;
text-decoration: none;
line-height: 10px !important;
line-height: 11px;
}

div.jqueryslidemenu, .jqueryslidemenu ul li a{
/*background: black url(../images/blockdefaultblue.gif) center center repeat-x;*/
background: #346d96; /* Old browsers */
background: -moz-linear-gradient(top, #346d96 0%, #2d5e82 49%, #285270 50%, #31678c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#346d96), color-stop(49%,#2d5e82), color-stop(50%,#285270), color-stop(100%,#31678c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #346d96 0%,#2d5e82 49%,#285270 50%,#31678c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #346d96 0%,#2d5e82 49%,#285270 50%,#31678c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #346d96 0%,#2d5e82 49%,#285270 50%,#31678c 100%); /* IE10+ */
background: linear-gradient(top, #346d96 0%,#2d5e82 49%,#285270 50%,#31678c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346d96', endColorstr='#31678c',GradientType=0 ); /* IE6-9 */
/*-moz-border-radius: 5px;*/
}
.jqueryslidemenu ul li ul li a{
background: #025289; /*background of tabs (default state)*/
}
* 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;
text-shadow: 0 -1px 3px #111111;
}

.jqueryslidemenu ul li a:hover{
background: #1986CF; /*tab link background during hover state*/
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: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #115C8F;
}

.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: 10px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

.jqueryslidemenu ul li ul li.menuseparator {
border-bottom: 2px solid #555555;
}