/* CSS Document */
#menucontainer{
	width:800px;
	height:35px;
	background-color:transparent;
	margin:0;
	padding:0;
	float:left;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left;
}

#menucorner{
width:20px;
height:35px;
background-color:transparent;
margin:0;
padding:0;
float:left;
}

#menucorner2{
width:20px;
height:35px;
background-color:transparent;
margin:0;
padding:0;
float:left;
}

#menutextcontainer{
width:628px;
height:35px;
margin:0;
padding:0;
background-color:transparent;
float:left;
}

#menutextcontainer2{
width:auto;
height:35px;
margin:0;
padding:0;
background-color:transparent;
float:left;
}


#menu{
width:760px;
height:35px;
margin:0;
padding:0;
background-color:#ffc800;
float:left;
}

#menu ul{
margin:0;
padding:0;
float:left;
width:100%;
background-color:transparent;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

#menu li{
display:inline;
}

#menu ul a{
font-size:10px;
margin:8px 0 0 0;
padding:0.5em 1em;
background:center no-repeat;
float:left;
}

#menu a:link{
color:#000000;
text-decoration: none;
background:center no-repeat
}

#menu a:visited{
color: #000000;
text-decoration: none;
}

#menu a:hover{
text-decoration:underline;
background:center no-repeat;
}

