/* Stylesheet for screen only. */

#header
{
height:60px;
}

#header_box
{
position:relative;
height:60px;
}

#titles
{
/* text that appears bottom-justified on the left side of the header */
position:absolute;
bottom:0;
}

#mainmenu
{
/* bottom-justified on the right side of the header */
position:absolute;
bottom:0;
right:0;
margin:0 10px 0 0;
}

#mainmenu ul
{
list-style:none;
}

#mainmenu li
{
float:left;
margin:0;
}

#mainmenu li.menu
{
padding:3px 12px 0 12px;
background-color:#004400;
/* a slight 3d border, an homage to AmigaOS 2.0 */
border-top:1px solid #779977;
border-left:1px solid #779977;
border-right:1px solid #000000;
}

#mainmenu li.blank
{
width:4px;
}

#mainmenu li a:link, #mainmenu li a:visited,
#mainmenu li a:active, #mainmenu li a:hover
{
color:#e8ffe8;
font-weight:bold;
}

