/* Caduceus Menu CSS */

#menubar {
	background: #133852;
	height: 24px;
	overflow: visible;
	margin: 0;
	clear: both;
	float: left;
	width: 100%;
	padding: 0px;
	line-height: 100%;
	z-index: 2;
	position: relative;
}

.menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	overflow: visible;
}

.menu ul {
	width: 125px;
	background: #133852;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}

.nb {
	border: none;
}

.menu ul:hover>li:first-child>a {
	color: #133852;
}

.menu ul:hover>li:last-child>a {
	display: block;
	height: 4px;
	background: url(../images/menu/mbtm2.jpg) bottom no-repeat;
}

.menu .active, .menu ul:hover {
	background-image: url(../images/menu/mtop2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.menu a {
	color: #fff;
}

.menu .active a, .menu .top a:hover {
	color: #133852;
}

.menu ul .top a, .menu ul .item a {
	display: block;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

.menu ul .top a {
	border-bottom: 1px #fff solid;
}

.menu ul .item a {
	color: #133852;
	background: #fff;
	border-top: 1px #133852 dotted;
}

.menu ul .item a:hover {
	background: #133852;
	color: #fff;
}

.menu ul .btm {
	height: 4px;
	background: url(../images/menu/mbtm2.jpg) bottom no-repeat;
	background-color: #FFFFFF;
}

.menu ul .item, .menu ul .btm {
	display: none;
}

.menu ul:hover .item, .menu ul:hover .btm {
	display: block;
}
