/* CSS Document */
/* --- TOP NAVIGATION MENU --- */

#menu{
width: 800px;
float: left;
background: #000000;
}

#menu a, #menu h2{
font:bold 12px/12px arial,helvetica,sans-serif,verdana;
display:block;
white-space:nowrap;
margin:0;
padding:3px 4px 3px 8px;
}

#menu h2{
font-size: 13px;
color:#FFFFFF;
text-transform:uppercase;
border-right:1px solid #007BF3;
background: #000000 url(../img/shape.gif) left no-repeat;
}

#menu a{
text-decoration:none;
background: #000000;
}

#menu a, #menu a:visited{
color:#89B8FF;
}

#menu a:hover{
color:#FF7E00;
background: #000000;
}

#menu a:active{
color:#FF7E00;
background: #000000;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width: 130px;
}

#menu li{
position:relative;
margin:0;
padding:0;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu 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#menu h2:hover{
background: #000000 url(../img/shape.gif) left no-repeat;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */


