div#menu_left {
	background: url(../images/head1.gif) repeat-x;
	float: left;
	height: 41px;
}

div#menu_left_brd {
	float: left;
}


 div#menu_right_brd {
	float: left;
}

div#menu_right {
	background: url(../images/head1_r.gif) repeat-x;
	float: left;
	border-left: 1px solid white;
}

div#maindropmenu ul.menu ul {
	display: none;
}

div#maindropmenu ul.menu {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Arial';
	text-align: left;
	font-weight: bolder;
	font-size: 11px;
	text-transform: uppercase;
}

div#maindropmenu ul.menu li {
	position: relative;
	float: left;
	display: block;
	z-index: 9999;
}

div#maindropmenu ul.menu li a {
	color: white;
	display: block;
	line-height: 41px;
	padding: 0px 6px;
}

div#maindropmenu ul.menu li a:hover {
	text-decoration: none;
	background-color: #16b4f5;
}

div#maindropmenu ul.menu ul {
	margin: 0px;
	padding: 0px;
	background: #0d6eca;
	position: absolute;
	text-transform: none;
	top: 42px;
	z-index: 9999;
}

div#maindropmenu ul.menu ul li {
	float: none;
	width: 210px;
	margin: 0px;
}

div#maindropmenu ul.menu ul ul {
	left: 211px;
	top: 0px
}

div#maindropmenu ul.menu ul .sub {
	background: #0d6eca url(../images/arrow1.gif) 198px 8px no-repeat;
}

div#menu_right ul.menu ul ul {
	left: -211px;
	top: 0px;
	width: 210px;
}

div#maindropmenu ul.menu ul li a {
	line-height: normal;
	padding: 3px 7px 4px;
}
