.jqueryslidemenu {
width:185px;
margin-left:40px;
margin-top:-40px;
}

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

* html .jqueryslidemenu {
margin-left:-10px;
}

/*Top level list items*/
.jqueryslidemenu ul li {
margin-top:5px;
text-align:center;
font-size:13px;
position:relative;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
width:185px;
display:block;
color:white;
height:20px;
padding-top:2px;
padding-bottom:6px;
background:transparent none;
border-bottom:1px solid #385ea7; 
text-decoration:none;
}

/*
.jqueryslidemenu ul li#powershares a {
width:185px;
height:54px;
padding:0;
padding-bottom:6px;
}
*/

li#powershares a, li#stop-sabotage a, li#compare-fees a {
width:185px;
height:54px;
padding:0;
padding-bottom:6px;
}

li#compare-fees a { height:100px; }

li#stop-sabotage a { 
height:42px;
}

* 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;
}

.jqueryslidemenu ul li a:hover {
background:transparent url(images/mainMenu_roll.gif) no-repeat left;
}

* + html .jqueryslidemenu ul li a:hover {
height:20px;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 185px;
margin-left:25px;
display: block;
visibility: hidden;
border-top:1px solid #244386;
margin-top:-6px;
z-index:1500;
background:#244386;
}

* + html .jqueryslidemenu ul li ul { 
margin-top:-6px;
}

/*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;
border-top:1px solid #244386;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
text-align:center;
width: 185px; /*width of sub menus*/
height:26px;
padding: 2px 0 0 6px;
margin: 0;
border-top:0;
border-bottom: 1px solid #385ea7;
background:#244386;
color:white;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background:#244386 url(images/mainMenu_roll.gif) no-repeat left;
}

.downarrowclass{ display:none; }

.rightarrowclass { display:none; }

