/* ================================================================ 
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;
padding:1px;
color:#FFFFFF;
background:#FF0000;
text-decoration:none;
padding-left:4px;
padding-right:4px;
text-align:left;
border-left:1px #FF0000;
}

.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:#FFFFFF;
background:#FF0000;
text-decoration:none;
padding-left: 5px;
padding-right:5px;
text-align:left;
border-left:2px #FF0000;
}

.menu div:hover {
font-weight:bold;
text-decoration:underline;
color:#FFFFFF;
background:#FF0000;
visibility:visible;}

.menu a:hover {
font-weight:bold;
text-decoration:underline;
color:#FFFFFF;
background:#FF0000;
visibility:visible;}

/* 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;
}

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:#000000;
background-color:#CCCCCC;
text-decoration:none;
}

a.child{
width:135px;
display:block;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
}

a.child2{
width:197px;
display:block;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
}

a.child3{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:225px;
}

a.child4{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:140px;
}

a.child5{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:168px;
}

a.child6{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:147px;
}

a.child7{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:112px;
}

a.child8{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:181px;
}

a.child9{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:123px;
}

a.child10{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:190px;
}

a.child11{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:100px;
}

a.child12{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
background:#FFFFFF;
text-decoration:none;
width:165px;
}