/* CSS Document */


.mainMenuPos1 {
position: absolute;
top: 173px; /* home page only */
left: 0px;
height:auto;
margin: 0px;
}

.mainMenuPos2 {
position: absolute;
top: 102px; /* epos page only */
left: 0px;
height:auto;
margin: 0px;
}

.menuPos1 {
position: absolute;
top: 232px; /* home page only */
left: 0px;
height:235px;
margin: 0px;
}

.menuPos2 {
position: absolute;
top: 206px; /* design page only */
left: 0px;
height:235px;
margin: 0px;
}

.menuPos3 {
position: absolute;
top: 206px; /* options page only */
left: 0px;
height:235px;
margin: 0px;
}

/* ================================================================ 
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/flyout5.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.
=================================================================== */

/********** Large main section menu buttons start **********/

.mainMenu {
position: relative;
top: 0px;
left: 0px;
z-index:1000;
font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFFFFF;
height:auto;
margin: 0px 0px 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.mainMenu ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
position:relative;
border:1px none #CCC;
border-width:0px 0px 0px 0px;
background: url(graphics/mainBut1a.jpg);
}

.mainMenu li {
background:transparent;
height:28px;
}

.menu {
position: relative;
top: 0px;
left: 0px;
z-index:1000;
font: 9px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFFFFF;
height:auto;
margin: 0px 0px 0px 0px; /* 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:160px;
position:relative;
border:1px none #CCC;
border-width:0px 1px 0px 1px;
background: #F0F0F0 ;
}

.menu li {
background:transparent;
height:20px;
}

* html .menu li {margin-left:-16px; margin-lef\t:0;}

* html .mainMenu li {margin-left:-16px; margin-lef\t:0;}

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

/* style the links */
.mainMenu a, .mainMenu a:visited {
display:block; 
text-decoration:none;
height:28px;
line-height:28px;
width:160px;
color:#FFFFFF;
text-indent:5px;
border-top:0px solid #F0F0F0;
border-bottom:0px solid #C0C0C0;
background:transparent;
}

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

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:18px;
line-height:18px;
width:160px;
color:#330066;
text-indent:15px;
border-top:1px solid #F0F0F0;
border-bottom:1px solid #C0C0C0;
background:transparent;
}

/* style the link hover */
* html .menu a:hover {color:#fff; background:#CC6633;}

/* style the link hover */
* html .mainMenu a:hover {color:#fff; background:#CC6633;}

.mainMenu :hover > a {
color:#fff; 
background: url(graphics/mainBut1b.jpg);
}

.menu :hover > a {
color:#fff; 
background:#66FF00;
}

/* 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:-0px;
left:150px;
}

/* 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;
background:#C0FF80;
}

/* 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;
background:#BBFF66;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#C0FF80;
}

.menu ul.top2 {top:20px;}
.menu ul.top3 {top:40px;}
.menu ul.top4 {top:60px;}
.menu ul.top5 {top:80px;}
.menu ul.top6 {top:100px;}
.menu ul.top7 {top:120px;}

</style>
<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}



