@charset "utf-8";
/* NAVIGATION */

.nav {
	width:716px !important;
	width:780px;
	width/**/:/**/716px;
	height:62px;
	padding-left:32px;
	padding-right:32px;
	background-color:#111111;
	background:url(http://www.thesethree.com/images/navbg.jpg) bottom repeat-x;
}

.nav_other {
	width:716px !important;
	width:780px;
	width/**/:/**/716px;
	height:52px;
	padding-left:32px;
	padding-right:32px;
	background-color:#111111;
	background:url(http://www.thesethree.com/images/navbg_other.png) bottom repeat-x;
}

/* NAV WITH NO SUBNAV left*/

.nav_left {
	margin-top:13px;
	float:left;
	display:inline;
}

.nav_left ul {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

.nav_left li {
	color:#9a9a9a;
	margin-right:22px;
	float:left;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

.nav_left a {
	height:48px;
	font-family:"Lucida Sans";
	font-size:1.1em;
	color:#9a9a9a;
	float:left;
	display:block;
	text-decoration:none;
}

.nav_left a:hover,
.nav_left a.navon {
	color:#ffffff;
	background:url(http://www.thesethree.com/images/navon.jpg) bottom left no-repeat;
	text-decoration:none;
}

/* NAV WITH NO SUBNAV right*/

.nav_right {
	margin-top:15px;
	float:right;
	display:inline;
}

.nav_right img {
	padding-top:2px;
}

.nav_right li {
	color:#ccda90;
	margin-right:13px;
	float:left;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

.nav_right a {
	height:46px;
	float:left;
	display:block;
}

.nav_right a:hover,
.nav_right a.navon {
	background:url(http://www.thesethree.com/images/navon.jpg) bottom left no-repeat;
}

/* OTHER left*/

.other_nav_left {
	margin-top:13px;
	float:left;
	display:inline;
}

.other_nav_left li {
	color:#9a9a9a;
	margin-right:22px;
	float:left;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

.other_nav_left a {
	height:39px;
	font-family:"Lucida Sans";
	font-size:1.1em;
	color:#9a9a9a;
	float:left;
	display:block;
	text-decoration:none;
}

.other_nav_left a:hover,
.other_nav_left a.navon {
	color:#ffffff;
	background:url(http://www.thesethree.com/images/navon_other.jpg) bottom left no-repeat;
	text-decoration:none;
}

/* OTHER right*/

.other_nav_right {
	margin-top:15px;
	float:right;
	display:inline;
}

.other_nav_right img {
	padding-top:2px;
}

.other_nav_right li {
	color:#7f6d61;
	margin-right:13px;
	float:left;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

.other_nav_right a {
	height:37px;
	float:left;
	display:block;
	text-decoration:none;
}

.other_nav_right a:hover,
.other_nav_right a.navon {
	background:url(http://www.thesethree.com/images/navon_other.jpg) bottom left no-repeat;
	text-decoration:none;
}

/* SUB NAV */

.sub_nav {
	width:716px !important;
	width:780px;
	width/**/:/**/716px;
	height:32px;
	padding-left:32px;
	padding-right:32px;
	background:url(http://www.thesethree.com/images/navbg_subnav.jpg) bottom left repeat-x;
}

.sub_nav li {
	color:#caa687;
	margin-right:17px;
	float:left;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

.sub_nav a {
	font-size:1.1em;
	height:32px;
	color:#caa687;
	float:left;
	display:block;
	text-decoration:none;
}

.sub_nav a:hover,
.sub_nav a.navon {
	color:#ffffff;
	background:url(http://www.thesethree.com/images/navon_subnav.jpg) bottom left no-repeat;
	text-decoration:none;
}