#banner {
	margin-top: -8px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	width: 1000px;
	height: 100px;
	background-image:url('../images/gradient.jpg');
	background-repeat:repeat-x;
	
}

img {
  border: none;
}

/*start navigation*/
ul.nav li { display: inline; }

#navbar {
	width: 760px !important /*mozilla*/;
	width: 1000px;
	height: 40px;
	background-image: url('../images/new_navgradient.jpg');
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	padding-left: 240px;
	padding-top: 0px;
	font-weight: bolder;
	background-color: gray;
}

/*popout navigation*/

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
} 

#nav a:hover {
  text-decoration: overline;
}

#nav li ul  {
    background: 7cdddd;
    padding-bottom: 5px;
    text-decoration: none;
} 

#nav li ul a {
	 text-decoration:none;
	 color:black;
}

#nav a {
    display: inline;
    width:10em;
    text-decoration:none;
    min-width: 150px;
}

#nav li {
    float:left;
    padding-top: 10px;
    width:10em;
}

#nav li ul {
    width:10em;
    left: -999em;
}

#nav li:hover ul {
    left:auto;
}

/*Just because IE6 is retarded*/
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
    
/*end popout and navigation*/