@charset "utf-8";
/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
z-index:0;
}

#submenu /*controls the attributes of the nav menu placement*/
	{
		/*background-color:purple;*/
		vertical-align:top;
		margin-left:3px;
		height:330px;
		width:14px;
	}	
/* removes any browser defined settings*/


/*controls width and height of main menu text */
#menu {
/*background-color:red;*/
position:relative;
top: 8px;
/*left: 1em;*/
width: 14em;/*controls width of main menu*/
z-index:5;
left:0px;
}

/* controls main menu dt settings*/
#menu dt {
/*background-color:#0000FF;*/
cursor: pointer;
/*height: 25px;*/ /*controls height of Main Menu*/
line-height: 25px; /* controls hieght of Title Text on Main Menu must match above height*/
margin: 2px; /* controls distance between table boxes*/
/*border: 1px solid gray;*/ /* creates border around columns*/
text-align:center;
vertical-align:text-bottom;
font-weight:bold;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
z-index:5;

}

/* controls pop-out section*/
#menu dd {
/*background-color:#3e7898;*/
		background-image:url(../images/NavSection/navInside.png);
		position:absolute;
		margin-top: -2.1em; /*controls top margin of pop-out*/
		left:160px; /*controls distance of pop-out from main table*/
		width: 13em; /*controls width of pop-out table*/
		border: 1px solid #0000ff;
		/*background-color:#ffffff;*/
		z-index:6;
		text-align:left;
		display:none;
		
}

#menu ul {
/*background-color:#FF9900;*/
padding: 5px;
z-index:6;

	}
	
 /*controls text and background info within pop-oout*/
#menu li {
/*background-color:#FF00FF;*/
text-align: center;
font-size:14px;
height: 17px;
line-height: 17px;
background-color:#ffffff;
border: 1px solid #0000FF;
font-family:Arial, Helvetica, sans-serif;
width:14em;
margin:1px; /*controls space between pop out options*/
z-index:6;

}

#menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
}

#menu li a
	{
		color:#0000FF;
		text-decoration: none;
		display: block;
	}

/* controls pop out menu hover over methods*/
#menu li a:hover {
	text-decoration: underline;
	color:#ffffff;
	font-style:italic;
	font-weight:bold;	
	background-color:#0000FF;
	}

#menu dt a:hover {
	text-decoration: underline;
	color:#0000FF;
}
