* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#mediaOneLogo {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0px auto;
	}
#container {
	margin: 180px 0px 0px 100px;
	}
#selectAccountBox {
	position: relative;
	height: 124px;
	width: 416px;
	background-image: url('../images/selectAccount_box.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}
#selectAccountBox .menu {
	height: 26px;
	width: 416px;
	position: absolute;
	top: -32px;
	left: 0px;
	}
#selectAccountBox .menu a:link, #selectAccountBox .menu a:visited {
	display: block;
	padding-top: 6px;
	float: left;
	height: 26px;
	background-color: #FFFFFF;
	margin: 0px 1px 0px 0px;
	_padding-bottom: 12px;
	} 
#selectAccountBox .menu a:hover, #selectAccountBox .menu a:active {
	background-color: #00CC66;
	background-position: top center;
	}
#selectAccountBox .menu #menu_endcap {
	margin-top: 7px;
	width: 23px;
	_margin-left: -3px; /* KLUDGE - IE 7 fix */
	}
#selectAccountBox .menu #btn_all {
	background-image: url('../images/button_all.jpg');
	width: 60px;
	}
#selectAccountBox .menu #btn_hotjobs {
	background-image: url('../images/button_hotjobs.jpg');
	width: 82px;
	}
#selectAccountBox .menu #btn_cars {
	background-image: url('../images/button_cars.jpg');
	width: 68px;
	}
#selectAccountBox .menu #btn_realestate {
	background-image: url('../images/button_realestate.jpg');
	width: 106px;
	}
#selectAccountBox .menu #btn_retail {
	background-image: url('../images/button_retail.jpg');
	width: 72px;
	}
#selectAccountBox .form {
	position: absolute;
	top: 55px;
	left: 79px;
	}
#selectAccountBox #selectionTitle {
	position: absolute;
	top: 35px;
	left: 79px;
	font-size: 16px;
	font-weight: 900;
	color: white;
	}
#selectAccountBox .form .input {
	padding: 2px;
	float: left;
	}
#selectAccountBox .form .submit {
	padding: 2px;
	margin-left: 6px;
	float: left;
	}
#adsList {
	text-align: left;
	}
#adsList h1 {
	margin: 10px 0px 4px;
	font-size: 14px;
	font-weight: 900;
	color: #1D2C67;
	}
#adsList .field {
	font-weight: 900;
	color: #498B2E;
	}
#adsList ul {
	margin: 10px 0px 20px;
	}
#adsList li {
	list-style: none;
	margin: 2px 0px 2px 5px;
	}
	