
#MainMenu {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(images/menubg.gif);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width:798px;
	height:33px;
	
}

#MainMenu a:link { color: #343434; text-decoration: none }
#MainMenu a:visited { color: #343434; text-decoration: none }
#MainMenu a:hover { color: #6666FF; text-decoration: underline }
#MainMenu a:active { color: #6666FF; text-decoration: underline }
	
#mmHome {
	position:absolute;
	top:8px;
	left:2px;
	width:70px;
	height:14px;
}

#mmTVGuide {
	position:absolute;
	float:left;
	top:8px;
	left:72px;
	width:102px;
	height:14px;
}

#mmOtherPrograms {
	position:absolute;
	top:8px;
	left:174px;
	width:134px;
	height:14px;
}

#mmAboutUs {
	position:absolute;
	top:8px;
	left:308px;
	width:87px;
	height:14px;
}

#mmContactUs {
	position:absolute;
	top:8px;
	left:395px;
	width:93px;
	height:14px;
}

#mmWatchLive {
	position:absolute;
	top:8px;
	left:488px;
	width:122px;
	height:14px;
}

#Search {
	position:absolute;
	top:6px;
	left:620px;
	width:178px;
	height:14px;
}


input.search:hover {
	background-color: #b5c4d4;
	color: #000;
	cursor: pointer;
}
input.search:focus {
	color: #000;
	background-color: #d2dbe4;
	cursor: text;
}
input.search  {
	font-size: 12px;
	color: #666;
	background-color: #ffffff;
	padding: 1px;
	margin-right: 5px;
	margin-bottom: 0px;
	height: 14px;
	border: solid 1px #000000;

}