@charset "utf-8";
/* CSS Document */
#menu {
height:15em; 
list-style-type:none;
margin:0;
padding:0; 
background:#ffffff; 
z-index:100;
}
#menu li {
display:block; 
padding:0; 
margin:0; 
position:relative; 
z-index:100;
list-style-type:none;
}
#menu li a, #menu li a:visited {display:block; text-decoration:none;}
#menu li dd {display:none; background-color:#eedcce; margin:0;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dt a , #menu li a:hover dt a {background:#ec9200 center center; color:#ffffff; }
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu table {border-collapse:collapse; margin:0; font-size:11px; }
#menu tr, #menu td, #menu table{margin-left:-15px;}
#menu dl {width:188px; margin: 0; padding:0; background:#ec9200; cursor:pointer;}
#menu dt {margin:1px 0 0 0; padding-left:10px; font-size: 11px; border-top:0px solid #ffffff; height:25px; padding-top:5px;}
#menu dd {margin:0; padding:0; font-size: 11px; text-align:left; }
.gallery dt a, .gallery dt a:visited {display:none; color:#fff; padding:5px 5px 5px 0px; background:#ec9200 center center; font-size:11px;}
.gallery dt a:hover {display:none; color:#fff; padding:5px 5px 5px 0px; background:#ec9200 center center; font-size:11px; font-weight:bold;}
.gallery dd a, .gallery dd a:visited {color:#000; min-height:11px; text-decoration:none; display:none; padding:4px 5px 4px 15px; background:#eedcce;font-size:11px;}
* html .gallery dd a, * html .gallery dd a:visited {height:12px;}
.gallery dd a:hover {background:#ec9200; color:#ffffff;}




