/*   Background Color and Width of Main Nav Bar   */


table#nav {
	margin-top:18px;
	margin-left:40px;
	background-color:#fff; 
	text-align:center; 
}


#nav img {
	padding:0; margin:0; border:0; 
} 



/*   Font and Size of Main Menus   */ 

table#nav a {
	border:none;
	display:block;
} 

table#nav a:hover { 
	color:#9EC4D1; text-decoration:underline; display:block; 
} 

table#nav td#current a {
	color:#2C3D59; /*    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:#333333; font-weight:normal;  } 

table#nav ul { 
	list-style: none; 
	background-color:#fff; 
	background-image:url(../images/top-nav-bg.jpg); 
	background-repeat:repeat-x; 
	border-left:2px solid #DFD9D1; 
	border-bottom:2px solid #DFD9D1; 
	border-right:2px solid #DFD9D1; } 

table#nav td.submenu ul.level2 { font-weight:normal; 
	z-index:800;
	text-align: left; 
	background-color: #fff; /* background color of submenus */
	padding: 0;
	margin: 0;
	display: none;
	/*  Change opacity here, all 4 lines  
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);*/
} 


table#nav td.submenu:hover ul.level2 { 	display: block; } 

table#nav td.submenu a:hover ul { display: block; } 

table#nav td.submenu ul.level2 li:hover { 
	background-color: #BFB5A7; /* hover color of submenus */
	background-image: url(../images/bg-level2-item.gif);
	background-repeat: no-repeat;
} 

table#nav td.submenu ul.level2 li:hover a { 
	/*color: #9B1D24;  hover color of submenus */
	color:#fff;
}

table#nav td.submenu li { 
	border-bottom: 1px dotted #858F7D; /*bottom border color of submenus*/ 
	padding:6px 6px 8px 8px; /* 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;
	text-decoration:none;
}

table#nav td.submenu ul.level2 {
	position:absolute;
	z-index:900;
	top:90px; /* If screen placement changes, update this value to align menus to top of window (also below) */
}

* html table#nav td.submenu ul.level2 {
	top: 89px; /* 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:89px; /* IE 7 hack */
} 

.turnedOn	
{
	color: #9DC3D1;
}
