/****************MENU**************************/
div#menu {
   position: absolute;
	width: 900px;
   top: 398px;
	left: 0;
   background:none;
	border-bottom: 5px solid #D3D3D3;
	height: 1.5em;}

div#menu ul {margin:0; padding: 0; width:100%;}

div#menu li { float: left; list-style: none;  
   width: 16.64%; /*14.27%;*/
	height: 1.5em;
   font-weight: bold;
   white-space: nowrap;
   text-align: center;
   margin:0; padding:0.1em 0;
	border:0;
	}

div#menu li a {
    font-size:105%;
	 width:100%;
    text-decoration: none;
    display:block;
    color: #000;
    padding: 0;
    margin: 0; }

div#menu li:hover { background-color: #D3D3D3; }
div#menu li.active a{ color: #C03F20; }