 div#menu-contain {
	width: 1050px;
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #222;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
 }
 div#menu {
	width: 1050px;
	margin: 0 auto;
	height: 35px;
 }
 ul#menu-ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
  }
 ul#menu-ul li {
	border-right:2px solid #222222;
	color:white;
	display:block;
	float:left;
	font-family:arial;
	font-size:14px;
	height:25px;
	list-style-type:none;
	margin:0;
	padding: 8px 28px 0;
  } 
  li#selected {
  	background-color: white; 
	height: 27px!important;
  	height: 35px;
  	color: #222;
  	margin: 0px !important; 
	border-right: 2px solid black!important;
  }
    li#selected-last {
  	background-color: white; 
  	height: 35px;
  	color: #222;
  	margin: 0px !important; 
	border-right: 0px!important;
	padding: 10px 15px 0 15px!important;
  }
  li#selected a {
  	color: #222 !important; 
  }  
  li#selected-last a {
  	color: #222 !important; 
  }
  li#last {
	border-right-width: 0;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
  }
  ul#menu-ul li a {
 	font-family: arial;
 	color: white;
 	font-size: 14px;
  }
  ul#menu-ul li#home {
  	width: 60px;
  	background-color: white;
  	border-bottom: black 1px solid;
  	height: 34px;
  	text-align: center;
  	margin: 0 0 0 2px;
  	padding: 0px;
  }
  li#home-off {
  	margin: 0!important; 
  	padding: 0px 0 0 4px!important; 
  	height: 34px!important; 
 	width: 60px; 
  	text-align: center;
  }
  li#home-off:hover {

  }
  ul#menu-ul a {
  	display: block;
  	text-decoration: none; 
	margin: 0px;
	padding: 0px;
  }
  ul#menu-ul a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
  }
  img.navimg {
  	float: left; 
  }
  div#menushadow {
  	width: 1024px; 
  	height: 8px;
  	background: #fff url('http://www.academicknowledge.com/images/nav-dropshadow.gif') repeat-x; 
  	margin-bottom: 5px;
	line-height: 0px;
  }

