#cmsMenu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#cmsMenu ul {
	border: none;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#cmsMenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 10px 0px 1px 0px;
}

#cmsMenu ul li span {
	background-color: #F5F5F5;
	width: 128px;
	height: 20px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #C0C0C0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: xx-small;

}

#cmsMenu ul li a {
	background-color: #000066;
	width: 140px;
	height: 20px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #d8e8ff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: xx-small;

}
#cmsMenu ul li a:hover {
	background-color: #d8e8ff;
	border-right-color:#000;
	border-bottom-color:#000;
	color: #000066;
}

/*-----------------------------------------------------------------------------

..... Default Page Settings


-----------------------------------------------------------------------------*/

body {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

/*-----------------------------------------------------------------------------

..... Header


-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

..... Main Table Nav Bar


-----------------------------------------------------------------------------*/
div#nav {
	position: absolute;
	left: 8px;
	top: 100px;
}

div#nav table {
	border: none;
	padding: 0px;
}

div#nav table tr td {
	border: 1px solid #333333;
	padding: 4px 6px 4px 6px;
	background-color: #d8e8ff;
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

div#nav table tr td a,div#nav table tr td a:link,div#nav table tr td a:visited,div#nav table tr td a:active {
	font-weight: bold;
	font-size: 115%; /* font-size should be 80% */
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

div#nav table tr td.active {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
}

div#nav table tr td a:hover {
/*	border-bottom: 1px dotted; */
}

/*-----------------------------------------------------------------------------

..... Page Title


-----------------------------------------------------------------------------*/
div#page_title {

	background-color: #000066;
	color: #ffffff;
	float: left; 
	border: 1px solid #000066;
	padding-left: 4px; 
	padding-right: 30px; 
	padding-top: 1px; 
	padding-bottom: 1px;
	position: absolute;  
	height: 34px; 
	left: 5px;
	font-weight: bold;
	font-size: 24px;
	font-family: arial, helvetica, verdana, sans-serif;
	text-decoration: none;
}

div#page_info {

	padding: 0;
	margin: 0;
}

div#page_info table {
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
	padding: 0;
}
.bar1 {
	background-color:#dcdcdc;
	position:relative;
	text-align:left;
	height:1em;
	border:1px solid #333333;
}
.bar2 {
  	background-color:#000066;
  	position:relative;
  	text-align:left;
  	height:1em;
  	width:0%;
}