/* Controls the look of the linked text in the default state in the top level of menu */
#bottomNav a:link, 
#bottomNav a:active,  
#bottomNav a:visited, 
#bottomNav a {
	border-right: solid 2px black;
	padding: 0px 15px 0px 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
}

/* Controls the look of the linked text when it has been rolled over
and the mouse is on the submenu in the top level of menu */
#bottomNav:hover a, 
#bottomNav:hover {
	color: #B1C7EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
}

/* Controls the look of the linked text in the rolled over state of the top level of menu */
#bottomNav a:hover {
	border-right: solid 2px black;
	padding: 0px 15px 0px 15px;
	color: #B1C7EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
}

/* Controls the look of the background of the top level navigation items */
#bottomNav {
	border: 0px;
	padding: 0px;
	line-height: 10px;
	background-color: transparent;
}

/* Controls the non-rolled over state of the pop up menu items */
#bottomNav ul li a:link, 
#bottomNav ul li a:active, 
#bottomNav ul li a:visited, 
#bottomNav ul li a {
	border-right: 0px;
	text-indent: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	border-bottom: 1px solid #B1C7EB;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Controls the background block of the items in the pop up menu */
#bottomNav ul li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	line-height: 12px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Controls the rolled over state of items in the pop up menu */
#bottomNav ul li a:hover {
	color: #000000;
	border-bottom: 1px solid #3366CC;
	background: #A00945;
	text-decoration: none;
	text-indent: 0px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#bottomNav ul {
	margin-top: -22px;
	background-color: #FFFFFF;
	border: 1px solid #3366CC;
	width: 150px;
	padding-right: 20px ;
	padding-top: 6px;
}
