/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
/* Begin CSS Popout Menu */

#expand{
margin:0 0 0 15px;
float:left;
clear:both;
}

#expand a, #expand h2{
display:block;
margin:0;
}

#expand h2{
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#expand a{
text-decoration:none;
}

#expand a, #expand a:visited{
color:#ffffff;
}

#expand a:hover{
color:#000;
}

#expand a:active{
color:#ffffff;
}

#expand ul{
list-style:none;
margin:0 10px 0 0;
padding:0;
float:left;
width:150px;
}

#expand li{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
list-style:none;
}

#expand ul ul{
position:absolute;
left:83px;
background-color:#E5D29E;
border-left:1px solid #D4A352;
border-right:1px solid #D4A352;
border-bottom:1px solid #D4A352;
width:470px;
display:none;
padding:15px 15px 15px 15px;
text-align:center;
list-style:none;
}

#expand p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

/*div#expand h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}*/

div#expand li:hover{
cursor:pointer;
z-index:900;
background-color:#FFFFFF;
list-style:none;
}

div#expand li:hover ul ul,
div#expand li li:hover ul ul,
div#expand li li li:hover ul ul,
div#expand li li li li:hover ul ul
{display:none;}

div#expand li:hover ul,
div#expand li li:hover ul,
div#expand li li li:hover ul,
div#expand li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

.menuImg {border:1px solid #000000}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(../java/csshover.htc); /* call hover behaviour file */
/*font-size: 100%;  enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
list-style:none;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->


