div.menu {
	background:url(../images/menu.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 20px;

}
div.top
{
	margin-top:-8px;
}
div.menu td {
text-align:center;
}

a.links {
cursor:pointer;
color:white;
font-size: 10px;
font-weight:bold;
text-decoration: none;
width:100%;
padding-left:5px;
}
a.links:hover {
color:#047cbb;
}

div.header { 
background:url(../images/header.png);
background-repeat: no-repeat;
background-position:center;

width:970px;
}

table.header img {
border:none;
padding-bottom:5px;
}
table.header {
padding-left:2px;;
}

td.together {
font-size:12px;
font-weight:bold;
padding-bottom:7px;
}



#navbar {
color:white;
font-size: 10px;
font-weight:bold;
    margin: 0;
    height: 1em; }
#navbar li {
    list-style: none;
	padding-right: 32px;
    float: left; }
#navbar li a {
    display: block;
    padding: 3px 8px;
    color: #fff;
    text-decoration: none; }

	#navbar li ul {
    display: none;
    width: 10em; /* Width to help Opera out */
    background-color: #e0194d;}

	
	#navbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; }
#navbar li:hover li {
    float: none; }
#navbar li:hover li a {
width: 100%;
    border-top: 1px solid #fff;
    color: white; }
#navbar li li a:hover {
width: 100%; }
