#vista_toolbar {
	float:left;
	font:normal 12px 'Trebuchet MS','Arial';
	margin:0;
	padding:0;
	width: 950px;
	text-align: center;
}

#vista_toolbar ul {
	background-image:url(/images/toolbar/back.gif);
	background-repeat:repeat-x;
	float:left;
	line-height:32px;
	list-style:none;
	margin:0;
	padding:0px 10px 0 10px;
	width:940px;
}

#vista_toolbar li {
	display:inline;
	padding:0;
}

#vista_toolbar a {
	color:#FFF; /* need because it will use default link color */
	float:left;
	padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
	text-decoration:none;
}

#vista_toolbar a span {
	display:block;
	float:none;
	padding:0 10px 0 7px;
}

#vista_toolbar a span img {
	border:none;
	margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
	background: url(/images/toolbar/left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
	background:url(/images/toolbar/right.png) no-repeat right center;
}

#vista_toolbar a.right {
	float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

.search_link {
	position:relative;
	float:right;
}

.search_text_l {
	position:relative;
	float:right;
	background: url(images/left.png) no-repeat left center; 
	width:3px;
	height:24px;
	margin-top:4px; 
}

.search_text_r {
	position:relative;
	float:right;
	background: url(images/right.png) no-repeat right center; 
	width:10px;
	height:24px;
	padding:2px;
	padding-right:3px;
	width:104px;
	margin-top:2px; 
	<!--[if IE]>
	margin-top:13px; 
	<![endif]-->
}

.gui_search_input {
	position:relative;
	float:left;
	width:100px;
	font-family:tahoma;
	font-size:9px;
	margin-top:3px;
}
.gui_search_select {
	position:relative;
	float:left;
	width:100px;
	font-family:tahoma;
	font-size:9px;
	margin-top:3px;
}

<!--[if IE]>
.search_text_r {
	position:relative;
	float:right;
	background: url(images/right.png) no-repeat right center; 
	width:10px;
	height:24px;
	padding:2px;
	padding-right:3px;
	width:104px;
	margin-top:3px; 
}
<![endif]-->

.chromestyle ul li a {
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	font-family:verdana;
	font-size:14px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align: left;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0E51A3;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #FC8E35;
}