/* ================================================================ 
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 { position: relative; z-index: 100; width: 1160px; float: left; }
.menu ul { list-style-type: none; margin: 0; padding: 0 }
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li   { position: relative; float: left; display: block; }

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

/* style all the links */
.menu a, .menu :visited     { color: #fff; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 39px; text-decoration: none; background: #369; text-align: center; display: block; margin-right: 1px; padding: 0 0 0 10px; width: 180px; height: 40px; border-style: solid; border-width: 1px 1px 0 0; border-color: white; }
.menu ul ul a, .menu ul ul a:visited  { color: #fff; line-height: 30px; background: #537b17; padding: 5px 10px; width: 170px }
/* style the links hover */
.menu :hover { color: #444; background: #d7f0b2; }

/* hide the sub level links */
.menu ul ul    { visibility: hidden; position: absolute; width: 170px; height: 0; }
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul  { visibility: visible; }

#sitemap ul {list-style-type: none; margin: 0; padding: 0; }
#sitemap ul ul { border-top: 1px solid #F6F6F6; }

#sitemap ul li {border: none; padding: 6px; float: left; }
#sitemap ul li a {font-size: 1.4em; font-weight: bold; color: #663366; }
#sitemap ul ul li a {font-size: 1.1em; color: #000099; }

#sitemap ul li a:link, #sitemap ul li a:visited {text-decoration: none; }
#sitemap ul li a:hover { text-decoration: underline; }
