/*MENU*/
#menu {
	background: #b47b61 url('../img/menu_gradient.gif') bottom repeat-x;
	border: 1px solid #FFFFFF;
	height: 39px;
	position: absolute;
	padding: 5px 10px 3px 45px;
	width: 710px;
	float:left;
	font-size:12px;
	font-weight: bold;
	margin:0;
	text-align:left;
	z-index:9;
	top: 72px;
	right: 0px;
}


/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
padding:6px 0 0 0;
margin:0;
list-style-type:none;
height:20px;
background:transparent;
width:auto;
float:left;
z-index:10;
}

/* style the sub-level lists */
#menu ul ul {
width:auto;
padding:0;
z-index:10;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu position */
#menu ul li {
float:left;
height:18px;
padding:4px 0 0 0;
margin:0;
border-right:1px solid #DFBFB2;
z-index:10;
}

#menu ul li a {
	height:18px;
	padding:0px 10px 14px 10px;
	margin:0;
	color: #FFFFFF;
}

#menu ul li a:hover {
	text-decoration:none;
}

/* style the sub level list items */
#menu ul ul li {
display:block;
height:auto;
position:relative;
line-height:15px;
padding:0px;
border-right:0px;
z-index:10;
}

/* style the links for the top level */
#menu a, #menu a:visited {
display:block;
float:left;
font-size:12px;
text-decoration:none;
color: #FFFFFF;
background:transparent;
padding:0 10px 10px 10px;
}

/* style the sub level links */
#menu ul ul a, #menu ul ul a:visited {
display:block;
background:#9E6047;
color: #FFF;
width:12em;
height:100%;
padding:0.5em 1em;
line-height:12px;
}

#menu ul table ul a, #menu ul table ul a:visited  {
width:14em; w\idth:12em;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {
position:absolute;
left:0;
top:0;
font-size:1em;
z-index:-1;
}
#menu ul ul table {lef\t:-1px;}
#menu ul ul table ul.left {margin-lef\t:2px;}

#menu li:hover {position:relative;}
* html #menu a:hover {position:relative;}


/* style the sub level 1 background */
#menu ul :hover a.sub1 {
background:#F2EDE8;
}

/* style the level hovers */
/* first */
#menu a:hover {
color:#F2EDE8;
background:transparent;
}

#menu :hover > a {
color:#color:#F2EDE8;
background:transparent;;
}

/* second */
#menu ul ul a:hover{
color:#000;
background:#ccc;
text-decoration:none;
}
#menu ul ul :hover > a {
color:#fff;
background:#DFBFB2;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
* html #menu ul ul {
top:2.1em;
}

#menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:3em;
left:0;
width:14em;
z-index:10;
}


/* 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;
height:auto;
border:1px solid #b37a60;
}

.menuslope {
position:absolute;
top: -1px;
left: -1px;
}

/*MENU SLUT*/