/* ================================================================ 
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.
=================================================================== */
/* common styling */
.menu {font-family: "AllerLightRegular", "Century Gothic", Helvetica Neue, Helvetica, arial, sans-serif; font-size: 34px; width:945px; height:42px; position:relative; z-index:100; float: left; color: #fff; font-weight: normal;   border-bottom: 0px dotted #c0c0c0; padding-top: 0px; padding-left: 0px; }



.menu ul li a,.menu ul li a:visited {
display:block; 
text-decoration:none;  
height:20px; 
text-align:left; 
color:#bbb;  
text-transform: lowercase;

font-family: "JosefinSlabRegular", "AvantGardeLTExtraLightRegular", "HelveticaNeue-UltraLight", "Helvetica Neue Light", "Helvetica Neue", "Century Gothic", Century Gothic, Arial, sans-serif;
font-weight: normal;
font-size:15px;
text-transform: uppercase;
border-right:0px solid #fff; 
line-height:24px; 
overflow:visible; 
padding-left: 40px;
padding-right: 0px;
padding-top: 7px;
letter-spacing: 1px;
}

.menu ul {padding:0; margin:0; list-style: none; }
.menu ul li {float:left; position:relative; }
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color: #000;}
.menu ul li:hover ul {display:block; position:absolute; top:24px; padding-left:0px; }
.menu ul li:hover ul li a.hide {background:#dad8cf; color:#555;}
.menu ul li:hover ul li:hover a.hide {background:#d3d0c4; color:#555; }
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a 
{display:block; background:#dad8cf; color:#555;width:98px; padding-right:10px; text-transform: none; font-size: 8pt; font-weight: normal; font-family: "AllerLightRegular", "Century Gothic", Helvetica Neue, Helvetica; margin-left: 35px; padding-left:5px; border-bottom: 1px dotted #b1ad9b; letter-spacing: 0px; text-align: center;
filter:alpha(opacity=90);
	-moz-opacity:.9;
	-khtml-opacity: .9;
	opacity: .9;


padding-top: 0px;
padding-bottom: 0px;
}


.menu ul li:hover ul li a:hover {background:#d3d0c4; }
.menu ul li:hover ul li:hover ul {display:block; position:absolute; top:0; left: 113px; }
.menu ul li:hover ul li:hover ul.left {}

.menu li {font-weight: normal;}
