@charset "utf-8";

/* CSS Popout Menu */

#menu{
position:relative;
top:5px;
left:25px;
z-index:2;
width:163px;
}

#menu a, #menu h2{
display:block;
font:normal 12px/16px arial,helvetica,sans-serif;
white-space:nowrap;
text-indent:2px;
width:153px;
height:20px;
padding: 5px 0 0 10px;
}

#menu a{
background: url(/global-images/pop-nav/no-pop-up-state.gif) no-repeat;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#600F10;
}

#menu a:hover{
color:#fff;
background: url(/global-images/pop-nav/nav-over-state.gif) no-repeat;
}

#menu a:active{
color:#fff;
background: url(/global-images/pop-nav/nav-over-state.gif) no-repeat;
}

#menu h2{
font:normal 10px/16px tahoma,helvetica,sans-serif;
color:#600F10;
background: url(/global-images/pop-nav/tile-h2.gif) no-repeat;
text-transform:uppercase;
margin:0;
padding:0;
width:163px;
}

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

#menu ul li{
position:relative;
}

#menu li ul{
position:absolute;
top:0;
left:163px;
display:none;
background-color:#fff;
border:1px;
border-style:solid;
border-color:#600F10;
}

/* 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:163px;
}

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:normal;
text-indent:2px;
color:#600F10;
background: url(/global-images/pop-nav/yes-pop-up-state.gif) no-repeat;
}

#menu a.x:hover{
color:#fff;
background: url(/global-images/pop-nav/nav-over-state.gif) no-repeat;
}

#menu a.x:active{
color:#fff;
background: url(/global-images/pop-nav/nav-over-state.gif) no-repeat;
}