#div_tray
{
	height:45px;
	background:url("/images/base/tray_bg.png");
	overflow:hidden;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	width:auto;
	margin:0 15px;
}

#div_tray_top_left, #div_tray_top_right, #div_tray_bottom_left, #div_tray_bottom_right
{
	width:10px;
	height:10px;
}

#div_tray_bottom_left, #div_tray_bottom_right
{
	margin-top:37px;
}

#div_tray_top_left
{
	background:url(/images/base/tray_top_left.png) no-repeat;
	float:left;
}

#div_tray_top_right
{
	background:url(/images/base/tray_top_right.png) no-repeat;
	float:right;
}

#div_tray_bottom_left
{
	background:url(/images/base/tray_bottom_left.png) no-repeat;
	float:left;
}

#div_tray_bottom_right
{
	background:url(/images/base/tray_bottom_right.png) no-repeat;
	float:right;
}

#div_tray ul
{
	margin:0 20px;
	list-style:none;
}

#div_tray li
{
	display:inline;
}

#div_tray li a
{
	color:#404040;
	display:block;
	float:left;
	padding:14px 0;
	background:url("/images/base/tray_seperator.gif") 100% 0 no-repeat;
	text-decoration:none;
	min-width:90px;
	_width:90px;
	text-align:center;
}

#div_tray li a:hover
{
	background:url("/images/tray-hover.gif");
	color:#fff;
	font-weight:bold;
	letter-spacing:1.5px;
}

#div_tray li#active a
{
	cursor:default;
	font-weight:bold;
	letter-spacing:2px;
	color:#FFF;
	background:#090 url("/images/tray-active.gif") !important;
}

#div_tray li a:hover
{
	background-color:#9F9F9F;
	color:#FFF;
}

#div_search
{
	float:right;
}

#div_search #div_search_input
{
	background-color:#FFF;
}

#div_search #div_search_input input
{
	color:#404040;
}


#div_search div
{
	position:relative; width:185px;
}

#div_search #div_search_input
{
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:30px;
	background:url("/images/base/search_input.gif") 0 0 no-repeat;
	overflow:hidden;
}

#div_search #div_search_input input
{
	width:136px;
	margin:8px;
	border:0;
	font:14px "arial",sans-serif;
}

#div_search #div_search_submit
{
	position:absolute;
	top:0;
	right:0;
	width:30px;
}

.search_button, .search_button_disabled
{
	background:url(/images/base/search_submit.gif);
	border:none;
	width:29px;
	height:30px;
	cursor:pointer;
}

.search_button:hover
{
	background:url(/images/base/search_submit_hover.gif) !important;
}

.search_button_disabled
{
	background:url(/images/base/search_submit_disabled.gif) !important;
}
