/* ================================================================ 
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:25px;*/
top:+13px;
}

/* style all the links */
.menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:normal;
	display:block;
	font-size:10px;
	width:auto;
	color:#955f3d;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-color: #FFF;
	padding-top: 1px;
	padding-bottom: 1px;
}

.menu div {
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:normal;
	display:block;
	font-size:10px;
	width:auto;
	padding:1px;
	color:#955f3d;
	text-decoration:none;
	padding-left: 7px;
	padding-right:5px;
	text-align:left;
	background-color: #FFF;
	border-left-width: 2px;
	border-left-color: #FFF;
}

.menu div:hover {
	font-weight:bold;
	text-decoration:none;
	color:#955f3d;
	visibility:visible;
	background-color: #FFF;
}

.menu a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#955f3d;
	visibility:visible;
	background-color: #FFF;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:100%;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

a.child:hover,a.child2:hover,a.child3:hover,a.child4:hover,a.child5:hover,a.child6:hover,a.child7:hover,a.child8:hover,a.child9:hover,a.child10:hover,a.child11:hover{
	font-weight:normal;
	color:#FFF;
	background-color:#955f3d;
	text-decoration:none;
}

a.child{
	width:160px;
	padding:3px;
	display:block;
	color:#000000;
	background:#FFFFFF;
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 955f3d;
	border-right-color: 955f3d;
	border-bottom-color: 955f3d;
	border-left-color: 955f3d;
}

a.child2{
	width:200px;
	display:block;
	padding:3px;
	color:#000000;
	background:#FFFFFF;
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955f3d;
	border-right-color: #955f3d;
	border-bottom-color: #955f3d;
	border-left-color: #955f3d;
}

a.child3{
	background:#FFFFFF;
	color:#000000;
	display:block;
	padding:3px;
	text-decoration:none;
	width:190px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955f3d;
	border-right-color: #955f3d;
	border-bottom-color: #955f3d;
	border-left-color: #955f3d;
}

a.child4{
	color:#000000;
	background:#FFFFFF;
	display:block;
	padding:3px;
	text-decoration:none;
	width:180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955f3d;
	border-right-color: #955f3d;
	border-bottom-color: #955f3d;
	border-left-color: #955f3d;
}

a.child5{
	color:#000000;
	display:block;
	padding:3px;
	background:#FFFFFF;
	text-decoration:none;
	width:180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955f3d;
	border-right-color: #955f3d;
	border-bottom-color: #955f3d;
	border-left-color: #955f3d;
}

a.child6{
	color:#000000;
	display:block;
	background:#FFFFFF;
	padding:3px;
	text-decoration:none;
	width:180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955f3d;
	border-right-color: #955f3d;
	border-bottom-color: #955f3d;
	border-left-color: #955f3d;
}

a.child7{
	color:#000000;
	display:block;
	padding:3px;
	background:#FFFFFF;
	text-decoration:none;
	width:160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955f3d;
	border-right-color: #955f3d;
	border-bottom-color: #955f3d;
	border-left-color: #955f3d;
}

a.child8{
	color:#000000;
	display:block;
	padding:3px;
	background:#FFFFFF;
	text-decoration:none;
	width:200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955f3d;
	border-right-color: #955f3d;
	border-bottom-color: #955f3d;
	border-left-color: #955f3d;
}

a.child9{
	color:#000000;
	padding:3px;
	display:block;
	background:#FFFFFF;
	text-decoration:none;
	width:225px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955f3d;
	border-right-color: #955f3d;
	border-bottom-color: #955f3d;
	border-left-color: #955f3d;
}

a.child10{
	color:#000000;
	padding:3px;
	display:block;
	background:#FFFFFF;
	text-decoration:none;
	width:165px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955f3d;
	border-right-color: #955f3d;
	border-bottom-color: #955f3d;
	border-left-color: #955f3d;
}
