
<style type="text/css">

/* Define primary font menu style */
.menu {font:12px arial,helvetica,serif;font-weight:bold;padding-bottom:200px;}

/* Removes bullets, borders and padding - adds background color to navbar */
.menu ul {padding:0;margin:0;list-style-type:none; height:3em; background:#1a1a1a;}

/* Adjusts the height and verticle position of nav button */
.menu ul li {float:left;height:36px;line-height:35px;}

/* Styles for drop down menu links */
.menu ul ul li {display:block;height:auto;line-height:12px;}

/* Style for top level links */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#222222;padding:0 21px 0 21px;}

/* Drop down menu link styles */
.menu ul ul a, .menu ul ul a:visited {font:12px arial,helvetica,serif;display:block;background:#900028; color:white;width:12em;line-height:1em; padding:6px 15px;border-bottom:1px solid #fff;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:14em; width:12em;}

/* For IE6 table - Required for IE6 to work */
.menu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}

/* IE6 for Top level mouseOver */
* html .menu a:hover {color:white;background:#262626; position:relative; z-index:100;}

/* Leave As Is */
.menu li:hover {position:relative;}

/* Style for top menu hover */
.menu :hover > a {color:white;background:#222222;}

/* IE6 for drop down link mouseOver */
* html .menu ul ul a:hover{color:white;background:#484848; position:relative; z-index:110;}

/* Drop down menu positioning */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:36px;left:0;width:14em;}

/* Drop down menu link styles */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* Drop down link style*/
.menu ul ul :hover > a {color:white;background:#484848;}

</style>

<!--[if lte IE 6]>
<style type="text/css">
.menu ul ul {left:-1px; margin-left:-1px;}
.menu ul ul ul.left {margin-left:1px;}
</style>
<![endif]-->