/* ================================================================
   March 11.07 - Stu's Basic Cross-browser Drop Down Validating Menu
   - http://www.cssplay.co.uk/menus/basic_dd.html
   
   - For IE6 only, uses htc/csshover.htc file
     and the insert just before </head> in index.php file.

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

/* STU'S ULTIMATE DROP-DOWN VERSION 2 - #c4cfdc; - light blue | #7590ae; - mid-lite blue | #3d5c7a mid-blue | #213242; - navy blue */

/* style the outer div to give it width */
.menu {
margin-top: 60px;
background-color: transparent;
width: 95%; /* was 800 px after 750px */	 height: 30px; /* border: solid 1px #ff0000; */
	padding-left: 10px;
	/* font-size: 0.85em; */
	/** padding-bottom: 200px; - disabled, pushes nav background down 200px **/
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type: none;
z-index: 5;
}
.menu ul ul {
width: 128px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float: left;
width: 128px;   /** Applies to each category tab in the nav bar-set **/
position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display: block;                 font-weight: bold; /* applies to text in 1st level tabs only. */
font-size: 11px;
text-decoration: none;   		/**added new**/ text-align: center;
color: #6c1c1c;
width: 137px;
height: 30px;
        /* For invisible border, use background color. Borders must remain to keep 2nd level visible during mouseover. */
	border: 0px solid; /* was #fff white */
	border-width: 0px 0px 0 0;

	/* background for 1st level tab items (category names) */
	background: transparent; /* #7590ae; */   /* was #758279 */

padding-left: 10px;
line-height: 30px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width: 150px;   height: 31px;
w\idth: 139px;  h\eight: 31px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table { position:absolute; top:0; left:0; }

/* style the second level links, in drop-downs.	COLOR CHANGED HERE */
.menu ul ul a, .menu ul ul a:visited {
background: #f6ef84; /* #e8e2e2 - grey-marron | #d4d8bd pale grey-green */
color:#6c1c1c;
height: auto;   border-bottom: 1px solid #452d2d;
	font: normal 11px arial; /* applies to 2nd level text only */
line-height: 1.3em; /* adjusts vertical line-spacing in article title bars. */
padding: 5px 10px 5px 10px;     	margin-top: -1px;
width:129px
}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:150px;
w\idth:129px;
}

/* Hover background for 1st level category names */
.menu a:hover {
	color: #fff; background: #6c1c1c;
	}
/* Hover color for drop-down article titles */
.menu ul ul a:hover { color:#fff; background: #6c1c1c; }

/* Hover background for 1st level, FF & Opera Only */
.menu :hover > a {
	color: #fff; background: #6c1c1c;
}
/* Hover background for drop-down article titles, FF & Opera Only */
.menu ul ul :hover > a { color: #fff; background: #6c1c1c; }


/* 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;
}

/* THE FOLLOWING STYLES DO NOT APPEAR TO BE USED IN A 2-LEVEL MENU FOR SNEWS */

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background: #949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background: #c9ba65; /* hover mid-gold */
}
.menu ul ul :hover > a.drop {
background: #c9ba65; /* hover mid-gold */
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background: #e2dfa8; /* light gold */
}
/* style the third level hover */
.menu ul ul ul a:hover {
background: #b2ab9b; /* mid grey-gold */
}
.menu ul ul ul :hover > a {
background: #b2ab9b; /* mid grey-gold */
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0;
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px;
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

.navgallery a{
 font-size: 2em;
}
