.jquerycssmenu{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
z-index:80;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:80;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index:80;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;

 /*background: white url(tintblue.gif) top center repeat-x;;background of tabs (default state)*/
padding: 13px 0 13px 6px;
margin-right: 0px; /*spacing between tabs*/
border-bottom-width: 0;
color: #fff;
text-decoration: none;
z-index:80;
}

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

.jquerycssmenu ul li a:hover{
background-image:url(http://www.sportscoach.co.uk/sportscoach-images/menu-rollover.gif);
color:#000000;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

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

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width: 160px; /*width of sub menus*/
background-color: #666666;
color: #ffffcc;
padding: 4px;
padding-left:10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ffffcc;
/*filter: alpha(opacity=90);
-moz-opacity: 0.90;
KhtmlOpacity: .90;
opacity: .90;
*/
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background-color:#99cccc; 
color: black;

}

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

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

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

