@charset "UTF-8";
/* CSS Document */
#menu {
	width: 798px;
	margin-right: auto;
	height: 25px;
	background-color: #1E4164;
	margin-left: auto;
	padding-right: 1px;
}
#menu ul {
	list-style: none;
	width: 114px;
	padding: 0;
	float: left;
	background-position: 55px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8;
	margin-left: 0;
}
#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
	text-align: left;
}
#menu li {
	position: relative;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
#menu ul ul {
	position: absolute;
	z-index: 600;
	left: 0%;
	top:100%;
}
#menu ul ul a{
	/*margin-left: -1px;
	margin-bottom: -1px;
	height: 18px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	border:solid #666666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#menu ul ul ul {
	position: absolute;
	z-index: 600;
	top: 0;
	left: 100%;
}
#menu ul ul li {
	position: relative;
	width: 150px;
	list-style-type: none;
}

/*sub menu-state format*/
#menu a, #aRollOver{
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu #aRollOver{
	text-align: center;
	background-image: url(images/mBtn.gif);
	color: #FFFFFF;
	height: 21px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #002037;
	border-left-color: #244F79;
}

/*rollover hover*/
#menu a:hover {
	color: #a00;
	background: #fff;
}
#menu #aRollOver:hover{
	background-image: url(images/mBtn_over.gif);
}

#menu #aRollOver:hover ul ul{
	display: none;
}

/*hide-show sub menus*/
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display: block;
}

/*sub page menus*/
#rColumn ul{
	z-index: 600;
	margin: 0;
	padding: 0;
	width: 0px;
	list-style-image: none;
	list-style-type: disc;
}
#rColumn ul a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#rColumn ul li {
	position: relative;
	list-style-type: none;
	background-color: #E2E2E2;
	text-align: center;
	width: 200px;
	background-image: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBBBB;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#rColumn ul li:hover {
	background-color: #FAFAFA;
}
#rColumn ul a:hover{
	color: #BF311A;
}
#rColumnDivide{
	height:100%;
	border-bottom-color:#999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding:10px;
	padding-bottom:0px;
}
#rColumnDivide p{
	font-style:italic;
	text-align: center;
}
#main {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
 }
