/* ================================================================ 
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_drop3.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#navigation {position: relative; margin-top:93px; margin-left:210px;  z-index: 998; background: transparent url(../images/navi-hg.gif) repeat-x 0 0; border-right:1px solid #373d4b; height: 28px; border-top:1px solid #373d4b; }

#navigation .menu {padding-bottom:0;color:#fff;height:28px;}

/* remove all the bullets, borders and padding from the default list styling */
#navigation .menu ul {padding:0;margin:0;list-style-type:none; height:27px; font: bold 13px arial, helvetica, sans-serif; }

/* style the sub-level lists */
#navigation .menu ul ul { width:195px; font: normal 12px arial, helvetica, sans-serif!important; }

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigation .menu ul li {float:left;height:27px;line-height:27px;}

/* style the sub level list items */
#navigation .menu ul ul li {display:block;width:195px;height:auto;position:relative;line-height:1em; border-top:1px solid #373d4b; border-bottom:1px solid #828c9a; border-right:1px solid #373d4b; }

/* style the links for the top level */
#navigation .menu a, #navigation .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;/*background:#aaa;*/padding:0 1em; border-right:1px solid #373d4b; border-left:1px solid #b5b9c4;}

/* style the sub level links */
#navigation .menu ul ul a, #navigation .menu ul ul a:visited {display:block;/*background:#bbb;*/ color:#fff;width:170px;height:100%;line-height:1em; padding:0.5em 1em; background: transparent url(../images/navi-hg.gif) repeat-x 0 0; }
#navigation .menu ul table ul a, #navigation .menu ul table ul a:visited  {width:195px; w\idth:170px;}


/* style the table so that it takes no part in the layout - required for IE to work */
#navigation .menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
#navigation .menu ul ul table {lef\t:-1px;}
#navigation .menu ul ul table ul.left {margin-lef\t:2px;}

#navigation .menu li:hover {position:relative;}
* html #navigation .menu a:hover {position:relative;}

/* style the third level background */
#navigation .menu ul ul ul a, #navigation .menu ul ul ul a:visited {background:#ccc;}

/* style the sub level 1 background */
#navigation .menu ul :hover a.sub1 {background:#ccc;}

/* style the level hovers */
/* first */
#navigation .menu .red {/*background-color:#e60000!important;*/}
#navigation .menu .red a:hover {color:#fff; background:transparent url(../images/bg_navi_over.jpg) repeat-x 0 0;}
#navigation .menu .red :hover > a {color:#fff;background:transparent url(../images/bg_navi_over.jpg) repeat-x 0 0;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#navigation .menu ul ul {visibility:hidden;position:absolute;height:0;top:27px;left:0;width:195px;}


/* make the second level visible when hover on first level list OR link */
#navigation .menu ul li:hover ul, #navigation .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:0; background:transparent url(images/trans.gif); /*background-color: blue;*/}
#navigation .menu ul li.red:hover ul {/*background-color:#e60000!important;*/}

/* keep the third level hidden when you hover on first level list OR link */
#navigation .menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#navigation .menu ul :hover ul :hover ul{visibility:visible;}
