/***** HORIZONTAL MENU *****/

DIV#main DIV#body DIV#content DIV#h_menu{
	width: 417px;
	height: 32px;
	line-height: 32px;
	float: right;
	font-size: 0px;
}

DIV#main DIV#body DIV#content DIV#h_menu A{
	color: #ffffff;
	line-height: 32px;
	margin: 0px;
	padding: 9px 17px 7px 17px;
	position: relative;
	top: 0px;
	font-size: 11px;
}

DIV#main DIV#body DIV#content DIV#h_menu A:hover{
	background: #8FAEBF url('../images/ext_menu_arrow.gif') no-repeat center 1px;
}

DIV#main DIV#body DIV#content DIV#h_menu A.active{
	color: #fdae59;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV{
	height: 100%;
	float: left;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.left{
	width: 16px;
	background: url('../images/h_menu_l.gif') no-repeat right top;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.center{
	width: 385px;
	background: url('../images/h_menu_bg.png') repeat-x center top;
	text-align: center;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.right{
	width: 16px;
	background: url('../images/h_menu_r.gif') no-repeat left top;
	position: relative;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.ext{
	background: url('../images/h_menu_r_ext.gif') no-repeat left top;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.extra{
	cursor: pointer;
	cursor: hand;
	height: 31px;
	border-bottom: 1px solid #C5D3DA;
	background: #8faebf url('../images/ext_menu_arrow.gif') no-repeat center 25px;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.right UL{
	position: absolute;
	top: 32px;
	right: 0px;
	width: 150px;
	background: #8faebf;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: none;
	z-Index: 1000;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.right UL LI{
	float: right;
	width: 150px;
	border-bottom: 1px solid #C5D3DA;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.right UL LI A{
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px;
	margin: 0px;
	line-height: 20px;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.right UL LI A:hover{
	background: #6E90A2;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.right UL LI A.active{
	color: #FFC17F;
}

DIV#main DIV#body DIV#content DIV#h_menu DIV.extra UL{
	display: block;
}