div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;

    background-color: white;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
  	/*font-weight: bold;*/
	  
	  font-size: 12px;
	 
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

div.suggestions div.current1 {
    color: #F96B07;
    font-weight: bold;
}







a
{
	color: #4B6400;
	text-decoration: none;
}

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


#menucontainer
{
	width: 100%;
	height: 28px;
	background: #6495ED;
	background-repeat:repeat-x;
	text-align: center;
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #6495ED;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-repeat:repeat-x;
	color: White;
	float:left;
	width:100%;
	letter-spacing: 1px;
	border-left: 1px solid Black;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1.5em;
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid Black;
}

#navcontainer ul li a:hover
{
	background-repeat:repeat-x;
	color: #485B06;
}

/* form elements */
input {
	font: Arial;
	color: Black;
	background: #FFFFF0;
	/*font-weight: bold;*/
	font-size: 12px;
}

/* form elements */
myinput {
	font: Arial;
	color: Black;
	background: #FFFFF0;
	/*font-weight: bold;*/
	font-size: 22px;
}

