/* CSS Document */

    .tab-nav_container {
      width: 1200px;
	  height:200px;
	  overflow:hidden;
      text-align: left;
	  position:absolute;
	  right:0px;
	  top:100px;
	  z-index:1002;
    }
    .tab-nav {
      width: 1200px;
      overflow: hidden;
    }
    
    .tab-nav ul {
      position: relative;
      width: 1600px;
      margin-left: 1172px; 
      padding-left: 0;
      list-style-type: none;
    }
    .tab-nav a {
      display:block;
	  z-index:1020;
      width: 28px;
      height: 137px;
      text-align: center;
      text-decoration: none;
      color: #000;
      background:url(../images/slide-button.gif);
    }
    .tab-nav a.expanded {
      background:url(../images/slide-button-active.gif);
    }
/* second level */
    .tab-nav ul ul { background-image:url(../images/headerBg.png); background-repeat:repeat; width: 1000px; margin-left: 28px;}
    .tab-nav li li {clear: none;}
    .tab-nav li li a { color: #fff; width: 100px; background-image: none;}


#sideBarContentsInner{
	width:1020px;
	margin-left:40px;
	position:absolute;
	top:5px;
}
a#podcastButton {
	background: url(../images/podcastButton.png) no-repeat 0 0;
	display:block;
	width:200px;
	height:50px;
}
a:hover#podcastButton {
	background-position: 0 -50px;
}	
a#facebookButton {
	background: url(../images/facebookButton.png) no-repeat 0 0;
	display:block;
	width:200px;
	height:50px;
}
a:hover#facebookButton {
	background-position: 0 -50px;
}	
a#twitterButton {
	background: url(../images/twitterButton.png) no-repeat 0 0;
	display:block;
	width:200px;
	height:50px;
}
a:hover#twitterButton {
	background-position: 0 -50px;
}	
a#videoButton {
	background: url(../images/videoButton.png) no-repeat 0 0;
	display:block;
	width:200px;
	height:50px;
}
a:hover#videoButton {
	background-position: 0 -50px;
}
a#vimeoButton {
	background: url(../images/vimeoButton.png) no-repeat 0 0;
	display:block;
	width:200px;
	height:50px;
}
a:hover#vimeoButton {
	background-position: 0 -50px;
}
a#calendarButton {
	background: url(../images/calendarButton.png) no-repeat 0 0;
	display:block;
	width:200px;
	height:50px;
}
a:hover#calendarButton {
	background-position: 0 -50px;
}
