/***************************************** MAIN NAVIGATION STYLES (COMMON FOR ALL PAGES) */

.mainNavBoxTitles {
	position:relative;
	width:100%;
	height:25px;
	border:0px;
	background-color:#DDDDDD;
	top:0px;
	overflow:hidden;
	line-height:25px;
	text-align:left;
}
.mainNavSearchBoxContent {
	position:relative;
	width:95%;
	height:38px;
	border:0px;
	top:0px;
	word-wrap:break-word;
	overflow:hidden;
	text-align:justify;
	line-height:18px;
}
.mainNavSearchQueryBoxDiv {
	position:relative;
	top:10px;
}
.mainNavSearchQueryBox {
	width:105px;
	height:16px;
	border:1px solid #A0A0A0;
}
.mainNavSearchButtonDiv {
	position:absolute;
	width:31px;
	height:16px;
	top:1px;
	left:110px;
	border:0px;
}
.mainNavBoxContent {
	position:relative;
	width:95%;
	border:0px;
	top:0px;
	word-wrap:break-word;
	overflow:hidden;
	text-align:justify;
	margin-top:5px;
	margin-bottom:5px;
	line-height:18px;
}
.mainNavBoxItemHighlight {
	position:relative;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	width:100%;
}
.mainNavLeftNavPromo_1 {
	position:relative;
	top:0px;
	left:0px;
	width:158px;
	height:158px;
	border:0px;
	overflow:hidden;
}
