.SiteSelectionBar
{
 color: #000000;
 font: 12px Tahoma, Verdana, Helvetica, Arial, sans-serif;
 font-weight: 700;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-right: 0px;
 
 position: relative;
 top: 0px;

 height: 23px;

 background: #3a662d url('../Images/HeaderBackgroundImage.jpg') bottom no-repeat;


/*background: url('../Images/bbhcsd-header-bar-middle.jpg') bottom repeat-x;*/
}

.SiteSelectionBarLeft
{
 color: #000000;
 font: 12px Tahoma, Verdana, Helvetica, Arial, sans-serif;
 font-weight: 700;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-right: 0px;
 
 position: relative;
 top: 0px;

 height: 45px;
 width: 24px;
/* background: url('../Images/bbhcsd-header-bar-left.jpg') left no-repeat;*/
 clear: left;
 float: left;
}

.SiteSelectionBarRight
{
 color: #000000;
 font: 12px Tahoma, Verdana, Helvetica, Arial, sans-serif;
 font-weight: 700;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-right: 0px;
 
 position: relative;
 top: 0px;

 height: 25px;
 width: 24px;
/* background: url('../Images/bbhcsd-header-bar-right.jpg') right no-repeat;*/
 clear: left;
 float: left;
}

.SiteSelectionBarText
{
 color: #ffff00;
 font: 12px Tahoma, Verdana, Helvetica, Arial, sans-serif;
 font-weight: 700;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 padding-left: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-right: 0px;
}

.SiteSelectionBarText a
{
 text-decoration: none;
 color: #ffffff;
}

.SiteSelectionBarText a:visited
{
 color: #ffffff;
}

.SiteSelectionBarText a:hover
{
 color: #f5f0a0;
}


