ul#nav {
	margin: 22px;
	padding: 0;
	list-style: none;
	height: 20px;
	color: #666 ;
	display: block; 
	clear: both;
	font-weight: bold;
	background: url(images/homebuttonsbluebaronly.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

/* this affects the buttons - width = width between buttons */
ul#nav li {
	float: left; 
	list-style: none;
	position: relative; 
	width: 120px;
	}
	
li ul {
	position: absolute;
	left: 10px; 
	display: none;
	}

ul.submenu {
    top: 20px;
    left: -48px;
    border-top: 1px solid #FFCC99;
    /*background: #356cac ;*/
    }

ul.submenu li { 
    color: white ;
    background: #356cac ;
    border-bottom: 1px solid #FFCC99;
    padding-left: 3px;
    padding-bottom: 3px;
    }


A.menuitem {
    text-decoration: none;
    font-weight: normal;
    font-size: 10pt;
    }

A.menuitem:link{
    color: #fff;
    }

A.menuitem:visited{
    color: #fff;
    }

A.menuitem:hover{
    text-decoration: none; 
    font-style: italic;
    }



li:hover ul, li.over ul { display: block; } /* The magic */

.btn {
    width: 100px;
    height: 20px;
    border: none;
}

