/*   Background Color and Width of Main Nav Bar   */


table#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #fbf8d9;
	text-align: center;
	color: #333; 
	height:188px;
	*height:181px; 	
	width:140px; 
}


#nav img {
	padding:0; margin:3px 0px 0px 0px; border:none; 
} 



/*   Font and Size of Main Menus   */ 

table#nav a {
	font-size:13px; 
	color:#333; 
	text-decoration:none; 
	display:block;
	padding:5px 0px 5px 0px;
} 

table#nav a:hover { 
	color:#333;
	text-decoration:none;
	display:block; 
	background-color: #eee8af;
} 

table#nav td#current a {
	color:#eee8af; /*    Use id="current" to highlight a <td> tag within the main nav to make "currently on"    */
} 


table#nav td { position:relative; text-align:center; } 

table#nav td.submenu a { text-align:center; } 

table#nav td.submenu ul.level2 a { text-align:left; color:#333; font-weight:normal;  } 

table#nav ul { list-style: none; border:2px solid #eee8af; } 

table#nav td.submenu ul.level2 { font-weight:normal; 
	z-index: 100;
	text-align: center; 
	background-color: #eee8af; /* background color of submenus */
	padding: 0;
	margin-top: -27px;
	*margin-top: -33px;  /* IE hack */
	margin-left:140px;
	*margin-left:70px;  /* IE hack */
	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: #fbf8d9; /* hover color of submenus */
} 

table#nav td.submenu ul.level2 li:hover a { 
	color: #333; /* hover color of submenus */
	background-color: #fbf8d9;
}

table#nav td.submenu li { 
	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 */
	text-align:center;
} 

table#nav td.submenu li a { 
	/* Font style of submenus */
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #eee8af;
	text-align: center;
	color: #333;
	padding:0;
	margin:0;
}

table#nav td.submenu ul.level2 {
	position:absolute;
	z-index:200;
	/*top:100px; /* If screen placement changes, update this value to align menus to top of window (also below) */
}

* html table#nav td.submenu ul.level2 {
	top: 33px; /* 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:33px; /* IE 7 hack */
} 

.turnedOn	
{
	color: #eee8af;
}
