#shadowHeader .positionCenter {
	background: transparent url('../gfx/CT24OS_headerStrip.png') no-repeat top left;
	height: 120px;
}
#logoLink {
	position: absolute;
	width: 218px;
	height: 58px;
	top: 15px;
	left: 20px;
}
#navigation {
	top: 87px;
	left: 15px;
	position: relative;
}

/** SubMenu **/
#navigation #subMenu li {
	float: left;
	list-style-type: none;
	font-size: 14px;
}

#navigation #subMenu li .cornerLeft {
	width: 4px;
	bottom: 0px;
	display: block;
	position: absolute;
	left: -4px;
	height: 32px;
	background: transparent url("../gfx/cornersSubMenu.png") no-repeat -8px 0px;
	font-size: 1px;
}

#navigation #subMenu li .cornerRight {
	width: 4px;
	height: 32px;
	bottom: 0px;
	display: block;
	position: absolute;
	right: -4px;
	background: transparent url("../gfx/cornersSubMenu.png") no-repeat -12px 0px;
	font-size: 1px;
}

#navigation #subMenu li a {
	overflow: visible;
	color: white;
	position: relative;
	margin: 0px;
	padding: 0px 7px 0 7px;
	margin: 0 12px 0 0;
	background: #8a7c73;
	line-height: 32px;
	height: 32px;
	display: block;
}

#navigation #subMenu li.active a, #navigation #subMenu a:hover {
	background: white;
	color: black;
	text-decoration: none;
}

#navigation #subMenu li.active .cornerLeft, #navigation #subMenu a:hover .cornerLeft {
	background: transparent url("../gfx/cornersSubMenu.png") no-repeat 0px 0px;
}

#navigation #subMenu li.active .cornerRight, #navigation #subMenu a:hover .cornerRight{
	background: transparent url("../gfx/cornersSubMenu.png") no-repeat -4px 0px;
}

#navigation #subMenu li a span.weatherIcon {
	display: inline-block !important;
	background-color: #8A7C73;
	float: none;
	height: 23px;
	top: 5px;
	position: relative;
	width: 29px;
	position: absolute;
	left: 52px;
}
#navigation #subMenu li a:hover span.weatherIcon {
	background-color: transparent;
}
#navigation #subMenu li.active a span.weatherIcon {
	background-color: #333;
}
#navigation #subMenu li a strong.temperature {
	font-size: 80%;
	font-weight: bold;
	line-height: 30px;
	margin-left: 30px;
}

#shadowContent #slideBox {
	display: none;
}
#moreTopNews {
	padding-top: 10px;
}
#mainPanel div.newsBoxes a.newsBoxArrow {
	display: none;
}