	
/* HEADER */
#header{
	float:left;
	width:980px;
	height:153px;
	background:url(/GTSImages/cbs_bar.jpg) repeat-x 0 0 !important;
	position:relative;
	}
	
#subheader
{
    float: left;
    top:122px;
    width: 980px;
    height: 60px;    
    position:absolute;
}

#logo a{
	width:980px;
	height:100px;	
	padding:0;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	}

#header .programtitle{
	position:absolute;
	top:50px;
	left:620px;
	width:800px;
	/*height: 180;*/
	float:left;
	font:16px "Trebuchet MS", Verdana, sans-serif;
	color:#000;	
	font-weight:bold;
	}

#header .welcome{
	position:absolute;
	top:10px;
	right:210px;
	width:200px;
	float:left;
	font:11px "Trebuchet MS", Verdana, sans-serif;
	color:#000;	
	}
	
	/* TOP MENU */
	
	#menu{
	position:absolute;
	top:100px;
	left:32px;
	float:left; 
	padding:0 10px 0 10px; 
	margin:0;
	list-style:none;
	width:896px;
	height:46px;
	background:url(/GTSImages/bg-menu2.gif) no-repeat 20% 0;  
	}

ul.top-menu li a{
	float:left;
	font:11px "Trebuchet MS", Verdana, sans-serif;
	color:#000;
	text-decoration:none;
	}	
#newmenu
{
	background:none;
	background-color:#000;
	
	}

#newmenu li{
	height:24px;
	color:#FFF;
	}

#newmenu li a
{
	color:#FFFFFF;
	background-image:none;
	background-color:#000;
}

#newmenu li a.eclassMain2 {width:142px !important;}

#newmenu li a.selectedMain{
	color:#fff;
	background-color:#0081CC;
	}
#newmenu li a:hover{
	color:#fff;
	background-color:#0081CC;
	}
#newmenu .submenu{
	background:none;
	background-color:#0081CC;
    border-color:#000;
    
    }
#newmenu .submenu li
{
	height:26px;
}
#newmenu .submenu li a
{
	height:26px;
	color:#FFFFFF;
}

#newmenu .bottom
{
	top:31px;
	
}
#newmenu .right
{
	left:198px;
}
#newmenu .left
{
	left:-202px;
}

#newmenu .submenu li.haschild 
{
}

#newmenu .submenu li a:hover 
{
	background-color:#000;
	border-color:#000;
	color:#fff;
}
	
/* SUB MENU */

	
ul.sub-menu li a{
	color:#FFFFFF;
	}					

ul.sub-menu li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
	

	
