﻿/*
.downTabs { display: none; }
.downSelected { display: block; height:150px; clear: both; }
    html>body .downSelected { height:auto; min-height:150px; }
.upperTabs { display: inline-block; text-decoration: none; color: #fff; float: left; }
.upperSelected { display: inline-block; text-decoration: none; color: #696969 !important; background: #fff; float: left; }
*/