/* ================================================================ 
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/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
font-size:10px;
font-family:Arial, sans-serif;
text-transform:uppercase;
position:relative;
margin:0 0 0 0;
background-color:#D3C99B;
border-top:1px solid #81810A;
border-right:1px solid #81810A;
border-left:1px solid #81810A;
width:198px;
padding-left:20px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:175px;
}
.menu ul li ul { width:275px; }
/* style the list items */
.menu li {
background:transparent url(i/menu_gfx.jpg) no-repeat 5px bottom;
height:1.8em;
/* for IE7 */
float:left;
}

a.sub {background:transparent url(i/menu_sub.gif) no-repeat right center;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links     border:1px solid #CC0000;    */
.menu a, .menu a:visited {
display:block; 
text-decoration:underline;
height:1.8em;
line-height:25px;
width:180px;
color:#5F6644;
text-indent:3px;
padding-left:10px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited { width:180px; w\idth:179px; }
/* style the link hover */
* html .menu a:hover {color:#AA7700; position:relative; }

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus { color:#AA7700; background:transparent; outline:none; }

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a { color:#AA7700; background:#D3C99B url(i/menu_gfx_hover.jpg) no-repeat 5px bottom; }
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-0px;
/* set up the overlap (minus the overrun) */
left:170px;
/* set up the overrun area */
padding:.5em .5em 1.4em .5em;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(i/menu_transparent.gif);
background-color:#D3C99B;
border:1px solid #7D7D01;
}

/*   SET FROM DB   */
/*   3rd Level */
.menu li ul li ul { left:250px; width:250px; }
.menu li ul li a { width:260px; }
.menu li ul li a:visited { width:260px; }


.menu li ul li ul li ul { left:25px; }
.menu li ul li ul li a { width:275px; }

.menu ul li ul li ul li a { width:230px; }
.menu ul li ul li ul li a:visited { width:230px; }
/*   SET FROM DB   */

/* for browsers that understand, this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}

/* for IE5.5 and IE6 you need to style each level hover */
/* keep the level+ hidden when you hover on previous level link */
.menu ul a:hover ul ul { visibility:hidden; }
.menu ul a:hover ul a:hover ul ul { visibility:hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul{ visibility:hidden; }
/* make the level visible when you hover previous level link */
.menu ul a:hover ul { visibility:visible; }
.menu ul a:hover ul a:hover ul { visibility:visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility:visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility:visible; }


/*  EXTRA STYLING   */

.menu li.category { padding-top:1.8em; height:auto; background-image:none; }

#menu_contact { clear:both; margin:0 0 0 -20px; padding:0 0 0 0; text-align:center; text-transform:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.5em; }
#menu_contact h1 { color:#484E34; padding-top:4em; margin:0; font-size:100%; }
#menu_contact p { color:#5F6644; padding:0; margin:0; }
#menu_contact p a, #menu_contact p a:visited, #menu_contact p a:active { color:#AA7700; margin:0; padding:0; display:inline; }

/*  END - EXTRA STYLING   */