#sub_header {
background-image:url(sub_header_background.png);
background-repeat:repeat-x;
width: 1200px;
height: 26px;
padding-left: 8px;
padding-top: 2px;
padding-bottom: 20px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom:3px double #ffffff;
}


#menu {
padding:0; 
margin:0; 
list-style:none; 
height:20px; 
position:relative; 
z-index:500;
float: left; 
}

#menu li {
float:left; 
}

/* 1st tier */
#menu li a {
display:block; 
float:left; 
height:25px;
line-height:25px; 
color:#cc0000; 
text-decoration:none; 
font-size:24px; 
padding:0 20px 0 10px;
}


#menu table {
border-collapse:collapse; 
width:0; height:0; 
position:absolute; 
top:0; 
left:0;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
z-index:200; 
position:relative;
color: red; 
}

#menu li:hover {
position:relative; 
z-index:200;
}

/* 1st tier */
#menu li:hover > a {
color: red;
}

/* 1st tier with dropdown */
#menu li:hover > a.sub {
color: red;
}

/* 1st tier with dropdown. can add background color or image before url */
#menu li a.sub {
background: url(arrow_down_grey.png) no-repeat right 55%;
}

/* What's this???? */
#menu :hover ul {
left:0; 
top:25px; /* space between 1st tier and dropdown menu background */
width:120px; 
background:#444;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
position:absolute; 
left:-9999px; 
top:-9999px; 
width:0; 
height:0; 
margin:0; 
padding:0; 
list-style:none;
}

/* What's this???? */
#menu :hover ul :hover ul {
left:120px; 
top:-1px; 
background:#222; 
white-space:nowrap; 
width:100px; 
z-index:200; 
height:auto;
}

/* tier 2 no flyout & line height spacing of all of tier 2 */
#menu :hover ul li a {
width:120px; /* width of tier 2 background */
padding:0; 
text-indent:10px; 
background:#8e8e8e; 
color:#000; 
height:25px; 
line-height:25px;
}

/* tier 2 with flyout */
#menu :hover ul li a.fly {
background:#8e8e8e url(arrow_right_grey.png) no-repeat right center;
}

/* tier 2 no flyout */
#menu :hover ul :hover { 
color: #fff;
}

/* tier 2 with flyout */
#menu :hover ul :hover a.fly {
color: #fff;
background:#8e8e8e url(arrow_right_white.png) no-repeat right center;
}

/* tier 3 */
#menu :hover ul :hover ul li a {
width:105px; 
padding:0; 
text-indent:10px; 
background:#8e8e8e; 
color:#000; 
}

/* tier 3 */
#menu :hover ul :hover ul :hover { 
color: #fff;
}