﻿#navMenu {
	width: 550px;
	height: 30px;
	margin: 0;
	float: left;
	display: block;
	border-style: solid;
	border-color: #3e72a5;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 5px;
	border-left-width: 0;
	margin-top: 55px;
}
* html #navMenu {
	width: 530px;
	height: 30px;
	margin: 0;
	float: left;
	clear: both;
	border-style: solid;
	border-color: #3e72a5;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 5px;
	border-left-width: 0;
	margin-top: 55px;
}
#tab {
	margin: 0;
	top: 0;
}
#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#tab li {
	display: inline;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}
#tab a {
	background: #000000 url("../images/right_2.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
}
#tab a span {
	display: block;
	background: url("../images/left_2.gif") no-repeat left top;
	padding: 0 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
}
#tab a:hover, #tab li.item_active a {
	background-position: right bottom;
	border-color: #FF9300;
}
#tab a:hover span, #tab li.item_active a span {
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a#last {
	background: #000000 url("../images/right_R.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
}
a#last span {
	display: block;
	background: url("../images/left_R.gif") no-repeat left top;
	padding: 0 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
}
#tab li.item_active a#last {
	background-position: right bottom;
	border-color: #FF9300;
	background: url("../images/left_R.gif") no-repeat;
}
#tab a#last:hover span, #tab li.item_active a#last span {
	background-position: left bottom;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
/****************************************************************************************************************************************/
/***************************************     MENU BAR COME RIBOCMS         **************************************************************/
/****************************************************************************************************************************************/
.menu_bar {
	margin-top: 27px;
	#margin-top: 27px;
	float: left;
	width: 100%;
	padding-top: 0px;
	#margin-bottom: 10px;
	clear:both;
	display:block;
}

.menu_bar ul {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	float: left;
	list-style-type: none;
}
.menu_bar ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	display: inline-block;
	font-size: 12px;
	width: 110px;
	font-weight: bold;
	text-align: center;
}
.menu_bar ul li a {
	height: 25px;
	display: block;
	padding-top: 8px;
	color: #DDDDDD;
	text-decoration: none;
	padding-right: 10px;
	border-bottom: 0px;	

}
.menu_bar ul li a:hover {
	color: #FFFFFF; background:url('../images/menuhover.png') repeat-x left top;
}
.menu_bar ul li a.active {
	background-image: url('../images/tick.gif');
	background-repeat: no-repeat;
	background-position: left;
	color: #ffffff;
}
li.hover em {
	font-weight: normal;
	background: url('../images/hover.png') no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}
