#left ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #284782;
	z-index: 10;
}

#left ul.menu li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: .8em;
	border-bottom: 1px solid #284782;
	background-color: #7680AF;
	z-index: 10;
}

#left ul.menu li a {
	color: white;
	text-decoration: none;
	z-index: 10;
}

#left ul.menu li:hover {
	background-color: #284782;
	z-index: 10;
}

#left ul.menu, #left ul.menu li {
	position: relative;
	list-style: none;	
}

#left ul.menu li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -999em;
	left: -1px;
	z-index: 99;
}

#left ul.menu li:hover ul {
	top: 0;
	left: 15em;
	width: 15em;
	background-color: #7680AF;
	border: 2px solid #284782;
	list-style: none;
	z-index: 99;
	
}

#left ul.menu li:hover ul li {
	width: 15em;
	font-size: 0.9em;
	background-color: #7680AF;
	z-index: 99;
	
}

#left ul.menu li:hover ul li a {
	color: white;
	z-index: 99;
}

#left ul.menu li:hover ul li:hover {
	background-color: #284782;
	z-index: 99;
}

#left ul.menu li:hover ul li:hover a {
	color: white;
	z-index: 99;
}

#home_header ul.top_links
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	margin-left: 24px;
	*margin-left: 18px;
	margin-top: 85px;
}

#home_header ul.top_links li
{
	display: inline;
	float: left;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

#home_header ul.top_links li a {
	color: white;
	text-decoration: none;
}

#home_header ul.top_links li:hover
{
	background-color: #7680AF;
}

/* Second tier */

#home_header ul.top_links li ul
{
	background-color: #7680AF;
	display: none;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 15em;
}

/* When the user hovers over a list item, we'll then make the nested unordered list visibile*/

#home_header ul.top_links li:hover ul
{
	display: block;
	z-index: 15;
}

#home_header ul.top_links li ul li
{
	border: 1px solid #284782;
	background-color: #7680AF;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	font-weight: normal;
	z-index: 15;
}

#home_header ul.top_links li ul li a
{
	padding-left: .3em;
	display: block;
	height: 100%;
	z-index: 15;
}

#home_header ul.top_links li ul li:hover a
{
	background-color: #FCAF3F;
	padding-left: .3em;
	display: block;
	height: 100%;
	z-index: 15;
}

.noBorder
{
	border: none;
}

//Inside Pages//

#header ul.inside_top_links
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#header ul.inside_top_links li
{
	display: inline;
	float: left;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 10px;
	*padding-top: 15px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

#header ul.inside_top_links li a {
	color: white;
	text-decoration: none;
}

#header ul.inside_top_links li:hover
{
	background-color: #7680AF;
}

/* Second tier */

#header ul.inside_top_links li ul
{
	background-color: #7680AF;
	display: none;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 15em;
}

/* When the user hovers over a list item, we'll then make the nested unordered list visibile*/

#header ul.inside_top_links li:hover ul
{
	display: block;
	z-index: 15;
}

#header ul.inside_top_links li ul li
{
	border: 1px solid #284782;
	background-color: #7680AF;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	font-weight: normal;
	z-index: 15;
}

#header ul.inside_top_links li ul li a
{
	padding-left: .3em;
	display: block;
	height: 100%;
	z-index: 15;
}

#header ul.inside_top_links li ul li:hover a
{
	background-color: #FCAF3F;
	padding-left: .3em;
	display: block;
	height: 100%;
	z-index: 15;
}

.noBorder
{
	border: none;
}