/* By default, brand-specific CSS files import the corresponding CSS document
 * from /brands/default/css and then use !important styles to override colors.
 * To maintain styles not related to brand colors, look for the file in
 * /brands/default/css.
 * 6/29/2009 - EAK
 */ 
@import url('/brands/default/css/global.css');
.menuHdr {
	background: url(/brands/clayton_es/images/header/menu.png) no-repeat;
	height: 53px;
	width: 973px;
}

.gNavLinks {
	float: left;
	padding-left: 14px;
	width: 970px;
}

.menuHdr a:hover, .menuHdr a.selected {
	background-image: url(/brands/clayton_es/images/header/menu_ovr.png);
	background-repeat: no-repeat;
}

.nav1 a {
	width: 71px;
}

.nav1 a.selected, .nav1 a:hover {
	background-position: -13px -14px;
}

.nav2 a {
	width: 129px;
}

.nav2 a.selected, .nav2 a:hover {
	background-position: -84px -14px;
}

.nav3 a {
	width: 145px;
}

.nav3 a.selected, .nav3 a:hover {
	background-position: -213px -14px;
}

.nav4 a {
	width: 110px;
}

.nav4 a.selected, .nav4 a:hover {
	background-position: -358px -14px;
}

.nav5 a {
	width: 146px;
}

.nav5 a.selected, .nav5 a:hover {
	background-position: -468px -14px;
}

.nav6 a {
	width: 134px;
}

.nav6 a.selected, .nav6 a:hover {
	background-position: -614px -14px;
}

.nav7 a {
	width: 114px;
}

.nav7 a.selected, .nav7 a:hover {
	background-position: -5px -14px;
}

#getStarted { background: url(/brands/clayton_es/images/getStarted.png) no-repeat; }
#mortCalc a { background: url(/brands/clayton_es/images/mortCalc_btn.png) no-repeat; }
#finProg a { background: url(/brands/clayton_es/images/finProg_btn.png) no-repeat; }
#getPreQual a { background: url(/brands/clayton_es/images/getPQ_btn.png) no-repeat; }
#mortFAQ a { background: url(/brands/clayton_es/images/mortFAQ_btn.png) no-repeat; }

.emptyCenterThumbBox { height: 3px !important; margin: 0 !important; padding: 0 !important;}


