/* ================================================================ 
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/drop_variations.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.
=================================================================== */
 /* common styling */
 



 /* Set up the default font and ovrall size to include image */
.menu {
width:95%;
color: #b7af9c;
height: 55px;
position:relative; 
display: inline;
margin:0 0 0 10px;
border: 0;
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
color: #fff;
border: 0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float: left;
color: #b7af9c;
text-align: left;
position:relative;
border: 0;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color: #b7af9c;
height:30px;
font-weight:bold;
color: #b7af9c; 
line-height:1.5em;
padding-top: 10px; 
float: left;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 10px;
}

/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width: auto;
w\idth: auto;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin: -1px 0 0 0; 
border-collapse:collapse;
font-size: 12px;
color: #fff;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li a:hover {
color: #e5e1db;

}
.menu ul li:hover a{
color: #e5e1db;  
}

/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top: 30px;
border-top: 10px solid #5A471C;
left: 0px; 
width: 195px;
color: #fff;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display: block; 
background: url(../images/navoff.png) top repeat-x; 
color:#FFF; 
text-align: left;
font-weight:bold; 
font-size:11px;
margin: 0 0 1px 0;
height:23px; 
width:195px;
padding: 5px 0 0 5px;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
display: block; 
background: url(../images/navon.png) top repeat-x; 
color:#FFF; 
color:#FFF;
text-align: left;
font-weight:bold; 
margin: 0 0 1px 0;
font-size:11px;
height: 23px; 
width: 195px;
padding: 5px 0 0 5px;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background: transparent filter: alpha(opacity=95);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
opacity:0.95;
display: block;
height: 23px;
margin-top:3px; /* for IE5.5 faulty box model */
marg\in-top:0px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#d4bf96;
width:195px; /* for IE5.5 faulty box model */
w\idth:195px;

/* for IE6 */
}
.hitstate {
	background: #fff url(../images/blank.gif); width: auto; height: auto; }
.flicker {
	background: url(../images/navoff.png) top repeat-x;
	width: auto; height: auto; }