/* CSS Document */

/*MENU*/

.menu {font-size:10px; padding-bottom:0px; font-family:Verdana, Arial, Helvetica, sans-serif; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {margin:0;list-style-type:none; height:35px; margin-left:-30px; }
* html .menu ul {margin:0;list-style-type:none; height:35px; margin-left:0px; }
* + html .menu ul {margin:0;list-style-type:none; height:35px; margin-left:10px; }


/* style the sub-level lists */
.menu ul ul {width:15em; margin-top:4px;}
.menu ul ul ul{width:15em; margin-top:0px;}
/* 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; display:block; height:35px; line-height:35px;}

/* style the sub level list items */
.menu ul ul li {display:block; position:relative; width:12em; height:auto; margin-top:3px; margin-bottom:-3px; color:#ffffff; line-height:1em; font-weight:bold;    }
* html .menu ul ul li {display:block; position:relative; width:12em; height:auto; margin-top:5px; margin-bottom:-5px; color:#ffffff; line-height:1em; font-weight:bold;  }
.menu ul li ul li {display:block; width:12em; height:auto; position:relative; color:#FFFFFF; line-height:1em;  }
.menu ul ul li a{color:#ffffff; font-weight:bold; }
.menu ul ul li a:hover{color:#ffffff;  font-weight:bold;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%; font-weight:bold; color:#ffffff; font-size:10px; padding:0 5px 0 5px; text-decoration:none;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block; background: #2574b9; border-right:1px solid #5794c9; padding-top:3px;  line-height:1em; padding:0.5em 1em; font-size:10px; font-weight:bold; text-align:left; color:#ffffff; width:200px; height:100%;}

.menu ul table ul a, .menu ul table ul a:visited  { display:block; width:200px; }


/* 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:10px; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative; z-index:100;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {padding-top:3px;  line-height:1em; padding:0.5em 1em; border-left:1px solid #ffffff; font-size:10px; font-weight:normal; color:#ffffff; width:200px; height:100%;}
/* style the sub level 1 background */

/* style the level s */
/* first */
.menu a:hover {display:block; padding:0 5px 0 5px; text-decoration:none; color:#fdec00;}
.menu :hover >a {display:block; padding:0 5px 0 5px; text-decoration:none; color:#fdec00;}
/* second */
.menu ul ul a:hover{display:block; padding-top:3px;  line-height:1em; padding:0.5em 1em; color:#ffffff; background:#56b0e4 ;  text-align:left;}
.menu ul ul :hover > a { padding-top:3px;  line-height:1em; padding:0.5em 1em; color:#ffffff; background:#56b0e4;  text-align:left;}
/* third */
.menu ul ul ul a { color:#ffffff; font-weight:bold;  }
.menu ul ul ul a:hover {background:#56b0e4; color:#ffffff; font-weight:bold;}
.menu ul ul ul :hover > a {background:#56b0e4; color:#ffffff; font-weight:bold;}
/* fourth */
.menu ul ul ul ul a:hover {background:#fdf8fe;}


/* 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:28px;left:-11px; width:14em;}
* html .menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0px;width:14em;}
/* position the third level flyout menu */
.menu ul ul ul{left:211px; top:-3px; width:14em;}
* html .menu ul ul ul{left:220px; top:-5px; width:14em;}

/* 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; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}






.side-menu {
position:relative;
z-index:10000;
font-size:12px;
width:138px;
height:235px;
margin:0px 12px 0px 5px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.side-menu ul {
padding:0;
margin:0;
list-style-type:none;
width:138px;
position:relative;
border:1px solid #888;
border-width:1px 1px 0 1px;
background:#fdf8e2;
border-color: #e5e1d1;
}

.side-menu li {
background:transparent;
height:26px;
}
* html .side-menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.side-menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; width:0; height:0;}

/* style the links */
.side-menu a, .side-menu a:visited {
display:block; 
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
height:25px;
line-height:25px;
width:138px;
color:#000;
text-indent:5px;
border-bottom:1px solid #e5e1d1;
background:transparent;
}
/* style the link hover */
* html .side-menu a:hover {color:#fff; background:#9f0100;}

.side-menu :hover > a {
color:#fff; 
background:#9f0100;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.side-menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:138px;
}
/* make the second level visible when hover on first level list OR link */
.side-menu ul li:hover ul,
.side-menu ul a:hover ul {
visibility:visible;
background:#fef7f2;
}
/* keep the third level hidden when you hover on first level list OR link */
.side-menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.side-menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.side-menu ul :hover ul :hover ul{ 
visibility:visible;
background:#fffaf5;
}
/* make the fourth level visible when you hover over third level list OR link */
.side-menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#fdf0e2;
}
.side-menu ul.top2 {top:25px;}
.side-menu ul.top3 {top:51px;}
.side-menu ul.top4 {top:77px;}
.side-menu ul.top5 {top:103px;}
.side-menu ul.top6 {top:129px;}
.side-menu ul.top7 {top:155px;}