.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
background-image: url(/images/menu_bg_right.png);
background-repeat: no-repeat;
background-position: top right;
background-color: #FFFFFF;
height: 40px !important;
}

html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Verdana;
background-color: #FFFFFF;
margin-right: 20px;
height: 40px !important;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
background-image: url(/images/menu_bg_csik.gif);
background-position: center left;
background-repeat: no-repeat;
margin: 0;
height: 40px;
/*
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
_height: 40px;
*/

}

.jqueryslidemenu ul li.first {
 background-image: none !important;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
  float: left;
  display: block;
  text-decoration: none;
  color: #000000;
  width: 115px;
  height: 40px;
  /*vertical-align: middle;*/
  margin: 0 auto;
  padding: 0;
  line-height: 40px;
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  overflow: visible;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #000000;
}

.jqueryslidemenu ul li a:hover{
color: red;
}

	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
width: 115px;
position: absolute;
top: 0px;
left: 0;
display: block;
visibility: hidden;
z-index: 100;
background-image: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
width: 110px !important;
height: 20px;
display: list-item;
float: none;
background-image: 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{
top: 0px;
font: normal 13px Verdana;
width: 115px !important; /*width of sub menus*/
padding: 0px;
margin: 0;
height: 20px;
background-image: none;
position: relative;
z-index: 110;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/

}

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

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
