

.supportNavBG {
   height: 80px;
   width: 236px;     				
     background-color: #000000;       
   filter:alpha(opacity=40);
   -moz-opacity:0.4;
   opacity: 0.4;
   position:relative;
   top:-3px;
}


.promoNavBG {
   height: 85px;
   width: 228px;     				
   background-color: #000000;       
   position:relative;
   top:-3px;
   filter:alpha(opacity=30); /* */
  -moz-opacity:0.3;
   opacity: 0.3;
}

.supportNavText {
   float:left;
   color:#fff;
   font:7.5pt Arial, Helvetica, sans-serif bold;
   height: 30px;    				
   background-color: transparent;   
   position: absolute;             
   z-index: 2;  
	 text-decoration: none;
	 font-weight:bold; 
}

.opacity70 {
    filter: alpha(opacity = 70); zoom: 1; -moz-opacity: 0.7; opacity: 0.7;
}

.supportNavContent  { float:left; position:relative; top:10px; z-index:2; padding:5px;  }
.supportNavContent a:hover { color:#8e8097; }

.snFix { width:100px;  }

