/* set menu text size and type */
div#nav {font: 11px Verdana, Arial;
		}

/* sets top pos, centers for ie */
div#navabs {
	margin:0;
	padding:0;
	position:relative; 
	top:1px;
	left:0; 
	width:100%; 
	text-align: center;
	}        

/* centers in firefox with above line */
div#nav {
	position:relative; 
	width:800px; 
	text-align:center;
	}                         
	
/* forces top menu to not break */ 
div#nav ul.level1 {
	width:auto;
	text-align: center;
	}                                               

/* add line to right */ 
div#nav ul.level1 li{
	border-right: 1px solid rgb(109,109,109);
	}                           

/* makes top links bold */
div#nav ul li .toptitle {
	font-weight: bold;
	color:#000066;
	}                                  

/* forces menu to break for each item */                                        
div#nav ul {
	margin: 0px 0 0px 0; 
	padding: 0;width:140px; 
	background:#C9C8C8;
	}  

div#nav li {
	position: relative; 
	list-style: none; 
	margin: 0; 
	float: left; 
	width: auto; 
	line-height: 1em;
	}

/* gray background */
div#nav li.submenu {
	background-position: bottom right; 
	background:#C9C8C8;
	background-image: url('http://staatalent.com/Images/Menu/graybggradient.jpg');
	background-repeat: repeat-x;
	height: 100%;
	} 

/* color of top links */
div#nav li.submenu .toptitle{
	padding-right:5px; 
	margin-top:5px;
	color:#000066;
	}
	
div#nav li.submenuAM .toptitle {
	margin-right:-5px; 
	margin-top:5px;
	}

/* color of following links */
div#nav li a {
	color: #000066;
	}                                                       

div#nav ul ul li a {
	color: #463E3E;
	background:#C9C8C8;
	font-weight:bold;
	}   

/* bgcolor of selected top link */
div#nav ul.level1 li.submenu:hover, 
div#nav ul.level1 li.submenuAM:hover {
	background:#C9C8C8;
	background-image: url('http://staatalent.com/Images/Menu/graybggradient2.jpg');
	background-repeat: repeat-x;
	}  

/* bgcolor of selected top link */
div#nav ul.level1 li.submenuAM:hover {
	background-color: rgb(109,109,109);
	}                    

/* color of highlighted top link */  
div#nav li:hover .toptitle {
	color: black;
	}                                                 

/* color of selected following link */
div#nav ul ul li a:hover {
	color: #000; 
	background:#C9C8C8;
	background-repeat: repeat-x;
	}  


div#nav li.submenu, div#nav li.submenuAM {
	width: auto; 
	padding: 0 1em .25em 0em;
	}
	
div#nav li .toptitle {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em; 
	text-decoration: none; 
	width: auto;
	} 
/* was width: 6.5em; */


div#nav li a {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em; 
	text-decoration: none;
	width: auto;
	} 
/* was width: 6.5em; */


div#nav ul a {
	width: auto;
	}
	
div#nav ul ul {
	position: absolute; 
	display: none;
	}
	
div#nav ul ul li {
	width: 140px;
	line-height: 1.5em;
	font-weight: normal;
	text-align:left;
	}                 
/*background-color: rgb(231,231,231); */


div#nav ul li:hover ul {
	display: block;
	}                                                    
/* These six pop up next level of menu */


div#nav ul li:hover ul ul{
	display: none;
	}                                                   
/* These six pop up next level of menu */


div#nav ul ul li:hover ul {
	display: block;
	}                                                 
/* These six pop up next level of menu */


div#nav ul ul li:hover ul ul{
	display: none;
	}                                                
/* These six pop up next level of menu */


div#nav ul ul ul li:hover ul {
	display: block;
	}                                  
/* These six pop up next level of menu */


div#nav ul ul ul li:hover ul ul{
	display: none;
	}                                            
/* These six pop up next level of menu */
/* div#nav li.submenu2 {background: url("More_black_right2.gif"); background-repeat:no-repeat; background-position: right;} */


div#nav ul ul {
	top: 2.25em;
	} 	
/* border: 1px solid rgb(109,109,109);}	*/


div#nav ul ul ul {
	top:0px;
	left: 122px;
	border: 1px solid rgb(109,109,109);
	} 	
