div#new_button_menu
{
	margin:-3px 0 0 698px;
}

div.level1_container
{
	line-height: 20px;
}

div.container
{
	height: 20px;
	width: 300px;
	overflow: hidden;
}
div.level1
{
	float: left;
	cursor: pointer;
	_width: 40px;
}
div.level1 a
{
	text-decoration: none;
}
div.level1_title
{
	background: transparent none repeat scroll 0 0;
	font-size: 11px;
	height: 20px;
	padding: 0 10px 0 10px;
	color: #C5C57F;
	white-space: nowrap;
	cursor: pointer;
	font-weight: bold;
}
div.level1_separator
{
	float: left;
	background: transparent none repeat scroll 0 0;
	font-size: 11px;
	height: 20px;
	color: #c5c57f;
}
div.level2_container
{
	display: none;
	position: absolute;
	overflow: hidden;
	border: 0px;
	background: white;
	z-index: 100;
	/*margin: 0 auto;*/
	margin: 0 0 0 -10px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	max-width: 170px;
	_width: 170px;
	border-left: 1px #c3c0c0 solid;
	border-bottom: 1px #c3c0c0 solid;
	border-right: 1px #c3c0c0 solid;
	color: #C5C57F;
}

div.level2_container a div.menu_level2_link
{
	font-size: 11px;
	width: 100%;
	padding: 3px 0 3px 0;
	color: #C5C57F;
	cursor: pointer;
}
