@charset "utf-8";

/* By Eduard Hofmann of webeddie, July 06 */

/* For Menu Testing Only */

/* body, html{margin:0;padding:0;}
body{height:764px;}
.hand{cursor:pointer;}
.help{cursor:help;} */

/* CSS Popout Menu */

#topback {
position:absolute;
top:10px;
left:3px;
/*z-index:200;*/
}

#contenty {
position:absolute;
top:180px;
left:195px;
z-index:1;
}

#menu{
position:relative;
top:180px;
left:3px;
/* background:#b3b1c0; */
background:#ffffff;
padding:0px;
z-index:500;
width:132px;
/*min-width: 132px;*/
float: left;
}

#menu a, #menu h2, #menu td{
display:block;
font:bold 9px/16px verdana,arial,helvetica,sans-serif;
/*border-top:1px solid #ccc;
border-left:1px solid #bbb;
border-right:1px solid #888;
border-bottom:1px solid #555; */
/*border-top:1px solid #2f4269;
border-left:1px solid #2f4269;
border-right:1px solid #2f4269;
border-bottom:1px solid #2f4269;*/

border-top:1px solid #cccccc;
border-left:0px solid #cccccc;
border-right:0px solid #cccccc;
border-bottom:0px solid #cccccc;
white-space:nowrap;
text-indent:2px;
width:150px;
margin: 0px;
padding: 0px;
min-height: 19px;
}

#menu td {
color:#ffffff;
}

#menu a{
/*background:#ffffff url(/nav/images/tile-silver-3.gif) repeat-x; */
/*background-image: url(../img/normy_n.gif);*/
background:#eeeeee;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#000000;
}

#menu a:hover{
color:#000;
/*background:#e2e2ec url(/nav/images/tile-blue-over-3.gif) repeat-x; */
/*background-image: url(../img/ovy_n.gif); */
background:#c4daf1;
}

#menu a:active{
color:#060;
/*background:#e2e2ec url(/nav/images/tile-blue-on-3.gif) repeat-x; */
/*background-image: url(../img/sely.gif);*/
background:#ffa09f;
}

#menu h2{
font:bold 10px verdana,helvetica,sans-serif;
color:#ffffff;
/*background:#369 url(/nav/images/tile-h2.gif) repeat-x;*/
background-image: url(../img/backtit.gif);
text-transform:uppercase;
margin: 0px;
padding:0px;
width:150px;
}

#menu li{
list-style-type:none;
margin: 0px;
padding:0px;
}

#menu ul li{
position:relative;
margin: 0px;
padding:0px;
}

#menu li ul{
/*position:absolute;*/
position:relative;
top:0;
left:150px;
display:none;
}

/* 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:0px;
padding:0px;
list-style-image:none;
width:170px; // 150
}

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;
margin:0px;
padding:0px;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
text-indent:2px;
color:#000000;
/*background:#edeef6 url(/nav/images/tile-silver-3-x.gif) repeat-x;*/
background-image: url(../img/arry_bk.gif);
}
#menu a.x:hover{
color:#000000;
/*background-image: url(../img/ovy_n.gif);*/
background:#c4daf1;
}
#menu a.x:active{
color:#00000;
/*background-image: url(../img/sely_n.gif);*/
background:#ffa09f;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

#menu a.no{
background:#eeeeee;
text-decoration:none;
}
#menu a.ye{
background:#ffcc66;
text-decoration:none;
}
#menu a.no:hover{
background:#c4daf1;
}
#menu a.ye:hover{
background:#ffcc66;
}
#menu a.xs, #menu a.xs:visited{
background-image: url(../img/arry_bks.gif);
/*background:#eeeeee;*/
}
#menu a.xs:hover{
background:#ffcc66;
}

