.a2_tabs
{
	width: 950px;
}

.a2_tabs ul
{
	padding: 3px 5px;
	margin-top: 2px;
	margin-right: -1px;
	font: normal 12px Verdana;
	list-style-type: none;
	text-align: right;
}

.a2_tabs li
{
	padding: 3px 0px;
	margin: 0px;
	display: inline;
	line-height: 20px;
	border: 1px solid white;
}

.a2_tabs li a
{
	padding: 8px 14px;
	margin-right: -5px;
	color: black;
	background-color: #FECE00;
}

.a2_tabs li.selected a:hover
{
	background: url(../image/link_search.jpg);
	color: #FECE00;
}

.a2_tabs li.selected a
{ 
	background: url(../image/link_search.jpg);
	color: white;
}

.dropmenudiv_b
{
	position:absolute;
	top: 0;
	border: 1px solid white;
	border-width: 1px;
	font: 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #FECE00;
	visibility: hidden;
}

.dropmenudiv_b a
{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid white;
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

.dropmenudiv_b a:hover
{ 	
	background-image: url(../image/link_slide.jpg);
	color: white;
}
