/*------------------------------------------------menu--------------------*/

/* style the outer div to give it width */
#menubg { background:url(../images/nav_bg2.gif) no-repeat; width:760px; height:25px; float:left;}

.menu {font-size:11px; padding:0px; width:752px; font-weight:bold; z-index:10; font-family: Arial, Helvetica, sans-serif; margin-left:5px; margin-top:1px;}

.menu ul li.noBdr{border:none;z-index:10;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {list-style-type:none; height:18px; z-index:10;  margin:0; padding:0; font-size:0; line-height:0;}

/* style the sub-level lists */
.menu ul ul { width:180px; z-index:10;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left; height:18px; line-height:18px; z-index:10; }

/* style the sub level list items */
.menu ul ul li {display:block; height:auto;position:relative;line-height:1em; border:none; border-top:1px #2c97db solid;z-index:10;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:11px;text-decoration:none; color:#fff; padding:0 18px 0 18px; z-index:10; font-family: Arial, Helvetica, sans-serif;}
.menu a.current{background:#3da1e0; z-index:10;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block; background:#32a3d8; color:#fff; width:180px; height:100%; padding:0.5em 1em; text-transform:none; font-weight:normal;z-index:10; line-height:16px; font-weight:bold;}
.menu ul table ul a, .menu ul table ul a:visited  {width:180px; z-index:10;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:11px; z-index:-1;}
.menu ul ul table {left:-1px;}
.menu ul ul table ul.left {margin-left:2px;}

.menu li:hover {position:relative; text-decoration:none;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3DA1E0;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#3da1e0;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 { text-decoration:none; }
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 { text-decoration:none; }

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:#32a3d8; text-decoration:none;}
.menu :hover > a {color:#fff;background:#32a3d8; text-decoration:none;}
/* second */
.menu ul ul li a:hover{color:#fff;background:#9ad024; text-decoration:none;}
.menu ul ul li :hover > a {color:#fff;background:#9ad024; text-decoration:none;}

/* third */
.menu ul ul ul a:hover {background:#3da1e0;}
.menu ul ul ul :hover > a {background:#3da1e0;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:18px;left:0; width:180px;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0; width:180px}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; text-decoration:none;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; text-decoration:none;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden; text-decoration:none;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/*--------------------------------------------- left nav -----------------------------------------------*/

#leftnav{ width:200px; }
#leftnav .title{ background:url(../images/leftnav_bg.jpg) no-repeat center center; color:#ffffff; font-size:13px; line-height:25px; text-align:center; vertical-align:middle; font-weight:bold; }
#leftnav ul.link{ padding:0 0 0 0; margin:0; list-style-type:none; font-size:0; line-height:0;}
#leftnav ul.link li{ margin:0 0 1px 0; display:block;}
#leftnav ul.link li a{ display:block; color:#555555; font:normal 12px/26px Tahoma, Arial, Helvetica, sans-serif; padding:5px 5px 5px 10px; text-decoration:none; line-height:18px; border-bottom:1px solid #32a3d8; }
#leftnav ul.link li a:hover{ color:#32a3d8;}
#leftnav ul.link li a.hover{color:#32a3d8; font-weight:bold; text-decoration:none;}
