@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
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/dd_valid.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.

html code in head of page
<link rel="stylesheet" media="all" type="text/css" href="css/dropdown.css" />

<!--[if lte IE 6]>
<link rel="stylesheet" media="all" type="text/css" href="css/dropdown_ie.css" />
<![endif]-->
=================================================================== */


#topNav {
    position:relative; 
	text-align:left; vertical-align:middle;
	border-bottom:4px solid #420;
  /* background-color:blue; */
}
.ie6 #topNav {}
#navPad { z-index:999;
	padding:3px 12px;
}
#topNav a {
	/* width:60px; */ 
	height:30px;
	background-color:#DA5;
	color:#420; text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em; /* font-stretch:expanded; */
	font-weight:800;
	padding:2px 8px;
	margin:0 3px;
	opacity: 0.90; filter:alpha(opacity=90%);
	border:4px solid #420;
	border-width:0 2px 2px 0;
}
#topNav a:hover {
	background-color:#663300; color:#FFFF00;
}

.menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	/* border-right:1px solid #000; width:980px;  */
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left; position:relative; 
	/* width:149px; border-left:1px solid #666; */
}
.menu li a {
	height:30px; 
	text-align:center; font-size:16px;
	padding:2px 10px;
}

.menu li a:hover {
	color:#FF0; background-color:#900;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none; color:#049;
	 font-weight:800;
	/* font-variant:small-caps; line-height:24px;
	border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; ;
	*/
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}

/* style the SECOND LEVEL background */
.menu ul ul a, 
.menu ul ul a:visited {
	background-color:#d4d8bd;
	text-align:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px 8px 5px 9px;
	border:0px solid #000; border-width:0 1px 1px 0;
	font-variant:normal;
}
/* style the SECOND LEVEL hover */
.menu ul ul a:hover,
.menu ul ul :hover > a {
	background-color:#c9ba65;
}
/* style the THIRD LEVEL background */
.menu ul ul ul a, 
.menu ul ul ul a:visited {
	background-color:#e2dfa8;
}
/* style the THIRD LEVEL hover ... and on down */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room 
***** SECOND LEVEL drop-down *******/
.menu ul ul {
	top:29px; left:0; z-index:999;
	visibility:hidden; position:absolute; height:0; width:149px; 
	border:0px solid #000;
    t\op:26;
}
/* another hack for IE5.5 
* html .menu ul ul {top:38px;t\op:39px;} */

/* position the THIRD LEVEL flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the THIRD LEVEL flyout menu for a LEFT flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
    background-color:#d4d8bd; color:#000; width:128px;
    height:auto; line-height:1em; padding:5px 10px; 
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* 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; border-collapse:collapse;}
/* keep the third level hidden when you hover on first level list OR link */
.menu 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; border-collapse:collapse;}

.strippedLink {
    padding:0; text-decoration:none; background:transparent; border:0;
}

.ie6 .menu a {width:75px; padding:2px 0; margin:0 2px; font-size:0.9em;}
.ie6 .strippedLink { display:none;}


/************************************************
*	Navbar      								*
************************************************/

#navbar, #subnavbar {
	background:#420 url(images/top_lustre.png) top center repeat-x; /* #14161D url(images/navbar.gif); */
	width: 980px;
	height: 28px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FF0;
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0;
	}
#subnavbar {
    background:#640 url(images/top_lustre.png) top center repeat-x;
    margin:0;
    height:20px;
}
#nav {
	margin: 0 0 0 40px;
	padding: 0px;
	float:left;
}
	
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
    color: #FF0;
	font-weight: normal;
    margin: 0px;
	padding: 7px 9px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 0px solid #310;
}
#subnavbar #nav li a, #subnavbar #nav li a:link, #subnavbar #nav li a:visited {
    text-transform:none;
    padding: 4px 9px 3px;
}
#nav li a:hover, #nav li a:active {
	background:#900 url(images/top_lustre_bott.png) bottom center repeat-x; /* #000000 url(images/navhov.gif); */
	color: #FFFFFF;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	/* background: #4C6980; color: #FFFFFF; */
    background:#963; color:#FF0;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #324452;
	border-left: 1px solid #324452;
	border-right: 1px solid #324452;
}
	
#nav li li a:hover {
	/* background: #324452; */
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background:#900 url(images/top_lustre_bott.png) bottom center repeat-x; /* #000000 url(images/navhov.gif); */
	color: #000;
	}