/*------------------------------------------------------------------------------*/
/* CSS DROP DOWN MENU STYLING FOR IVERDIGE HEALTH CLUB

Client: Iveridge Health Club
CSS Menu: Version 1.0
Developer: tillwilly design studio
URL: http://tillwilly.com
CSS design for dropdown menu copyright tillwilly design studio
/*------------------------------------------------------------------------------*/

.jqueryslidemenu{ font-size:17px; font-weight:bold; width: 100%; position:relative; z-index:99;}

.jqueryslidemenu ul{margin:0; padding:0; list-style-type:none;}

/*Top level list items*/
.jqueryslidemenu ul li{position: relative; display: inline; float: left;  line-height:20px;}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block; color: #ffffff; padding: 16px 26px 14px; text-decoration: none;
}

* 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: #ffffff;}

.jqueryslidemenu ul li a:hover{background: #317d31; color: #ffffff;}
	
/*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;  line-height:17px;}

/*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-size:12px; font-weight:normal;
width: 185px; /*width of sub menus*/
padding: 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #509F4F;
background: #53a953; /*background of tabs (default state)*/
}



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

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

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

/*------------------------------------------------------------------------------*/
/* CSS DROP DOWN MENU STYLING FOR IVERDIGE HEALTH CLUB

Client: Iveridge Health Club
CSS Menu: Version 1.0
Developer: tillwilly design studio
URL: http://tillwilly.com
CSS design for dropdown menu copyright tillwilly design studio
/*------------------------------------------------------------------------------*/
