

.jqueryslidemenu{
	width:235px;
	margin:0 10px 0 30px;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
width:235px;
position: relative;
display: block;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
padding: 8px 10px;
text-decoration: none;
color:#0080c0;
font-family: arial, verdana, tahoma;
font-size: 11px;
font-weight:bold;
width:215px;
}
.jqueryslidemenu ul li a:hover{
text-decoration: underline;


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

/*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{
width: 180px; /*width of sub menus*/
padding:7px 10px 5px 12px;
margin: 0;
border-top-width: 0;
display:block;
color:#fff;
font-family: arial, verdana, tahoma;
font-size: 11px;
font-weight:bold;
background: #508ac1;
border-right:14px solid #79b6dd;
border-bottom:1px dashed #7aafe1;
height:100%;
opacity: 1.0;
-moz-opacity: 1.0;
filter: alpha(opacity=100);

}



.evenLi{
	background: #eaf3fa url('../images/li-even.gif') no-repeat top right;
	border-top:1px dashed #c8ddf0;
	border-bottom:1px dashed #c8ddf0;
}
.oddLi{
	background: #FFFFFF url('../images/li-odd.gif') no-repeat top right;
}



.jqueryslidemenu ul li.active {

    background: #c8ddf0;
	border-top:3px solid #83badd;
	border-bottom:1px dased #2768a6;
	padding-bottom: 2px;

}

div #myslidemenu ul li ul li.active {
width: 197px; /*width of sub menus*/
padding:2px 0px 3px 2px;
margin: 0;
border-top-width: 0;
display:block;
color:#0080c0;
font-family: arial, verdana, tahoma;
font-size: 11px;
font-weight:bold;
background: #2768a6;
border-right:14px solid #1d5488;
border-left:3px solid #f9f1af;
border-bottom:1px dashed #1d5488;
height:100%;
}