
.searchbox{
width: 290px; /*width of menu*/
float: left;
margin: 2px;
padding-bottom: 5px;
}

.searchbox .headerbar{
font-family: verdana, arial, sans-serif;
font-size: 14px;
letter-spacing: 0px;
color: #11c411;
border: #333333 1px solid;
/*
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
background: #f4fdf4;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 2px 5px 2px 5px; /*31px is left indentation of header text*/
text-align: center;
white-space: nowrap;
}

.searchbox ul{
list-style-type: none;
margin: 0;
padding: 0;
padding-top: 1px;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
border: #dddddd 1px solid;
}

.searchbox label {
width: 95px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

/*
.submitbutton{
margin-left: 7.8em;
margin-bottom: 4px;
background: #ccccce;
}
*/

.submitimage {
margin-left: 43px;
}

.searchbox ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
font-variant:small-caps;
background: #f2f2f0;
white-space: nowrap;
font-size:14px;

}

.searchbox ul li a{
font: normal 12px Verdana;
color: black;
background: #c0c0c0;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
font-variant:small-caps;
text-align:left;
white-space: nowrap;
}

.searchbox ul li a:visited{
color: black;
}

.searchbox ul li a:hover{ /*hover state CSS*/
color: white;
background: #6c6c6c;
}