@charset "utf-8";

/* CSS Popout Menu */

#menu    { font-weight: inherit; margin: 0; padding: 0; position: relative; z-index: 10; top: 3px; left: 0; width: 120px }

#menu a, #menu h2             { font-size: 9px; font-family: Verdana; font-style: normal; font-variant: normal; font-weight: inherit; text-indent: 3px; display: block; margin: 0; width: 120px; border-top: 1px solid #6192d2 }

#menu a     { font-weight: normal; padding: 4px 0 3px }

#menu a  { font-weight: normal; text-decoration: none; background: #fff }

#menu a, #menu a:visited   { color: #132c5c; font-weight: normal }

#menu a:hover    { color: #132c5c; text-decoration: none; background: #def }
#menu h2   { color: #fff; font-weight: bold; background: #1c3f80; text-transform: uppercase; margin: 0; padding-top: 3px; padding-bottom: 2px }

#menu li  { font-weight: normal; list-style-type: none }

#menu ul li { font-weight: normal; position: relative }

#menu li ul      { font-weight: normal; display: none; position: absolute; top: 0; left: 120px; border-right: 1px solid #22508c; border-bottom: 1px solid #22508c; border-left: 1px solid #22508c }

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

div#menu ul, div#menu ul ul, div#menu ul ul ul { font-weight: normal; list-style-image: none; margin: 0; padding: 0 }

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul { font-weight: normal; display: none }

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul { font-weight: normal; display: block }

/* Styling for Expand */

#menu a.x, #menu a.x:visited       { color: #132c5c; font-weight: normal; background: #fff url(http://www.napoli.com/2css/arrow.gif) no-repeat right center; text-indent: 3px }

#menu a.x:hover   { color: #132c5c; font-weight: normal; background: #def url(http://www.napoli.com/2css/arrow.gif) no-repeat right center }
