#navbartop_2line {
background-image: url(../images/new_gold-bar_background.gif);
	/*background-repeat: no-repeat;*/
		/*width: auto;*/
	margin: 0;
	padding: 0;
	width:100%;
	
}
 
#navbartop_2line ul {
	background-image: url(../images/new_gold-bar_background.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-weight: bold;
    height: 34px;
	border-bottom: #FFb935 solid 3px;
	margin: 0;
	padding: 0px 0px 0px 8px;
}

#navbartop_2line > ul a {
	width: auto;
}

#navbartop_2line li {
    list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
background-image: url(../images/new_gold-bar_background.gif);
background-repeat: no-repeat;
	background-position: right top;
}

#navbartop_2line a {
	background-image: url(../images/gold-bar_2line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #023499;
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
    line-height:1;
}

#navbartop_2line #selected a {
        background-image: url(../images/gold-bar_selected_2line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #cc6600;
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
        line-height:1;
}


#navbartop_2line #selected_last a {
	background-image: url(../images/gold-bar_selected_last_2line.gif);
	background-repeat: no-repeat;
	background-position: right top;

	color: #cc6600;
}

#navbartop_2line .last_link a {
	background-image: url(../images/new_gold-bar_background_last.gif);
background-repeat: repeat;
	background-position: right top;
}

#navbartop_2line a:hover {
        background-image: url(../images/gold-bar_selected_2line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #ffb935;
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
        line-height:1;
}

