/*
This CSS file contains the default formatting
If you are customizing your own design I suggest you start of with this
*/


body{
                background-image: url('/graphics/bg.gif');
                background-color: #9d0000;
		font-family:Tahoma,Verdana,Arial,sans-serif; 
		font-size:80%;
                margin-top: 0px;
                margin-right: 0px;
                margin-left: 0px;
                margin-bottom: 0px;
                background-repeat: repeat-x;
}



/*
Menu CSS below
*/
#menunavigation{
margin: 5px 0px 0px 0px;
width: 120px;

position: relative;
float: center;
list-style: none;
}
#menunavigation ul {
margin: 0px;
padding: 0px;
font-size: 100%;
font-weight: bold;
font-size: 15px;
font-family: "Tahoma", sans-serif;
}

#menunavigation li { display: inline;}

#menunavigation a {
display: block;
text-decoration: none;
color: #ffffff;
padding: 5px 0px 5px 0px;
background-image: url(/graphics/button1.gif);
background-position: 50%;
background-repeat: no-repeat;
}

#menunavigation a:hover{
color: #ffffff;
background-image: url(/graphics/button2.gif);
background-position: 50%;
background-repeat: no-repeat;
} 

