
#Content .menu {
	display: none;
}

#Content .submenu {
	background: url('../images/Start_Hidden_Menu.gif') center bottom no-repeat ;
	height: 26px;
	margin-bottom: 0px;
	border-top: 0px;
}

#Content .contentCol {
	width: 940px;
	height: 475px;
	margin-top: 1px;
	margin-left: 43px;
	_margin-left: 22px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-right: 0px;
	padding: 0px;
	background: url('../images/Start_Teaser.jpg') center top no-repeat ;
}

#Content .contentCol div {
	margin: 0px;
	margin-top: 275px;
	float: left;
	width: 438px;
	height: 158px;
	border: 0px;
	padding: 20px;
	padding-right: 10px;
	_padding-top: 35px;
}

#Content .contentCol div h1 {
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #818181;
}

#Content .contentCol div p {
	margin-bottom: 15px;
}

#Content .contentCol div ul li {
	float: left;
}

#Content .contentCol div ul li a {
	text-decoration: none;
	display: block;
	background: url('../images/DownArrowPassiveGreen.gif') #99cc00 90% center no-repeat;
	width: 143px;
	margin-right: 1px;
	text-align: center;
	font-size: 14px;
	padding: 7px 0px 7px 0px;
	color: #fff;
}

#Content .contentCol div ul li a:hover {
	background-image: url('../images/DownArrowActiveGreen.gif');
}

#Content .contentCol .leftCol ul li a:hover {
	background-image: url('../images/DownArrowActiveWhite.gif');
}

#Content .contentCol .leftCol ul li a {
	background: url('../images/DownArrowPassiveWhite.gif') #fff 80% center no-repeat;
	color: #818181;
}

#Content .contentCol .leftCol p, #Content .contentCol .leftCol h1 {
	margin-left: 0px;
	color: #fff;
}

#Footer {
	margin-top: 20px;
}

