@charset "utf-8";
/* CSS Document */

#bottom_nav_bar1 {
	line-height :2 em;
	list-style : none;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 65%;
	text-indent: 0;
	width: 685px;
	background-color: #999;
	margin-left: 0px;
	float: right;
	text-align: right;
}
#bottom_nav_bar1 li {
	display:inline;
	padding: 0 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

#bottom_nav_bar1 li:last-child {
	border-right-width: 0; 
}

#bottom_nav_bar1 a:link,
#bottom_nav_bar1  a:visited {
	color: #ffffff;
	text-decoration:none;
}
#bottom_nav_bar1 a:hover,
#bottom_nav_bar1 a:focus,
#bottom_nav_bar1 a:active {
	text-decoration:underline}
	
#bottom_nav_bar1 ul { 
margin-left:1px; 
margin-right:0px; 
list-style:square; 

}
