@charset "utf-8";
/* CSS Document */

.jqueryslidemenu{
font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
/*
background: url(../images/menu_bkg.gif) no-repeat; 
*/
background-color:#BECE9F; 
width:709px; 
height:41px; 
margin-bottom:13px; 
_margin-top:-5px; 
margin-left:9px;
float:left;
display:inline;
padding-left:6px;
}

.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: inline-block;
background:url(../images/menu_sep.gif) right bottom no-repeat;
padding:8px 7px 11px;
color: #000;
font-size:16px;
text-decoration: none;
}
.jqueryslidemenu ul li a#lastMenu{ background:url(../images/logout.gif) right 80% no-repeat;} /*webz*/

.jqueryslidemenu ul li a:hover{ background:#9fb878 url(../images/arrow_down.gif) center 90%  no-repeat;}

.jqueryslidemenu ul li.activeMenu a{ background:url(../images/active_menu_bkg.gif) right bottom repeat-x; color:#d4003a;}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: inline-block;
visibility: hidden;
background:#9fb878;
z-index:100;
}

/*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 12px	"Trebuchet MS", Arial, Helvetica, sans-serif;
width: 170px; /*width of sub menus*/
height:20px;
/*
background: url(../images/transparent_bkg.png) repeat;
*/
padding: 4px 2px 2px 7px;
margin: 0;
color:#333333;
text-align:left;
}
.jqueryslidemenu ul li ul li a {vertical-align: bottom; zoom: 1;} /*white space bug IE6 and IE7*/

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

.downarrowclass, rightarrowclass {display:none;}

