.jqueryslidemenu{width:990px; height:40px; margin:0 auto; background-color:#128f9a; border-radius:4px; border:1px solid #0e7079; font:Calibri 14px; color:#fff; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 8px 6px -6px black;}

.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: #128f9a; /*background of tabs (default state)*/
font-family:Calibri; font-size:14px;
width:80px;
text-align:center;
line-height:40px;
background:url(../images/menu-seperator.jpg) no-repeat right;
text-decoration: none;
-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
.menu-item-gap{width:2px; height:40px; float:left; background:url(../images/menu-seperator.jpg) no-repeat;}
* 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;
-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}

.jqueryslidemenu ul li a:hover{
color: white;
-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
background:#12808a;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
z-index:9999;
}

/*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;
padding:10px;
width: 170px; /*width of sub menus*/
text-align:left;
margin: 0;
border-top-width: 0;
color:#fff;
background: #128f9a url(../images/menu-seperator-down.jpg) repeat-x bottom;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
font: normal 13px Verdana;
padding:10px;
width: 170px; /*width of sub menus*/
text-align:left;
margin: 0;
border-top-width: 0;
color:#fff;
background: #eff9ff url(../images/menu-seperator-down.jpg) repeat-x bottom;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 16px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 13px;
right: 10px;
}
