/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/* Begin CSS Popout Menu */


#topmenu { padding:0; margin:0; width: 994px; border-width: 1px 1px 0 1px; border-style: solid; border-color: #a30301; background-color: #900; float:left; }

ul.def  { width: 130px }
ul.menu140 {width: 140px }
ul.menu150 {width: 150px }

#topmenu a {
font-weight: normal;
font-size: 12px;
line-height: 20px;
font-family: tahoma,arial,helvetica,sans-serif;
display: block;
border-width: 0 1px 1px 1px;
border-style:solid;
border-color:#600;
white-space:nowrap;
margin:0;
padding:0 10px;
background:#900; 
text-decoration:none; 
color:#fff;
}

#topmenu a.root{
font-weight:bold;
font-size: 12px;
line-height: 20px;
font-family: tahoma,arial,helvetica,sans-serif;
display:block;
border-width: 0 1px 1px 0;
border-style:solid;
border-color:#600;
white-space:nowrap;
margin:0;
padding:0 10px;
color:#fff; 
background:#900	; 
}



#topmenu a:hover{
color:#300;
background:#D95C10;
}

#topmenu a:active{
color:#300;
background:#D95C10;
}

#topmenu ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#topmenu li{
position:relative;
}

#topmenu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

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

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#topmenu a:root:hover{
background:#000;
}

div#topmenu li:hover{
cursor:pointer;
z-index:100;
}

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

#topmenu a.x, #topmenu a.x:visited{
font-weight:normal;
color:#000;
background:#eee;
}

#topmenu a.x:hover{
color:#fff;
background:#000;
}

#topmenu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */
