html, body, #sprite {
    height: 100%;
    overflow: hidden;
}
body {
    background: #016C24;
    font: 86% Arial, "Helvetica Neue", sans-serif;
    margin: 0;                
}

ul,li {margin:0; padding:0;}
li {list-style:none; text-align:left;}
a {font-weight:normal;}

#headerCont{display: block; width: 100%; clear: both; background: transparent url(../_img/_global/headerContainerBG.png) left bottom  repeat-x;}
#headerCont a:hover {text-decoration: underline;}
#header {position: relative;height: 14px;padding: 8px 0 12px;font-family: Tahoma,sans-serif;font-size: 11px;z-index: 998;width: 980px;margin: 0 auto;}

#header #home {float: left;display: block;width: 9px;height: 8px;margin: 0;height: 14px;padding: 0 16px;border-right: 1px solid #c6c6c6;}
#header #home a {display: block;width: 9px;height: 8px;padding-top: 3px;background: transparent url("../_img/ccheader/homeIcoBg.gif") 0 3px  no-repeat;overflow: hidden;text-indent: -9999px;}

#header li.siteList, .pointsActionShort li.siteList {position: relative;float: left;display: block;width: 75px;height: 17px;margin: -7px 0 0 16px;padding: 8px 25px 0 10px;color: #5c5c5c;background: transparent url("../_img/ccheader/headerSiteListPBg.gif") 100% 2px no-repeat;z-index: 400;cursor: pointer;}
.pointsActionShort li.siteList {margin-top: -5px;  margin-right: 0px;  color: #888888;}
#header ul.headerMenu {float: right;color: #c6c6c6;}
#header ul.headerMenu li {float: left;height: 14px;padding: 0 14px;border-left: 1px solid #c6c6c6;line-height: 1em;color: #c6c6c6;}
#header ul.headerMenu li a {line-height: 1.3em;color: #c6c6c6;}
#header ul.headerMenu li.first {border-left: none;}
#header ul.headerMenu li.newCode a {color: #c00;}

#header li.siteList:hover, #header div.siteList.active, .pointsActionShort li.siteList:hover, pointsActionShort div.siteList.active {text-decoration: none;color: #fff;background: transparent url("../_img/ccheader/headerSiteListPActiveBg.gif") 100% 2px no-repeat;}
#header li.siteList:hover .siteList, .pointsActionShort li.siteList:hover .siteList{display: block; }
#header ul.siteList, .pointsActionShort ul.siteList { position: absolute;top: 25px;left: 0px;padding: 4px 0;display: none;width: 182px;border: 1px solid #d3d3d3;background-color: #fff;z-index: 300;}
#header ul.siteList li a, .pointsActionShort ul.siteList li a {display: block;height: 16px;padding: 3px 9px 0;border-top: 1px solid #fff;border-top: 1px solid #fff;color: #888;font-size: 1.1em;line-height: 1em;}
.pointsActionShort ul.siteList li a {font-weight: normal;  }
#header ul.siteList li a:hover, .pointsActionShort ul.siteList a:hover {color: #fff;background-color: #eb0000;text-decoration: none;}

