/* drop down menu styles */

.mainMenuButton{
	position: relative;
	float: left;
}

.mainMenuButton a {
	color: #fff;
}

.menuNav {
	display: block;
	position: relative;
	margin-top: 10px;
	padding: 5px 6px 7px 6px;
	text-decoration: none;
	border-top: 2px solid #B0232A;
}
.menuNav:hover {
	background: url(/images/mainMenuButtonbg.png);
	border-top: 2px solid #d37c80;
}
.subMenuNav {
	position: absolute;
	visibility: hidden;
	width: 160px;
}

.subMenuNavB {
	display: block;
	padding: 2px 7px;
	text-decoration: none;
	background-image: url(/images/dropDownMenuBG.png);
	background-color: none;
	font-weigh: bold;
	font-size: 11px;
	color: #fff;
	
}

.subMenuNavB:hover {
	color: #B0232A;
	background-color: #fff;
	background-image: none;
}

.subMenuBottomLeft {
	background-image: url(/images/menuBottomLeftBG.png);
	width: 5px;
	height: 5px;
	float: left;
	filter:alpha(style=0,opacity=80);
	opacity: .8;
	-moz-opacity: .8;
}

.subMenuBottomRight {
	background-image: url(/images/menuBottomRightBG.png);
	width: 5px;
	height: 5px;
	float: right;
	filter:alpha(style=0,opacity=80);
	opacity: .8;
	-moz-opacity: .8;
}


.subMenuBottom {
	background-color: none;
	height: 5px;
	background-image: url(/images/dropDownMenuBG.png);
	margin: 0px 5px;
}


#logo {
	position: relative;
	z-index: 99;
	margin-top:10px;
	margin-right: -15px;
	float: left;
}


.overallHeader {
	font: 12px arial, sans-serif;
	position: absolute;
	z-index: 100;
}

.mainMenuSectionHeader {
	display: block;
}

.navButtonSep {
	float: left;
	diplay: block;
	margin-top: 10px;
}

#headerSearch {
	float: left;
	padding-top: 15px;
	margin-left: 5px;
}

#headerSearch .searchInput {
	width: 90px;
	height: 12px;
	display: block;
	float: left;	
}

.searchButton {
	display: block;
	margin-top: 3px;
	float: left;
	margin-left: 4px;
}
#addThisDiv {
	padding-top: 15px;
	float: left;
	margin-left: 10px;
}

#smCustSpotLink {
	text-align: center;
	margin-top: 15px;
}

#smCustSpotLink img {
	border: 0px;
}

#smCustSpotLink img:hover {
	filter:alpha(style=0,opacity=80);
	opacity: .8;
	-moz-opacity: .8;

}