/* CSS Document */

#nav_bar{
	float:left;
	width: 950px;
	height:50px;
	display:block;
	background-image:url(../images/rounded_corners/grey_nav.png);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
	vertical-align:top;
}
#nav_bar ul{
	display:inline; 
}

#nav_bar li{
	float:left;
	height:50px;
	vertical-align: top;
	text-align:left;
	list-style: none;
	display:inline;
	overflow:visible;
	margin:0 0 0 0;
}
/*
homr_btn{
	vertical-align:top;
}*/
#nav_bar li.home_btn:before{
	content: "";
}

#nav_bar li a{
	text-decoration:none;
	border:none;
	margin:0 0 0 0;
}

#nav_bar li a:hover{
	color:#FF0000;
	text-decoration:none;
	border:none;
} 
 
#nav_bar li img{ 
	vertical-align:top;
	margin:0 0 0 0; 
}

#green_bar{
	width:950px;
	height: 30px;
	display:block;
	float:left;
	background-image:url(../images/nav/green_sub_back.png);
	background-repeat:no-repeat;
}

#btn_desc a, #btn_desc{
	color:white;
}
#btn_desc{
	margin:5px 0 0 0;
	width:auto;
	display:block;
	float:left;
	margin-left:0px;
}
#btn_desc a{
	text-decoration:none;
}
#btn_desc a:hover{
	color:#000000;
	text-decoration:underline;
}

#small_links{
	width:260px;
	float:right;
	display:inline;
	text-align:right;
	margin: 40px 0 0 0;
}

