/* navbar adjustments */

div#navbar{
	width: 100%;
}

div#container div#content{
	width: 100%; /*padding is 40px;*/
}

div#navbar, div#navbar li.last_navlist h3{
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	border-radius-topright: 8px;
	border-radius-bottomleft: 0;
}

div#content{
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	border-radius-topright: 0;
	border-radius-bottomleft: 8px;
}

div#search_box{
	display:none;
}

div#navbar img#logo{
	margin:10px;
	height: 80px;
	position:relative;
}

div#navigation{
	width:720px;
	background-color: #a5d065;
	min-height: 100px;
	position:relative;
	float: right;
	
	-moz-box-shadow: 0px 0px 15px #a5d065; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 15px #a5d065; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 15px #a5d065; /* Opera 10.5, IE 9.0 */
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
}

div#navigation ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

div#navigation ul li.outer{
	display: block;
	position:relative;
	float: left;
	
	width: 239px;
	height: 100px;
	text-align: center;
	border-right: 1px solid #85b045;
	
	background-color: #95c055;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	
}

div#navigation ul li.outer h3{
	font-variant: small-caps;
	padding: 9px 0;
	margin:0;
	height: 15px;
	font-size: 15px;
	
	background-color: #a5d065;
}

div#navigation ul li ul li{
	display: block;
	position:static;
	
	width: 100%;
	text-align: center;
	height: 32px;
	
	font-size: 13px;
	
	border-top: 1px solid #85b045;
}

div#navigation ul li ul li a{
	padding-left:0;
	padding-right:0;
}

div#navigation ul li#home_link{
	display:none;
}