/*menu base*/

#menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#menu ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#menu ul li {
	display: inline;
	position:relative;
}
#menu li {
	text-align:left;
	MARGIN: 0px;
	PADDING: 0px;
	DISPLAY: block;
	HEIGHT: 30px;
	width:auto;
	FLOAT: left;
	border-right:#ffffff 2px solid;
	_width:40px;
	min-width:40px;
}
#menu a {
	white-space:nowrap;
	color: #0278AD;
	margin:0px;
	padding: 0px;
	DISPLAY: block;
	TEXT-DECORATION: none;
	font:normal 14px verdana, arial, 'sans serif';
	height:30px;
	width:100%;
	padding:2px 0px 0px 0px;
}
#menu ul li a {
	white-space:nowrap;
	width:auto;
	background:url(../img/menu.gif) bottom right no-repeat;
	color: #0278AD;
	height:30px;
	padding:2px 32px 0px 32px;
	margin: 0px;
	text-decoration: none;
	font:normal 14px verdana, arial, 'sans serif';
}
#menu ul li.hme a, #menu ul li.hmexc a {
	padding:2px 30px 0px 0px;
}
#menu ul li:hover a {
	color:#ffffff;
	background-color:#0278AD;
}
#menu .xc a {
	color:#ffffff;
	background-color:#0278AD;
}
.dropmenudiv {
	position:absolute;
	left:0;
	top: 32px;
	border: 1px solid #AAA9A9;
	margin: 0px;
	padding:0px;
	line-height:10px;
	z-index:100;
	background: #ffffff;
	width: 220px;
	display:none;
	opacity: .9;
	filter: alpha(opacity = 90);
}
#menu ul li:hover .dropmenudiv {
	display:block;
}
#menu .dropmenudiv a {
	text-align:left;
	display:block;
	height:20px;
	width:200px;
	padding:0px;
	min-width:200px;
	font:10px arial, 'sans serif';
	text-transform: titlecase;
	color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	border:#999999 1px solid;
	background:#0278AD;
}
#menu .dropmenudiv a:hover {
	color:#073771;
	font: 10px arial, 'sans serif';
}
#menuactive {
	background-color:#999999;
}
/*left menu items*/

.childlist, .childlist ul {
	height:150px;
	list-style:none outside none;
	margin:0;
	padding:0;
	width:100%;
}
.childlist ul {
	display:none;
	height:auto;
	left:-1px;
	position:absolute;
}
.childlist ul ul {
	left:128px;
	margin-top:0;
	top:-1px;
}
.childlist li {
	display:block;
	float:left;
	margin-right:-1px;
	position:relative;
	width:130px;
}
.childlist ul li {
	float:none;
	margin:0 0 -1px;
	text-align:center;
}
.childlist ul > li:last-child {
	margin-bottom:1px;
}
.childlist a {
	display:block;
	height:100%;
	text-align:center;
	text-decoration:none;
	width:100%;
}
.childlist a .subind {
	display:none;
}
.childlist ul a .subind {
	display:block;
	float:right;
}
.childlist a {
	float:left;
}
.childlist ul a {
	float:none;
}
.childlist a {
	float:none;
}
* html .childlist ul li {
	float:left;
	height:1%;
}
* html .childlist ul a {
	height:1%;
}
.childlist {
	height:auto;
	margin-top:20px;
	width:240px;
}
.childlist ul {
	float:left;
	height:15px;
	list-style:none outside none;
	margin:0;
	padding:0;
	width:240px;
}
.childlist ul {
	display:none;
	height:auto;
	left:0;
	position:absolute;
	top:10px;
	width:240px;
}
.childlist li {
	display:block;
	height:auto;
	margin:0 0 5px;
	padding:0 0 5px;
	position:relative;
	text-align:center;
	width:240px;
}
.childlist a {
	background:url("../img/cmenu.gif") no-repeat scroll 0 4px transparent;
	color:#999999;
	display:block;
	font:10pt tahoma, arial, helvetica, sans-serif;
	height:auto;
	margin:0;
	padding-left:10px;
	text-align:left;
	text-decoration:none;
	width:230px;
}
.childlist a.xc {
	color:#0278AD;
	width:230px;
}
.childlist a:hover, .childlist a.highlighted:hover, .childlist a:focus {
	background:url("../img/cmenu.gif") no-repeat scroll 0 4px transparent;
	color:#0278AD;
	display:block;
	font:10pt tahoma, arial, helvetica, sans-serif;
	height:auto;
	text-align:left;
	text-decoration:none;
	width:230px;
}

