/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */


/* Begin CSS Popout Menu */

#menu{
float:right;
clear: right;
z-index: 10;
}

#menu a{
display:block;
text-decoration:none;
}

#menu h2, #menu a.toplevel, #menu a.toplevel:visited {
display:block;
border-left: 1px white dashed;
white-space:nowrap;
margin:0;
font-size: 10pt;
height:19px;
color:#fff;
/*background:#272623;*/
background-color: Transparent;
text-transform:uppercase;
vertical-align: 0%;
padding-top: 52px;
padding-left: 10px;
font-weight: bold;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:95px;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul a, #menu ul ul li {
    width: 100%;
}

#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, div#menu a.toplevel:hover, div#menu a.toplevel:active {
/* background:url(/css/images/expand3.gif) no-repeat -999px -9999px;*/
color: #3366cc; 
}

#menu h2.currtoplevel, #menu a.currtoplevel, #menu a.currtoplevel:visited {
display:block;
border-left: 1px white dashed;
white-space:nowrap;
margin:0;
font-size: 10pt;
height:19px;
color:#3366cc;
/*background:#272623;*/
background-color: Transparent;
text-transform:uppercase;
vertical-align: 0%;
padding-top: 52px;
padding-left: 10px;
font-weight: bold;
}

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 */

/* Styling for Expand */

#menu a.submenu, #menu a.submenu:visited, #menu a.submenu a.submenu {
background: #999999;
color: #ffffff;
height: 15px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
font-size:11px;    
letter-spacing: .1em;
text-transform:uppercase;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
width: 100%;
}

#menu a.submenu:active, #menu a.submenu:hover {
color:#3366cc;
}

.arrowBoxBlack
{
    position: absolute;
    margin-left: 10px;
    background-color: #ffffff;
    bottom: 4px;
}

.arrowBoxGrey
{
    display: inline;
    margin-left: 10px;
    background-color: #ffffff;
    vertical-align: baseline;
    padding: 0;
    margin-top: 0;
    
}

.arrowBoxNav
{
    position: absolute;
    margin-left: 10px;
    background-color: #3366cc;
    bottom: 4px;
}

div#menu h2:hover .arrowBoxBlack, div#menu h2:hover .arrowBoxBlack, 
 #menu a.submenu:active .arrowBoxGrey, #menu a.submenu:hover .arrowBoxGrey {
    background-color:#3366cc;
}

/* End CSS Popout Menu */

#menu ul ul.menuHelmets {
    width: 95px;
}
#menu ul ul ul.menuHelmets2 {
    width: 100px;
    left: 117px;
}
#menu ul ul.menuRacing {
    width: 100px;
}

#menu ul ul.menuMedia1 {
    width: 110px;
}

#menu ul ul ul.menuMedia2 {
    width: 100px;
    left: 132px;
}

#menu ul ul.menuSafety {
    width: 175px;
}

#menu ul ul.menuSupport {
    width: 165px;
}

