/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
z-index:999;
font-family: verdana, arial; 
font-size:11px; 
font-weight: bold; 
text-transform: uppercase;
color:#FFF;
/*margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:200px;
}

/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; margin-left:0;}

/* position relative so that you can position the sub levels */
.menu li { position:relative; height:25px; }


/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:999;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
background:#4b4d4f url(../images/nav-button.jpg) no-repeat;;
text-decoration:none;
height:25px;
line-height:25px;
width:200px;
color:#FFF;
text-indent:16px;
/*border:1px solid #fff;
border-width:0 1px 1px 0;*/
}


/*lines added by Mike S to get menu working as per original design*/
.menu a.sub, .menu a.sub:visited{background:#4b4d4f url(../images/nav-button-sub.gif) no-repeat;}
.menu a.withsub, .menu a.withsub:visited{background:#4b4d4f url(../images/nav-button-withsub.jpg) no-repeat;}
.menu a.withsub-sub, .menu a.withsub-sub:visited{background:#4b4d4f url(../images/nav-button-withsub-sub.gif) no-repeat;}
.menu a.withsub-topli, .menu a.withsub-topli:visited{background:transparent url(../images/nav-button-topli-sub.png) no-repeat;}
.menu a.withsub-topli-sub, .menu a.withsub-topli-sub:visited{background:transparent url(../images/nav-button-withsub-topli-sub.png) no-repeat;}
/*end of first set of lines added by Mike S*/


/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#4b4d4f url(../images/nav-button.jpg) no-repeat; width:200px; width:200px;}

/* style the link hover */
* html .menu a:hover {color:#fff; background:transparent url(../images/nav-button-hover.jpg) no-repeat;}



/*lines added by Mike S to get menu working as per original design*/
* html .menu a.sub:hover{background:transparent url(../images/nav-button-sub-hover.gif) no-repeat;}
* html .menu a.withsub:hover{background:transparent url(../images/nav-button-withsub-hover.jpg) no-repeat;}
* html .menu a.withsub-sub:hover{background:transparent url(../images/nav-button-withsub-sub-hover.gif) no-repeat;}
* html .menu a.withsub-topli:hover{background:transparent url(../images/nav-button-sub-topli-hover.png) no-repeat;}
* html .menu a.withsub-topli-sub:hover{background:transparent url(../images/nav-button-withsub-topli-sub-hover.png) no-repeat;}
/*end of second set of lines added by Mike S*/


.menu :hover > a {
color:#fff; 
background:transparent url(../images/nav-button-hover.jpg) no-repeat;;
}


/*lines added by Mike S to get menu working as per original design*/
.menu :hover > a.sub {background:transparent url(../images/nav-button-sub-hover.gif) no-repeat;}
.menu :hover > a.withsub {background:transparent url(../images/nav-button-withsub-hover.jpg) no-repeat;}
.menu :hover > a.withsub-sub {background:transparent url(../images/nav-button-withsub-sub-hover.gif) no-repeat;}
.menu :hover > a.withsub-topli {background:transparent url(../images/nav-button-sub-topli-hover.png) no-repeat;}
.menu :hover > a.withsub-topli-sub {background:transparent url(../images/nav-button-withsub-topli-sub-hover.png) no-repeat;}
/*end of third set of lines added by Mike S*/


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:200px; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{ visibility:hidden; }

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible; }

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { visibility:visible; }




/* BUTTONS FOR DIVBOXES */

/* common styling */
.menu-button {font-family: verdana, arial; font-size:11px; font-weight: bold; text-transform: uppercase; width:160px; position:relative; margin:0 auto; padding-top: 6px; height: 26px;} /* ADD 26PX TO HEIGHT EVERY TIME A NEW BUTTON IS ADDED */
.menu-button ul li a:visited {display:block; text-decoration:none; color: white; width:160px; height: 26px; text-align:center; line-height:25px;}
.menu-button ul li a {display:block; text-decoration:none; color: white; width:160px; height: 26px; text-align:center; line-height:25px; background: #4b4d4f url(../images/menu-button.jpg) no-repeat;}
.menu-button ul {padding:0; margin:0;list-style-type: none; }
.menu-button ul li {float:left; margin-right:1px; position:relative;}


/* specific to non IE browsers */
.menu-button ul li:hover a {width: 160px; height: 26px; color: #ffffff; background: #ac2121 url(../images/menu-button-hover.jpg) no-repeat;}





/* IE6 fixes
#container	{
	background: transparent url(../images/container-bg.png) repeat-y;
	width: 940px;
	height: 100%;
	margin: -2px auto;
	margin-bottom: 0px;
}

#center-col	{
	width: 498px;
	height: 100%;
	float: left;
	margin-left: -1px;
}

#container-3col	{
	background: transparent url(../images/container-3col-bg.png) repeat-y;
	width: 940px;
	height: 100%;
	margin: -2px auto;
	margin-bottom: 0px;
}



.page-markers a { color: white; font-weight: normal; }
.page-markers a:visited { color: white; font-weight: normal; }
.page-markers a:hover { color: white; font-weight: normal; text-decoration: underline; }
*/
