body{
margin:0em;
behavior: url(csshover.htc);
background-color: #FFF;
}

h2 a,h2 a:visited {
color:#666666;
text-decoration: none;
}

h2 a:hover{
color:#e10915;
text-decoration: none;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-weight: normal;
text-decoration: none;
text-align: left;
margin: 0px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-weight: normal;
text-decoration: none;
text-align: left;
margin: 0px 0px 5px 0px;
}

p {
margin: 6px 0 0 0;
}

#centered {
position: absolute;
top: 57px;
z-index:1;
left: 50%;
width:850px;
margin-left: -425px;
}

/* Begin CSS Popout Menu */

#menu{
width:850px;
background:#e10915;
margin: 0px;
position: absolute;
top: 0px;
left: 50%;
margin-left: -367px;
padding-left: 65px;
z-index:5;
}

#menu a {
font: bold 10pt arial, helvetica, sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#fff #e10915 #e10915 #ccc;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#menu h2 {
font: bold 0.9em/1.8em arial, helvetica, sans-serif;
display:block;
border-width:0px;
border-style:solid;
white-space:nowrap;
margin:0;
padding:0px 0px 0px 0px;
font: bold 1em arial, helvetica, sans-serif;
color:#000;
text-transform:uppercase;
}

#menu .h1anch {
border-width:0px;
margin:0;
padding:21px 0px 19px 0px;
text-align: center;
}

#menu a {
background:#e10915;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#ffffff;
}

#menu a:hover{
color:#e10915;
background:#ffffff;
}

#menu a:active{
color:#e10915;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:147px;
}

#menu li{
position:relative;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 


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

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

/* Begin non-aor hover selectors */

/* Enter the more specific element (div) selector
on non-aor 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:#ffffff;
}

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-aor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#ffffff;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

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

#menu a.x:active{
color:#a00;
background:#ccc;
}

/* End CSS Popout Menu */

