@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/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.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:32px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size: 80%;
	width:149px;
	padding: 4px 3px 0px 3px;
	color:#dfdbc1;
	background-color:#1b2d1c;
	background-image:url(../assets/nav-buttons-bg.gif);
	background-repeat: repeat-x;
	background-position: left;
	font-family:"Palatino Linotype", Palatino, serif;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	height: 29px;
	line-height:11px;
	text-transform:uppercase;
}
/* style the links hover */
.menu :hover{
color:#E2BA74;
background:#1b2d1c;
}
#nav:hover{ background:none;}
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu ul ul a,.menu ul ul a:visited{
	width:150px;
	text-align:left;
	height:20px;
/*	margin-top:1px;*/
	border-top:1px solid #dfdbc1;
	padding-left:.5em;
}
#nav {
	height: 33px;
	margin:190px auto 0em auto;
/*	width:700px;*/
	width:746px;
	padding: 0em 70px 0em 0em;
	text-align:left;
	background-color:none;
}
#nav li {
	list-style-type: none;
	float:left;
	margin-right:2px;
	display:block;
}
#nav #aa {
	width: 45px;
}
#nav #aa>a {
	width: 40px;
	line-height:25px;
}
#nav #a {
	width: 58px;
}
#nav #a>a {
	width: 53px;
}
#nav #b {
	width: 68px;
}
#nav #b>a {
	width: 63px;
}
#nav #c {
	width: 78px;
}
#nav #c>a {
	width: 73px;
}
#nav #d {
	width: 75px;
}
#nav #d>a {
	width: 70px;
}
#nav #e {
	width: 63px;
}
#nav #e>a {
	width: 58px;
	line-height:25px;
}
#nav #f {
	width: 74px;
}
#nav #f>a {
	width: 69px;
}
#nav #g {
	width: 73px;
}
#nav #g>a {
	width: 68px;
}
#nav #h {
	width: 114px;
}
#nav #h>a {
	width: 109px;
}
#nav #i {
	width: 78px;
}
#nav #i>a {
	width: 73px;
}

