
/* CSS Popout Menu */

#menu  { line-height: 1.5em; background-color: #18384a; margin-left: 20px; padding: 1px; z-index: 2; width: 155px }

#menu a, #menu h2 { font-style: normal; font-variant: normal; font-weight: bold; text-indent: 2px; white-space: nowrap; display: block; width: 130px }

#menu a { text-decoration: none; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0 }

#menu a, #menu a:visited { }

#menu a:hover { background-image: none; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0 }

#menu a:active { background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0 }

#menu h2 { font-style: normal; font-variant: normal; font-weight: bold; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-transform: uppercase; margin: 0; padding: 0; width: 130px }

#menu li { list-style-type: none }

#menu ul li { position: relative }

#menu li ul { background-color: #333; display: none; position: absolute; top: 0; left: 100px }

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none;
width:130px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
display:block;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited { font-weight: bold; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-indent: 2px }

#menu a.x:hover { background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0 }

#menu a.x:active { background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0 }

