#top_bar {
	width: 100%;
}

#main_logo {
	float:left;
}


/*************   TOP BAR FADE IMAGES    ***************/
#scrolling_image_container {

  width: 581px;
  height: 177px;

}


#top_images	{	
	float: right;
	height: 177px;
	width: 581px;
	text-align: left;
	margin-top: 0px;
}

#flash_banner		{	background-image: url(../../images/topbar_background.jpg);
						background-repeat:no-repeat;
						background-position: 0px;
						background-color: white;
						padding: 5px 0 5px 0;
						height: 96px;
						text-align: left;
						}
						
#flash_banner a:link, #flash_banner a:hover, #flash_banner a:visited{
	display:block;
	height: 96px;
	width: 250px;
	text-decoration: none;
}

#login_button img	{	padding: 0px;
						border: 0px;
						height: 19px;
						float: right;
						margin-right: 30px; }
						
#home_button	{float: left; margin-left: 2px;}
						
#home_button img	{	margin-right: 0px;
						padding-top: 2px;
						border: 0px;
						height: 16px;
						margin-left: 5px; }

#navigation_bar
{
margin: 4px 0 0 4px;
padding: 0px;
background-color: #aaa; 
height: 19px; 
width: 581px;
text-align: center;
float:right;
}

#navigation_bar ul
{
list-style: none;
margin: 0 0 0 30px;
padding: 0px;
border: none;
}

#navigation_bar li
{
display: block;
margin: 0px;
padding: 0px;
float: left;
width: auto;
}

#navigation_list a
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
background: #aaa;
margin: 0px;
padding: 2px 10px;
border-left: 1px solid #fff;
border-right: 1px solid #777;
}

#client_area_button a
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
background-color: #dd5413;
margin: 0px;
padding: 2px 10px;
border-left: 1px solid #fff;
border-right: 1px solid #777;
}


/* #navigation_list a.active:link, #navigation_list a.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}
*/ 
