.menu {position: absolute; top: 0px; left: 0; z-index:10; width: 175px;}

.menu ul,.menu ul li {padding:0; margin:0; list-style-type:none; z-index: 10;}

.menu ul ul {width:125px; z-index: 10;}

.menu a {background: none;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {position:relative; background-color: #fff;}



/* style the links for the top level */

.menu a, .menu a:visited {display: block;}
div a.menu_last {border-right:none;	width:90px !important;}


/* a hack so that IE5.5 faulty box model is corrected */
/*
* html .menu a, * html .menu a:visited {width:125px; w\idth:125px;}

* html div a.menu_last, * html div a.menu_last:visited {width:125px; w\idth:125px !important;}
*/

/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {visibility: hidden; position: absolute; top:33px; left: -5px;}

.menu ul ul li {margin-left:0px;}


/* another hack for IE5.5 */

* html .menu ul ul {top:25px;t\op:25px;}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

.menu table td {border:0;}


/**************************
***************************** second level */

/*.menu ul ul a, .menu ul ul a:visited {font-size: 13px; font-weight:normal; background-color:#e1e1e1; color: #003366 !important;	height: 20px; line-height: 14px; padding:7px 10px 1px 7px; width:170px;	border:0; text-align:left;}
*/
.menu ul ul {margin: 0; padding: 0; background-color: #fff; width: 162px; padding-top: 2px; padding-left: 6px; list-style-type: none !important; border: 1px solid #d7dae0;}
.menu ul ul li {list-style-type: none !important; background: transparent url(/graphics/lc-li-bg.gif) no-repeat top left; display: block; height: 26px; width: 130px; padding-left: 27px; padding-top: 6px;}
.menu ul ul li.last {background: transparent url(/graphics/lc-li-last.gif) no-repeat top left;}
.menu ul ul li a:link {color: #185c97; text-decoration: none; font: 12px Arial, Helvetica, sans-serif; text-indent: 0px;}
.menu ul ul li a:hover {color: #185c97; text-decoration: none; font: 12px Arial, Helvetica, sans-serif; text-indent: 0px;}
.menu ul ul li a:active {color: #185c97; text-decoration: none; font: 12px Arial, Helvetica, sans-serif; text-indent: 0px;}
.menu ul ul li a:visited {color: #185c97; text-decoration: none; font: 12px Arial, Helvetica, sans-serif; text-indent: 0px;}


li.site ul {width: 207px; }
li.site ul li {width: 180px; background: transparent url(/graphics/lc-li-bg-wide.gif) no-repeat top left;}

/*
.menu ul ul a.last, .menu ul ul a.last:visited {border-bottom: 1px solid #ebc78d !important;}

.menu ul ul a.first, .menu ul ul a.first:visited {border-top: 1px solid #ebc78d;}
*/


/* style the top level hover */

/*
.menu a:hover {background-color: #003366 !important; color:#fff !important;}

.menu ul ul a:hover {background-color:#003366 !important; color:#fff !important;}

.menu :hover > a {background-color:#003366 !important; color:#fff !important;}

.menu ul ul :hover > a {background-color:#003366 !important; color:#fff !important;}
*/

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul, .menu ul a:hover ul, .menu ul li:hover table td ul {visibility:visible;}

/* keep the third level hidden when you hover on first level list OR link */

/*.menu ul :hover ul ul {visibility:hidden;}*/

/* make the third level visible when you hover over second level list OR link */

/*.menu ul :hover ul :hover ul {visibility:visible;}*/

/*add to the last nested list expand to the proper width*/


/**************************
*****************************
******************************* third level */

/* another hack for IE5.5 */

* html .menu ul ul ul {top:25px;t\op:25px;}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul ul, .menu ul a:hover ul ul, .menu ul li:hover table td ul {visibility:hidden;}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul {visibility:hidden;}/**/

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul {visibility:visible;}/**/


/* =============================================================== 

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/final_drop.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the associated (x)html may be modified in any 

way to fit your requirements.

=================================================================== */