@charset "utf-8";

/********   HORIZONTAL MENU   *********/
.h_menu_list
{
	margin:0px;
	padding:0px;
	
	background:none;	
	list-style-image:none;
	list-style-type:none;
	
	margin-top:0px;
}

.h_menu_item
{
	margin:0px;
	padding:0px;	
	list-style-type: none;
	
	margin-bottom:0px;
	margin-left:0px;
	
	width:auto;
	height:auto;
	float:left;
}


.h_menu_bullet, .h_menu_bullet_last
{
	width:1px;
	height:90px;
	
	margin-left:12px;
	margin-right:12px;
}

.h_menu_bullet_last
{
	width:0px!important;
	margin:0px!important;
}

.h_menu_link:link, .h_menu_link:visited, .h_menu_link:active
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ab8e2a;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}

.h_menu_link:hover
{
	color:#fff;
	text-decoration:none;
}

#h_menu_current_link
{
	color:#fff;
}
