	body {
		font-family: arial, helvetica, serif;
		background-color:#050297;
		font-size:100%;
	}
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 9em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 9em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		width: 200px;
		margin-left : 13.65em;
		margin-top : -2.15em;
	}
	
	#nav ul li a {
		width:19em;
		background-image: url('../img/menu/menugrad.png'); 
		background-repeat: repeat-x;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	  line-height:2em;
		background-image: url('../img/menu/menugrad.png'); 
		background-repeat: repeat-x;
		width: 12.59em;
		w\idth : 12.59em;
		height: 2em;
		display : block;
		color : #020597 ;
		font-size:99%;
		text-decoration : none;
		background-color : white;
		border : 1px solid #020597;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		background-image: url('../img/menu/menugradroll.png'); 
		background-repeat: repeat-x;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}