@charset "utf-8";
/* CSS Document */
.dropmenudiv_a {
	margin-left:-1px;
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:20px;
	height:25px;
	z-index:100;
	width: 150px;
	visibility: hidden;
	text-align:left;
	color:#000000;
	height:25px;
}
.dropmenudiv_a a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 1px solid #003a6b; 
	border-top: 0px;
	padding: 0px 0px;
	text-decoration: none;
	color: white;
	background-color: #3fa5fa;
	height:25px;
}
.dropmenudiv_a a.sub_bottom {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0px solid #678b3f; 
	padding: 0px 0;
	text-decoration: none;
	color: white;
	background: transparent url(../images/sub_bottom.gif) bottom left no-repeat;
	background-position:0% 0px;
	height:25px;
}
.dropmenudiv_a a.sub_bottom1 {
	width: auto;
	display: block;
	text-indent: 5px;
	border:0px;
	padding: 0px 0;
	text-decoration: none;
	color: white;
	background: transparent url(../images/sub_bottom1.gif) bottom left no-repeat;
	background-position:0% 0px;
	height:25px;
}

.dropmenudiv_a a.subtop {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 1px solid #003A6B;
	border-bottom: 1px solid #003a6b; 
	padding: 0px 0;
	text-decoration: none;
	color: white;
}
* html .dropmenudiv_a a { 
	width: 100%;
}
.dropmenudiv_a a:hover { 
	background-color: #015dac;
	height:25px;
	color:white;
}
.dropmenudiv_a a:hover.subtop { 
	background-position:0% -25px;
	background-color: #015dac;
	height:25px;
	color:white;
	border-top: 5px solid #FFFFFF;
}
.dropmenudiv_a a:hover.sub_bottom { 
	background: transparent url(../images/sub_bottom.gif) bottom left no-repeat;
	background-position:0% -25px;
	height:25px;
	color:white;
}
.dropmenudiv_a a:hover.sub_bottom1 { 
	background: transparent url(../images/sub_bottom1.gif) bottom left no-repeat;
	background-position:0% -25px;
	height:25px;
	color:white;
}

#pointermenu2 {
	margin: 0;
	padding: 0;
}
#pointermenu2 ul {
	margin: 0;
	
	float: left;
	padding-left: 0px;
	font: 11px Arial;
}
* html #pointermenu2 ul { 
	margin-bottom: 1em;
	margin-left: 7px; 
}
#pointermenu2 ul li {
	display: inline;
}
#pointermenu2 ul li a {
	float: left;
	color: white;
	font-weight: 200;
	padding: 9px 10px 10px 11px;
	_padding : 9px 10px 10px 10px;
	text-decoration: none;
	border-right: 1px solid #003a6b;
}
#pointermenu2 ul li a.left_menu_item {
	float: left;
	color: white;
	font-weight: 200;
	padding: 9px 14px 10px 0px;
	text-decoration: 200;
	border-right: 1px solid #003a6b;
	background-position:0% 0px;
}
#pointermenu2 ul li a.left_menu_item:hover {
	float: left;
	color: #FFFFCC;
	font-weight: 200;
	padding: 9px 14px 10px 0px;
	text-decoration: none;
	border-right: 1px solid #003a6b;
	background-position:0% -45px;
}
#pointermenu2 ul li a.noborder_right {
	float: left;
	color: white;
	font-weight: 200;
	padding: 9px 0px 10px 10px;
	text-decoration: none;
	border-right: 0px solid #003a6b;
	background-position:100% 0px;
	
}
#pointermenu2 ul li a.noborder_right:hover {
	float: left;
	color: #FFFFCC;
	font-weight: 200;
	padding: 9px 0px 10px 10px;
	text-decoration: none;
	border-right: 0px solid #003a6b;
	background-position:100% -45px;
}
#pointermenu2 ul li a:visited {
	color: white;
}
#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected { 
	color: #FFFFCC;
}
#pointermenu2 ul li a#rightcorner {
	padding-right: 0;
	padding-left: 2px;
}

#dropmenu1_a
	{
		border-top:1px solid #003a6b;
	}
#dropmenu2_a
	{
		border-top:1px solid #003a6b;
	}
#dropmenu3_a
	{
		border-top:1px solid #003a6b;
	}