/* Unchanged */
.jqueryslidemenu{
background: url(topnav_bg.gif) repeat-x;
   font-family: Helvetica, Arial, sans-serif;
  clear:both;
  width:882px;
  z-index:10;
   position:relative;
  height:50px;
  font-weight: bold
}

.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;
  font-size: 11px;

/*background: #414141; /*background of tabs (default state)*/
padding: 4px 8px;
/*border-right: 1px solid #778;*/
 color:#000;
text-decoration: none;
text-transform:uppercase;
border-right-style: none; 
 }


.jqueryslidemenu .mdd {
color:#1f82ff;
}

.jqueryslidemenu .eg {
color:#ff5ca2;
}

.jqueryslidemenu .menu_edd {
color:#00a999;
}
 
.jqueryslidemenu .menu_ad{
color:#bb002c;
} 

 
* html .jqueryslidemenu ul li a{
	padding-left: 13px;
	padding-bottom: 15px;
	padding-right: 13px;
	padding-top: 14px;
}

* 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:hover{
/*background: #e4e3cf; /*tab link background during hover state*/
 }
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{

position: absolute;
left: 0;
display: block;
visibility: hidden;
background:#fff;
/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
z-index:100;
 color:#000;
 
 
}




/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
list-style:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
border-top: 1px solid #757575;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
  font-size: 11px;
line-height: 15px;
 
  font-family: Helvetica, Arial, sans-serif;
 width: 130px; /*width of sub menus*/
 border-top-width: 0;
 color:#000;

border-bottom: 1px solid #757575;
border-left:1px solid #757575;
border-right:1px solid #757575;
 }

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background:#e7e7e7;
color: #fff;
}

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

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

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

