.menu .padding {
	background-color: #FFFFFF;
	float: left;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 1px;
}

.menu {
	position: absolute;
	z-index: 100;
	background-color: #0164CC;
	background-repeat: repeat-x;
	border-left: 1px solid #FFFFFF;
	height: 24px;
	left: 0;
	margin: 0 0 0 20px;
	top: 108px;
	width: 963px;
}

* html .menu {
	width: 964px; 
	w\idth: 963px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;;
	position: relative;
	color: #4C4C4C;
	font-family: Verdana, Helvetica, sans-serif;
/*	height: 25px; */
}
	
/* style the links for the top level */
.menuButton, .menuButton:visited {
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	text-align: center;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	line-height: 10pt;
	white-space: nowrap;
}

.selected, .selected:visited {
	border-color:#FFFFFF #0055C3;
	border-style:solid;
	border-width:1px 1px 2px;
	background-repeat: repeat;
	color: #0055C3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
	display: block;
	/* padding-left: 6px;
	padding-right: 6px; 
	padding-top: 3px; */
	text-align: center;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	line-height: 10pt;
	background-color: #ffffff;
	padding: 5px 5px 0px;
}	

/* style the second level background */
.menu ul ul a.drop,.menu ul ul a.drop:visited {
	color: #0055C3;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 4px 7px 2px 8px;
	text-decoration: none;
	width: 180px;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background-color: #E4EEF7;
	color: #0055C3;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 4px 7px 2px 8px;
	text-decoration: none;
	width: 180px;
}

.menu ul ul :hover>a.drop {
	background-color: #E4EEF7;
	color: #0055C3;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 4px 7px 2px 8px;
	text-decoration: none;
	width: 180px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	background-color: #FFFFFF;
	border-bottom: 1px solid #0055C3;
	border-left: 1px solid #0055C3;
	border-right: 1px solid #0055C3;
	visibility: hidden;
	position: absolute;
	width: auto;
	left: 0;
	padding-bottom: 5px;
	top: 24px;
	z-index: 100;
	display: block;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top: 24px;;
	t\op: 25px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a,.menu ul ul a:visited {
	color: #0055C3;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 4px 7px 2px 8px;
	text-decoration: none;
	width: 180px; 
}

/* yet another hack for IE5.5 */
* html .menu ul ul a,* html .menu ul ul a:visited {
	width: 180px;;
	w\idth: 180px;
}

/* style the top level hover */
.menu a:hover {
	BORDER-RIGHT: #0055c3 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #fff 1px solid;
	DISPLAY: block;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	FLOAT: left;
	BORDER-LEFT: #0055c3 1px solid;
	CURSOR: pointer;
	COLOR: #0055c3;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #ffffff 2px solid;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	PADDING-bottom: 2px;
}

.menu ul ul a:hover {
	background-color: #E4EEF7;	
	color: #0055C3;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 4px 7px 2px 8px;
	text-decoration: none;
	width: 180px;
	font-style: normal;
	font-weight: normal;
	border-style: none;
	border-width: 0px 0px 0px 0px;
}

/* .menu :hover > a, .menu ul ul :hover > a {font-size:9pt; height:16px;} */
.menu :hover>a {
	BORDER-RIGHT: #0055c3 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #fff 1px solid;
	DISPLAY: block;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	FLOAT: left;
	BORDER-LEFT: #0055c3 1px solid;
	CURSOR: pointer;
	COLOR: #0055c3;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #ffffff 2px solid;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	PADDING-bottom: 2px;
}

.menu ul ul :hover>a {
	background-color: #E4EEF7;
	color: #0055C3;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 4px 7px 2px 8px;
	text-decoration: none;
	width: 180px;
	font-style: normal;
	font-weight: normal;
	padding: 5px 5px 2px;
	text-align: left;
	border-style: none;
	border-width: 0px 0px 0px 0px;
	padding: 4px 7px 2px 8px;
}

html>body .subMenuButtonLink {
	color: #0055C3;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 4px 7px 2px 8px;
	text-decoration: none;
	width: 180px; 
}

html>body .subMenuButtonLink:hover {
	height: 15px;
	color: #0055C3;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul {
	visibility: visible;
}

.leftNav {
	float: left;
	margin: 0;
	padding-bottom: 1px;
	width: 199px;
}

#lNav {
	/* border-bottom: 1px solid #6699DB; */
	float: left;
	margin: 0;
	padding: 0;
	width: 199px;
}

.navContainer1 {
	border-top: 1px solid #6699DB;
	float: left;
	margin: 0;
	padding: 2px 0;
	width: 199px;
}

html > body .navContainer2 {
	margin: 0 0 0 20px;
}
.navContainer2 {
	border-top: 1px solid #6699DB;
	float: left;
	margin: 0 0 2px 20px;
	padding: 2px 0 0;
	width: 135px;
}

a.aLeftNav {
	color: #0055C3;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 0;
	padding: 2px 1px 4px 6px;
	text-decoration: none;
	width: 96%;
}

a.aLeftNav:hover {
	background-color: #E4EEF7;
	color: #0055C3;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

#breadCrumbContainer {
	margin: 8px 0 0px 20px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 740px;
	z-index: 1;
}

.blueBold {
	color: #0055C3;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.mLeft10 {
	margin-left: 10px;
}

.mLeft15 {
	margin-left: 15px;
}
.mRight5 {
	margin-right: 5px;
}
