



li{list-style-type: none;}

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_DD ul{
list-style-type:none;
padding:0;
margin:0;
background:#ffffff;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu_DD li{
float:left;
position:relative;
z-index:100;

}

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

/* style all the links */
.menu_DD a, .menu_DD :visited {
display:block;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;

padding:5px 0;
color:#000000;
background:none;
text-decoration:none;
margin-right:1px;
text-align:left;
}

.menu_DD li.page a.page{background:#ffffff;color:#000000;position:relative;
left:-40px;
padding:5px 5px 6px 5px;}

/* style the links hover */
.menu_DD :hover{
color:#000000;
background:none;
background-image:url(../img/hoverFlower.png);
background-repeat:no-repeat;

}


li.page:hover{background:none;}

/* hide the sub level links */
.menu_DD ul ul {
visibility:hidden;
position:absolute;

height:0;

}
/* make the sub level visible on hover list or link */
.menu_DD ul li:hover ul,
.menu_DD ul a:hover ul{
visibility:visible;

}

.menu_DD a.category{
color:#ffffff;
background:none;
text-align:left;
padding:5px 10px 6px 18px;
}

.menu_DD a:hover.category{
color:#ffffff;

}


/* style the links hover */
.menu_DD a.page{

width:130px;

border-left:1px solid #999999;
border-right:1px solid #000000;
border:1px solid #000000;
}

/* style the links hover */
.menu_DD a:hover.page{

width:130px;
text-decoration:underline;
}
/*****************************************************************/

