/*   SEARCH BOX	*/
div#search
{
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:2px;
text-align:right;
}

.searchbox
{
background:#ccc;
border:1px solid;
border-color:#FFFFFF;
}

.searchbutton
{
position:relative; top:3px;
}
/*	SEARCH BOX	*/

div#header
{
width:800px;
margin-left:auto; margin-right:auto;
margin-top:5px;
}

div#menucontainer
{
overflow:hidden;
float:left;
width:798px;
border-left:1px solid white;
border-right:1px solid white;
/*border-bottom:1px solid white;*/
}

ul#mainmenu
{
width:800px;
overflow:hidden;
float:left;
padding:0;
margin:0;
list-style-type:none;
}

#mainmenu a 
{
width:100px;
float:left;
text-decoration:none;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-shadow:0.3em 0.3em 0.4em #000066;
background-color:#e6e60f;
border-bottom:1px solid white;
color:#000099;
padding-top:3px;
padding-bottom:3px;
}

#mainmenu a:hover 
{
/*background-color:#FFFF66;*/
/*color:#2100ff;*/
color:#155ffc;
}

#mainmenu li
{
display:inline;
}