.SearchBox
{
	width: 250px;
	margin-left: 5px;	
	margin-top:3px;
	margin-bottom:3px;
}
.SearchBtnWeb
{
	background-color: #B56C33;
	cursor: hand;
	color:#ffffff;
	font-weight:bold;
}
.SearchBtnBook
{
	background-color: #D24949;
	cursor: hand;
	color:#ffffff;
	font-weight:bold;
}
.SearchBtnImage
{
	background-color: #488E0B;
	color:#ffffff;
	cursor: hand;
	font-weight:bold;
}
.SearchBtnVideo
{
	background-color: #672C70;
	color:#ffffff;
	cursor: hand;
	font-weight:bold;
}
.basictab
{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.basictab li
{
display: inline;
margin: 0;
}
.basictab li a
{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
/*background-color: white;*/
background-color: #CAD8FB;
color: black;
}
.basictab li a:visited
{
color: black;
}
.basictab li a:hover
{
background-color: #DCEDFD;
color: black;
text-decoration: none;
}
.basictab li a:active
{
color: black;
}
.basictab li.selected a{ 
position: relative;
top: 1px;
padding-top: 4px;
color: black;
}

.submenustyle{
padding: 2px 1px;
border: 1px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
background-color: #CAD8FB;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:hover{
background-color: #ebffff;
}
