/* CSS Document HTML Styles*/
#main_nav {
 /*  background-color:#b1c2d2;
  background-color:#ededcb;*/
  position:absolute;
	right:0px;
	top:82px;
}

#menu {
 /*  background-color:#b1c2d2;
  background-color:#ededcb;*/
	height:30px;
	margin:0px;
	list-style:none;
	z-index: 1;
}

#menu li {
	list-style-type:none;
	float:left;
}

#menu a {
	/*color:#1E4F9C;*/
	color:#1E4F9C;
	display:block;
	float:left;
	font-weight:bold;
	line-height:30px;
	padding:0 20px 0 20px;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}


#menu a:hover {
	color:#990000;
}
#menu table {
	border-collapse:collapse;
	left:0; top:-0px;
	padding:0;
	position:absolute;
	margin:0;
}

#menu table a {margin-top:2px}

#menu li:hover {
	position:relative; z-index:200;
}

#menu a:hover {
	position:relative;
	white-space:normal;
}

#menu :hover ul.sub {
	background: #FFF;
	height:auto;
	left:0px; top:28px;
	white-space:nowrap;
	width:130px;
	z-index: 2;
}

#menu :hover ul.sub li {
	float:left;
	font-weight:normal;
	height:23px;
	position:relative;
	width:130px;
	border:1px solid  #990000;
	border-top:none;
	text-align:left;
	background: #FFF;
}

#menu :hover ul.sub li a {
	border:none;
	display:inline;
	height:19px;
	font-weight:100;
	font-size:small;
	line-height:18px;
	text-decoration:none;
	color:#1E4F9C;
}

#menu :hover ul.sub li a:hover {
	color:#666666;
}

#menu ul {
	list-style:none;
	height:0;
	margin:0;
	padding:0;
	position:absolute;	left:-9999px;	top:-9999px;
	width:0;
}

#content{
	width:570px;
	float:left;
	margin-left:5px;
	padding:0 5px 0 5px;
	scrollbar-base-color: #CCCCCC;
	scrollbar-track-color:#1E4F9C;
	scrollbar-face-color:#CCCCCC;
	scrollbar-arrow-color: #1E4F9C;
}
