.guiMenu_container {
	border					: none;
}

.menubar {
	background				: none;
	border					: none;
	height					: auto;
}

.menulist li {
	float					: none;
	margin					: 0 0 2px 0;
}

.menulist a:link, .menulist a:hover, .menulist a:visited, .menulist a:active {
	font-family				: "Calibri Bold",Arial,Helvetica,sans-serif;
	color					: #FFFFFF;
	background				: none;
	border					: none;
	font-size				: 12px;
	font-weight				: bold;
	margin					: 0;
	padding					: 0 25px 0 0;
	height					: 33px;
	line-height				: 33px;
	text-align				: right;
	text-transform			: uppercase;
	width					: 119px;
}


.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	font-family				: "Calibri Bold",Arial,Helvetica,sans-serif;
	color					: #FFFFFF;
	background				: none;
	border					: none;
	font-size				: 12px;
	font-weight				: bold;
	margin					: 0px;
	padding					: 0 25px 0 0;
	height					: 33px;
	line-height				: 33px;
	background-image		: url(../images/Template/bg-menu-hover.png);
	background-repeat		: no-repeat;
	background-position		: right top;
	text-transform			: uppercase;
}

.menulist a.highlighted {
	font-family				: "Calibri Bold",Arial,Helvetica,sans-serif;
	color					: #FFFFFF;
	background				: none;
	border					: none;
	font-size				: 12px;
	font-weight				: bold;
	margin					: 0px;
	padding					: 0 25px 0 0;
	height					: 33px;
	line-height				: 33px;
	background-image		: url(../images/Template/bg-menu-hover.png);
	background-repeat		: no-repeat;
	background-position		: right top;
	text-transform			: uppercase;
}

.menulist a .subind {
	
}

.menulist ul a .subind {

}

.menulist_first {

}

.menulist_last {

}

.menulist .menulist_active A {
	background-image		: url(../images/Template/bg-menu-hover.png);
	background-repeat		: no-repeat;
	background-position		: right top;
}

/* Sub menu items */
.menulist_item {
	top						: 0;
	left					: 151px;
	border					: none;
	background				: none;
	background-color		: #0a4883;
	width					: 210px;
	background-image		: url(../images/Template/bg-menu.png);
	background-repeat: repeat-y;
	background-color:#0A4883;	
}

.menulist_item li {
	margin					: 0;
}

.menulist_item>li:last-child {
	margin-bottom			: 1px;
}

.menulist_item ul {
	top						: 0;
	background				: none;
	background-color		: #5D5D5D;
}

.menulist_list a {
	white-space				: nowrap;
}

.menulist_item a:link, .menulist_item a:visited, .menulist_item a:hover, .menulist_item a:active, .menulist_item a.highlighted {
	font-family				: "Calibri Bold",Arial,Helvetica,sans-serif;
	color					: #FFFFFF;
	background				: none;
	border					: none;
	font-size				: 12px;
	font-weight				: bold;
	margin					: 0;
	padding					: 0px 0px 0px 10px;
	height					: 33px;
	line-height				: 33px;
	text-align				: left;
	text-transform			: uppercase;
	width					: auto;
}	

.menulist_item a:hover, .menulist_item a.highlighted:link, .menulist_item a.highlighted:visited, .menulist_item a.highlighted:hover, .menulist_item a.highlighted:active, .menulist_item a.focus {
	font-family				: "Calibri Bold",Arial,Helvetica,sans-serif;
	color					: #FFFFFF;
	background				: none;
	border					: none;
	font-size				: 12px;
	font-weight				: bold;
	margin					: 0px;
	padding					: 0px 0px 0px 10px;
	height					: 33px;
	line-height				: 33px;
	background-image		: url(../images/Template/bg-menu-hover.png);
	background-repeat		: no-repeat;
	background-position		: right top;
	background-color: #0A4883;
	text-transform			: uppercase;
	width					: auto;
}

.menulist_item a .subind {
	
}

.menulist_item ul a .subind {
	
}

.menulist_item LI.menulist_item_first {
	padding-top:0px;
}

.menulist_item LI.menulist_item_last {
	padding-bottom:0px;
}

.menulist_item .menulist_active A {
	color					: #eab92c;
}
