/* Unchanged */
/*   Background Color and Width of Main Nav Bar   */


table#nav {
	/*background-color:#586F53; 
	background-image:url(../images/template/mainNav-bg-img.jpg); */
	background-repeat:repeat-x; 
	font-family:Arial, Helvetica, Sans-serif; 
	text-align:center; 
}


#nav img {
	padding:0; margin:0; border:0; 
} 



/*   Font and Size of Main Menus   */ 

table#nav a {
	font-size:15px; 
	color:#9E1819;
	text-decoration:none; 
	font-weight:bold; 
	display:block;
	padding-top:8px;
	padding-bottom:17px;
	*padding-top:10px;
	*padding-bottom:17px;
} 

table#nav a:hover { 
	color:#9EC4D1; text-decoration:underline; display:block; 
} 

table#nav td a.current {
	color:#78ABAF; /*    Use id="current" to highlight a <td> tag within the main nav to make "currently on"    */
} 


table#nav td { position:relative; text-align:left; } 

table#nav td.submenu a { text-align:center; } 

table#nav td.submenu ul.level2 a { text-align:left; color:#000; font-weight:normal;  } 

table#nav ul { list-style: none; } 

table#nav td.submenu ul.level2 { font-weight:normal; 
	z-index: 100;
	text-align: left; 
	background-color: #fff; /* background color of submenus */
	padding: 0;
	margin: 0;
	display: none;
	/*  Change opacity here, all 4 lines  */
	opacity: 0.92;
	-moz-opacity: 0.92;
	-khtml-opacity: 0.92;
	filter: alpha(opacity=92);
} 


table#nav td.submenu:hover ul.level2 { 	display: block;
	border-bottom: 1px solid #aa9c90;
	border-left: 1px solid #aa9c90;
	border-right: 1px solid #aa9c90;
} 

table#nav td.submenu a:hover ul { display: block; } 

table#nav td.submenu ul.level2 li:hover { 
	background-color: #9E1819; /* hover color of submenus */
} 

table#nav td.submenu ul.level2 li:hover a { 
	color: white; /* hover color of submenus */
	text-decoration:none;
}

table#nav td.submenu li { 
	border-bottom: 1px dotted #aa9c90; /* bottom border color of submenus */
	border-left: 1px solid #aa9c90;
	border-right: 1px solid #aa9c90;
	padding:5px 10px 5px 10px; /* padding of submenus */
	margin:0;
	width:185px; /*  submenu width (fixed)  */
	cursor: hand;								/* KMD: Change for MSIE div-clickable */
	behavior: url(css/menus.htc);		/* KMD: Change for MSIE div-clickable */
} 

table#nav td.submenu li a { 
	font-size:12px; /* Font size of submenus */
	font-family: Arial, Helvetica, sans-serif; /* Font of submenus */
	padding:0;
	margin:0;
}

table#nav td.submenu ul.level2 {
	position:absolute;
	z-index:200;
	top:232px; /* If screen placement changes, update this value to align menus to top of window (also below) */
}

* html table#nav td.submenu ul.level2 {
	top: 38px; /* IE positioning, update this value to align menus to top of window for IE only */
}

*:first-child+html table#nav td.submenu ul.level2 {
	top:38px; /* IE 7 hack */
} 

.turnedOn	
{
	color: #9DC3D1;
}
