/* ================================================================ 
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 ul li.button1 {
	position:absolute;
	left:0px;
       top:0px;
       width:300px;
       height:63px;
	background-image: url(../images/bg-button-1.gif);
	background-repeat: no-repeat;
}
.menu ul li.button2 {
	position:absolute;
	left:0px;
       top:63px;
       width:300px;
       height:63px;
	background-image: url(../images/bg-button-2.gif);
	background-repeat: no-repeat;
}
.menu ul li.button3 {
	position:absolute;
	left:0px;
       top:126px;
       width:300px;
       height:63px;
	background-image: url(../images/bg-button-3.gif);
	background-repeat: no-repeat;
}
.menu ul li.button4 {
	position:absolute;
	left:0px;
       top:189px;
       width:300px;
       height:63px;
	background-image: url(../images/bg-button-4.gif);
	background-repeat: no-repeat;
}
.menu ul li.button5 {
	position:absolute;
	left:0px;
       top:252px;
       width:300px;
       height:63px;
	background-image: url(../images/bg-button-5.gif);
	background-repeat: no-repeat;
}
.menu ul li.button6 {
	position:absolute;
	left:0px;
       top:315px;
       width:300px;
       height:63px;
	background-image: url(../images/bg-button-6.gif);
	background-repeat: no-repeat;
}
.menu ul li.buttonlast {
	position:absolute;
	left:0px;
       top:378px;
       width:300px;
       height:63px;
	background-image: url(../images/bg-button-last.gif);
	background-repeat: no-repeat;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
       position:relative;
	z-index:10;
	margin:auto;
       margin-left:0;
	background-repeat: no-repeat;
       width:300px;
}

/* hack for IE5.5 */
* html .menu ul {margin-left:0px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menu li {
list-style: none;
}

/* get rid of the table */
/* .menu table {border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;} */

/* style the links */
.menu a, .menu a:visited {
z-index:10;
display:block; 
text-decoration:none;
height:62px;
line-height:62px;
width:230px;
font-family:arial;
font-size:12pt;
color:#333333;
font-weight:bold;
padding-left:75px;
background-repeat: no-repeat;
border-width:0 0 0 0;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
background-image: url(../images/arrow-button.gif);
background-repeat: no-repeat;
width:300px;
w\idth:187px;
}

/* style the link hover */
* html .menu a:hover {
z-index:1001;
display:block; 
text-decoration:none;
height:62px;
line-height:62px;
width:230px;
font-family:arial;
font-size:12pt;
color:#333333;
font-weight:bold;
padding-left:75px;
background-repeat: no-repeat;
border-width:0 0 0 0;
text-decoration:none;
background-repeat: no-repeat;
}

* html .menu ul:hover {
z-index:1001;
display:block; 
text-decoration:none;
height:62px;
line-height:62px;
width:230px;
font-family:arial;
font-size:12pt;
color:#333333;
font-weight:bold;
padding-left:75px;
background-repeat: no-repeat;
border-width:0 0 0 0;
text-decoration:none;
background-repeat: no-repeat;
}

.menu :hover > a {
z-index:1001;
display:block; 
text-decoration:none;
height:62px;
line-height:62px;
width:230px;
font-family:arial;
font-size:12pt;
color:#333333;
font-weight:bold;
padding-left:75px;
background-repeat: no-repeat;
border-width:0 0 0 0;
background-image: url(../images/bg-button-active.gif);
}

.active {
z-index:1001;
display:block; 
text-decoration:underline;
height:63px;
line-height:63px;
width:230px;
font-family:arial;
font-size:12pt;
color:#333333;
font-weight:bold;
padding-left:75px;
background-repeat: no-repeat;
border-width:0 0 0 0;
text-decoration:none;
background-image: url(../images/bg-button-active.gif);
background-repeat: no-repeat;
}

