/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
/*
*{margin:0;padding:0;border:none;}

body{margin:0.5em;font-family:verdana,tahoma,arial,sans-serif;}
*/
/* Begin CSS Popout Menu */

/* HEADER MENU */

#header_menu{
width:100%;
margin-top:0px;
padding-top:5px;
margin-left:auto;
margin-right:auto;
display:block;
}

#header_menu a{
font-weight:bold;
display:block;
border:none;
white-space:nowrap;
margin:0;
padding:0 5px;
font-family:arial,helvetica,sans-serif,tahoma;
font-size:12px;
color:#000080;
text-transform:uppercase;
}

#header_menu a{
background:none;
text-decoration:none;
}

#header_menu a, #header_menu a:visited{
color:#000080;
}

#header_menu a:hover{
color:#0000ff;
background:#ffffff;
}

#header_menu a:active{
color:#000080;
}

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

#header_menu li{
position:relative;
height:24px;
margin-top:0px;
float:left;
}

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

#header_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#header_menu li:hover{
cursor:pointer;
z-index:100;
}

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

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

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

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



/* FOOTER MENU */

#footer_menu{
width:100%;
display:block;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding-top:1px;
padding-bottom:1px;
}

#footer_menu a{
font-weight:normal;
display:block;
border:none;
white-space:nowrap;
margin:1px;
padding:1px;
font-family:arial,helvetica,sans-serif,tahoma;
font-size:10px;
color:#000080;
text-transform:uppercase;
}

#footer_menu a{
background:none;
text-decoration:none;
}

#footer_menu a, #footer_menu a:visited{
color:#000080;
}

#footer_menu a:hover{
display:block;
padding:1px;
margin:1px;
color:#0000ff;
border:1px solid #ccc;
}

#footer_menu a:active{
color:#000080;
}

#footer_menu ul{
list-style:none;
float:left;
}

#footer_menu li{
padding:1px;
position:relative;
height:24px;
float:left;
}

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

#footer_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#footer_menu li:hover{
cursor:pointer;
z-index:100;
}

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

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

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

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

/* End CSS Popout Menu */

/* Begin Content Area - Not Part of CSS Popout Menu */
/*
#content{position:absolute;top:3.0em;left:0;margin:0 .5em .5em .5em;padding:0.5em;border:1px solid #000;clear:both;}
#content a:link{color:#a00;}
#content a:visited{color:#a00;}
#content a:hover{color:#a00;background:#eee;}
#content a:active{color:#060;background:#ddd;}
#content h1, #content h2, #content h3{font:bold 1.0em arial,sans-serif;margin:0.5em 0.25em;padding:0;}
#content img{border:none;}
#content p{font:normal 0.9em/1.5em verdana,sans-serif;margin:1.0em;}
#content ul, #content ul ul{font:normal 0.95em/1.45em verdana,tahoma,arial,sans-serif;margin:1.0em 4.0em 1.5em 4.0em;}
#content ul li{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 0;}
#content ul ul li{font:normal 1.1em/1.6em verdana,tahoma,arial,sans-serif;margin:0;}
#content .fr{float:right;margin:0 0 1.0em 1.0em;}
#content .mod{font:normal .7em arial,sans-serif;margin:.25em;}
div.vv{position:relative;top:0;float:right;margin:0 0 15px 15px;}
span.as300250{float:right;margin:0 1.0em .2em 1.0em;}
span.as300250l{float:left;margin:0 1.0em .2em 1.0em;}
span.as120240{float:right;margin:0 1.0em .2em 1.0em;}
span.as120240l{float:left;margin:0 1.0em .2em 1.0em;}
*/
/* End Content Area - Not Part of CSS Popout Menu */

/* MEMORIAL MENU */

#tribute_menu{
	line-height:14px;
width:100%;
display:block;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding:1px;
height:16px;
vertical-align:center;
}

#tribute_menu a{
text-align:center;
display:block;
border:none;
white-space:nowrap;
margin:0px;
padding:1px;
font-family:arial,helvetica,sans-serif,tahoma;
font-size:12px;
color:#8c8c8c;
background:none;
text-decoration:none;
}


#tribute_menu a:visited{
color:#8c8c8c;
}

#tribute_menu a:hover{
display:block;
color:#8cb9e6;
}

#tribute_menu a:active{
color:#8c8c8c;
}

#tribute_menu ul{
list-style:none;
float:left;
line-height:14px;
}

#tribute_menu li{
line-height:14px;
position:relative;
}

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

#tribute_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#tribute_menu li:hover{
cursor:pointer;
z-index:100;
}

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

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

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

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