#nav, #nav ul {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.7em;
	background-color: #ffffff;
	float: left;
	width: 239px;/* Width of div behind menu that controls top and bottom border lengths of the sub menu*/
	background-position: left top;
} 

#nav li {
	margin: 0px;
	padding: 0px;
	width: 165px;/* Width of left Menu */
	background-color: #ffffff; 
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #00669a;
	position: relative;
	float: left;
}

#nav li.sub2 {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 235px;/* Width of right Menu, Must also change the li a width to see a difference and the #nav, #nav ul width */
	background-color: #ffffff;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #00669a;
	position: relative;
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	margin-top: -1.7em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00669A;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00669A;
	padding-bottom: 0px;
} 

#nav li a {
	width: 235px; /* Width of right Menu links, Must also change the li.sub2 width to see a difference and the #nav, #nav ul width*/
	display : block;
	color : #00746b;
	text-decoration : none;
}

#nav li a:hover {
	background-color: #00669A;
	margin-left: -20px;
	padding-left: 20px;
	color: #FFFFFF;
}

#nav li a.left_column {     /* This hover is shorter then the right menus hover so there is no over lap or hangover */
	width: 165px;
	display : block;
	color : #00746b;
	text-decoration : none;
}

#nav li a.left_column:hover {    /* added in to match the a/left_column */
	background-color: #00669A;
	margin-left: -20px;
	padding-left: 20px;
	color: #FFFFFF;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: 165px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
}