/* ================================================================ 
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:12px;
	width:115px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	background-color: #999;
	border-left-width: 1px;
	border-left-color: #999;
	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:12px;
	width:115px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 5px;
	padding-right:5px;
	text-align:center;
	background-color: #999;
	border-left-width: 2px;
	border-left-color: #999;
	padding-top: 1px;
	padding-bottom: 1px;
}

.menu div:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
	visibility:visible;
	background-color: #999;
}

.menu a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
	visibility:visible;
	background-color: #999;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:145px;
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:#F93;
	text-decoration:none;
}

a.child{
	width:130px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color: #999;
	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-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
	text-align: left;
}

a.child2{
	width:115px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color: #999;
	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-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
}

a.child3{
	width:115px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color: #999;
	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-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
}

a.child4{
	width:115px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color: #999;
	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-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
}

a.child5{
	width:115px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color: #999;
	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-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
}

a.child6{
	width:115px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color: #999;
	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-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
}

a.child7{
	width:115px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color: #999;
	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-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
}

a.child8{
	width:115px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color: #999;
	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-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
}

