/* Menu Stylesheet */ 

.menu {
z-index:1000;
position: absolute;
height:192px;
padding-top:0px;

/*margin:25px 0 50px 15px;  this page only */

}


/* remove all the bullets, borders and padding from the default list styling */

.menu ul {

padding:0;
margin:0;
list-style-type:none;
width:177px;
/*width:100%;*/
height:192px;
height:auto;
position:relative;
border:0px solid #E4EDF0;
}



.menu li {
background:#E4EDF0;
height:30px;
line-height:30px;
/*height:auto;*/

background-image:url(../images/divisor.jpg); 
background-position:bottom;
background-repeat:no-repeat;

}



* html .menu li {margin-left:-16px; margin-lef\t:0; height:30px; /*height:auto;*/background-image:url(/images/divisor.jpg); 
background-position:bottom;
background-repeat:no-repeat;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0px; z-index:100; font-size:1em; width:0; height:0;}



/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:30px;
line-height:30px;
/*width:160px;*/
color:#000;
padding-left:17px;
padding-top:0px;
padding-bottom:0px;
padding-right:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-stretch: extra-condensed;
font-weight:bold;
letter-spacing:80%;
word-spacing: normal;
z-index:999;

}

*html .menu a, .menu a:visited {padding-left:17px padding-top:0px;
padding-bottom:0px; line-height:30px;height:30px; vertical-align:middle;}


.menu :hover > a { 
background: #A2D3E1;
color: #00566e;
height:30px;
}

/* style the link hover */
* html .menu a:hover { background:#A2D3E1;color: #00566e; background-image:url(/images/divisor.jpg); 
background-position:bottom;
background-repeat:no-repeat;
 }

/* 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:0px;
	left:132px;
	z-index: 1001;
/*height:auto;*/

}
/* 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:215px;
z-index:998;
/*height:auto;*/

}
/* 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;
height:235px;

}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;

}
</style>
[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]
