﻿#mainNav {
    padding-top:30px;
}

#mainNav ul li {
    background:url(../images/navBg.png) no-repeat top left;
    float:left;
    margin-right:40px;
    list-style-type:none;
}

* html #mainNav ul li {
    cursor:pointer;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/navBg.png", sizingMethod="crop");
}

#mainNav a {
    background:url(../images/navPlus.gif) no-repeat 11px 11px;
    height:30px;
    display:block;
    cursor:pointer;
    outline:none;
    padding-left:20px;
}

* html #mainNav a {
    display:inline-block;
}

#mainNav a:hover, #mainNav a.active {
    background-position:11px -19px;
}

#mainNav li.last {
    margin-right:0;
}

#mainNav span {
    width:170px;
    height:17px;
    float:left;
    text-indent:-9999px;
    margin:6px 0 0 22px;
}

#mainNav span#drinkPositive {
    background:url(../images/drinkPositive.gif) no-repeat;
}

#mainNav span#thinkPositive {
    background:url(../images/thinkPositive.gif) no-repeat;
}

#mainNav span#bePositive {
    background:url(../images/bePositive.gif) no-repeat;
}

#BTNHome {
    width:66px;
    height:18px;
    display:block;
    cursor:pointer;
    text-indent:-9999px;
    overflow:hidden;
    position:relative;
    top:-40px;
    margin-bottom:-15px;
    z-index:5000;
    background:url(../images/BTNHome.jpg);
}

#leftNav {
    width:182px;
    height:256px;
    background:url(../images/leftNavBg.png) no-repeat top left;
    float:left;
    padding:10px 0 0 20px;
}

* html #leftNav {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/leftNavBg.png", sizingMethod="crop");
}

#leftNav #butterflyLarge {
    width:152px;
    height:130px;
    background:url(../images/butterflyLarge.gif) no-repeat;
}

#leftNav ul {
    width:174px;
}


#leftNav li {
    font-size:1.2em;
    list-style-type:none;
    background:url(../images/plusIcon.gif) 8px 11px no-repeat;
}

#leftNav li a {
    min-height:18px;
    height:auto !important;
    height:18px;
    display:block;
    font-weight:bold;
    color:#00629a;
    text-decoration:none;
    position:relative;
    z-index:6000;
    padding:7px 10px 4px 25px;
    cursor:pointer;
    border-top:1px solid #9ed1f0;

}

#leftNav li a:hover, #leftNav li a.active {
    background:url(../images/leftNavListItemBg.png) repeat-y right top;
}

*html #leftNav li a:hover, 
*html #leftNav li a.active {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/leftNavListItemBg.png", sizingMethod="scale");
}

#leftNav h2 {
    font-size:1.6em;
    margin:0 0 10px 5px;
    color:#8ab9d6;
}

#tabContent {
    width:475px;
}

#tabbedNavigation {
    height:26px;
    margin:0px 0px 10px 0px !important;
    border-bottom:1px solid #CCE6FF;
}

#tabbedNavigation li {
    list-style-type:none;
    float:left;
    border:1px solid #d4ebf8;
    border-bottom:0;
    margin-right:1px;
}

#tabbedNavigation li a, #contentTableHeader {
    min-height:21px;
    height:auto !important;
    height:21px;
    padding:5px 10px 0 10px;
    display:block;
    text-decoration:none;
    background:#b3dcf3 url(../images/blueGradientBg.jpg) repeat-x;
}

* html #tabbedNavigation li a {
    display:inline-block;
}

#tabbedNavigation li a:hover, #tabbedNavigation li a.active {
    background:#dceffb url(../images/lightBlueGradientBg.jpg) repeat-x;
    color:#ec9c3d;
}
