
    #tabsF {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #cccccc;
      }
    #tabsF ul {
        margin:0;
        padding:10px 0 0 0;
        list-style:none;
        
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      
      }
    #tabsF a {
      float:left;
      background:url("/eox/assets/images/sitelook/tableftb.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("/eox/assets/images/sitelook/tabrightb.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#333333;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
        
        #tabsF .ctab a {
                background-position:0% -42px;
        }
        #tabsF .ctab a span {
                background-position:100% -42px;
    
                    }        
                    
                    
                    
                    
                    
                    
                    
                    
                    
/* --------------- */
/* NEWS TICKER STYLES BELOW */                    
/* --------------- */                    
                    
                    
                    
                    
#NewsTicker{
	border:solid 0px #cccccc;
	background:#ffffff;
	width:450px;
	height:304px;
	margin:0 auto;
}

	#NewsVertical {
	width: 450px;
	height: 300px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 400px;
		height: 300px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 408px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
		background:none;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:0px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
			padding-bottom:25px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 5px 0;
		}
                    