﻿#headermenu
{
    display:block;
    text-align:center;
    height:33px;    
    /*width:  100%;*/	
}
.items
{	
    margin:0 auto;
	font-size:95%;	
	width:1000px;
}

#footermenu
{
   text-align: center;
   padding: 10px;
}
.footermenulink
{
   font-size:75%;
   font-weight: normal;
   text-transform: uppercase;        
}
.footermenulink a
{
   text-decoration: none;
   color: #306487; 
}
.footermenulink a:hover
{   
	font-weight: bold;
	font-size:110%;
    color:white;
    border-bottom:solid 1px #a8d7ec;
}