#nav_wrap {
    width:923px;
    padding-left:29px;
    clear:both;
    height:42px;
    padding-top:8px;
    background: url(../images/nav_bg.png) no-repeat;
    }

#nav {  
    margin:0;   
    padding:0;   
    list-style:none;  
}     
      
    /* make the LI display inline */  
    /* it's position relative so that position absolute */  
    /* can be used in submenu */  
    #nav li {  
        float:left;   
        display:block;    
        position:relative;  
        z-index:500;   
        margin:0;  
    }  
          
    /* this is the parent menu */  
    #nav li a {  
        display:block;   
        /*padding:8px 5px 0 5px;*/   
        font-weight:700;    
        height:33px;   
        text-decoration:none;   
        color:#fff;   
        text-align:center;   
        color:#333;  
    }  
  
    #nav li a:hover {  
        color:#fff;
    }  
      
    /* you can make a different style for default selected value */  
    #nav li.about {width:122px; background: url(../images/nav_bar.png) 0 0 no-repeat;}
    #nav li.about:hover {background: url(../images/nav_bar.png) 0 -33px no-repeat;}
    
    #nav li.ad{width:130px; background: url(../images/nav_bar.png) -122px 0 no-repeat;}
    #nav li.ad:hover {background: url(../images/nav_bar.png) -122px -33px no-repeat;}
    
    #nav li.pub {width:131px; background: url(../images/nav_bar.png) -252px 0 no-repeat;}
    #nav li.pub:hover {background: url(../images/nav_bar.png) -252px -33px no-repeat;}

    
    #nav li.consume {width:186px; background: url(../images/nav_bar.png) -383px 0 no-repeat;}
    #nav li.consume:hover {background: url(../images/nav_bar.png) -383px -33px no-repeat;}
    
    #nav li.email {width:162px; background: url(../images/nav_bar.png) -569px 0 no-repeat;}
    #nav li.email:hover {background: url(../images/nav_bar.png) -569px -33px no-repeat;}
    
    #nav li.creative {width:164px; background: url(../images/nav_bar.png) -733px 0 no-repeat;}
    #nav li.creative:hover {background: url(../images/nav_bar.png) -733px -33px no-repeat;}
      
        /* submenu, it's hidden by default */  
        #nav ul {  
            position:absolute;   
            left:0;   
            display:none;   
            margin:0 0 0 -1px;   
            padding:0 0 0 0;   
            list-style:none;
            border-bottom:1px solid #fff;
        } 
        
        #nav li.about ul { left:2px;}
        
        #nav ul li {  
            width:100%;   
            float:left;   
            border-top:1px solid #fff;  
        }  
          
        /* display block will make the link fill the whole area of LI */  
        #nav ul a {  
            display:block;    
            height:13px;  
            padding: 6px 0 6px 27px;
            font-size:11px;
            color:#fff;
            text-align:left;
            background: #F27014 url(../images/nav_sub.png) 0 0px no-repeat !important;
        }
          
        #nav ul a:hover {
            display:block;    
            color:#fff;
            background: url(../images/nav_sub.png) 0 -33px no-repeat !important;  
        }
        
        #nav li.about ul a { width:178px !important; }
        #nav li.ad ul a { width:178px !important; }
        #nav li.pub ul a { width:178px !important; }
        #nav li.consume ul a { width:202px !important; }
        #nav li.email ul a { width:157px !important; }
        #nav li.creative ul a { width:162px !important; padding-left:25px; }
  
/* fix ie6 small issue */  
/* we should always avoid using hack like this */  
/* should put it into separate file : ) */  
*html #nav ul {  
    margin:0 0 0 -2px;  
}





/*-----------------NEW NAV---------------- */



#newNavWrap {
	background: url(../images/bg_nav_new.png) no-repeat bottom center;
	width:1028px;
	height: 61px;
	font-family: 'Calibri', Tahoma;
	font-size: 13px;
	line-break: 19px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#newNavWrap a:link, #newNavWrap a:visited {
	text-decoration: none;
	color: #ffffff;
}

#newNavWrap a:hover, #newNavWrap a:visited:hover {
	text-decoration: underline;
	color: #ffffff;
}

.selectedTabSml {
 background: url(../images/bg_short_tab.png) no-repeat left top;
}


.selectedTabLg {
 background:url(../images/bg_long_tab.png) no-repeat left top;
}


#AboutUs, #Advertisers, #Publishers, #ConsumerRes, #EmailMark, #CreativeServ {
	height: 61px;
	height: 26px;
	padding-top:16px;
	position: absolute;
	float: left;
	width: 113px;
}

#AboutUs {
	left:30px;
}

#Advertisers {
	left:160px;
}

#Publishers {
	left:290px;
}

#ConsumerRes {
	left:420px;
	width: 152px;
}

#EmailMark {
	left:590px;
	width: 152px;
}

#CreativeServ {
	left:760px;
	width: 152px;
}


#newSecNav{
	position: absolute;
	width: 1000px;
	top:38px;
	margin-left: 13px;
	font-weight: normal;
	left: 0;	
}

#newSecNavSelected {
	font-weight: bold;
}

.SecNav {
	padding-right: 55px;
	float: left;
}

.SecNavFirst {
	padding-left: 10px;
}

































