/* @group Top Level Navigation Settings */

#TopLevelNav ul {
	padding: 0;
	text-align: right;
	margin: 0 0 2px;
}

#TopLevelNav li {
	list-style-type: none;
	display: inline;
	border-bottom: 1px solid #E8EBE3;
	margin-bottom: 2px;
}

#TopLevelNav li:first-child {
	border-bottom: 1px solid #E8EBE3;
}

#TopLevelNav a {
	text-transform: uppercase;
	text-decoration: none;
	font: 11px "Century Gothic", "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #A69C92;
	padding-left: 23px;
	padding-right: 23px;
}

#TopLevelNav a:hover {
	color: #000;
	border-bottom: 2px solid #A69C92;

}



/* @end */

/* @group Primary Navigation Settings */
#PrimaryNav ul {
	padding: 0;
	margin: 0 0 3px;
}

#PrimaryNav li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#PrimaryNav li:first-child {
	border: none;
}

#PrimaryNav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #0060B6;
}

.PrimaryNav {
	border-bottom: 3px solid #BFD7ED;
}

#PrimaryNav a:hover {
	color: #000;
	border-bottom: 3px solid #ff7f00;
}



/* @end */

/* @group Category Navigation Settings */

#CategoryNav ul {
	margin: 0;
	padding: 0;
}

#CategoryNav li {
	float: left;
	clear: left;
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
	width: 100%;
}

#CategoryNav li:first-child {

}

#CategoryNav a {
	text-decoration: none;
	font: bold 14px "Century Gothic", "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: white;

}

#CategoryNav a:hover {
	color: #ff7f00;
	text-decoration: none;
}



/* @end */

/* @group Section Navigation Settings */

#SectionNav ul {
	margin: 0;
	padding: 0;
}

#SectionNav li {
	list-style-type: none;
	padding: 6px 0;
	float: left;
	clear: left;
	width: 191px;
	border-bottom: 1px solid #ff7f00;
}

#SectionNav li:first-child {
	border-top: 1px solid #ff7f00;
}

#SectionNav a {
	text-decoration: none;
	color: black;
	font: 11px Verdana;
}

#SectionNav a:hover {
	color: #ff7f00;
	text-decoration: none;
}



/* @end */

/* @group Bottom Navigation Settings */

#BottomNav ul {
	margin: 0;
	padding: 0;
}

#BottomNav li {
	list-style-type: none;
	display: inline;
}

#BottomNav li:first-child {
	border: none;

}

#BottomNav a {
	text-decoration: none;
	font: 11px "Century Gothic", "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #A69C92;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: uppercase;
}

#BottomNav a:hover {
	color: #000;
}



/* @end */

/* @group Footer Navigation Settings */

#FooterNav ul {
	margin: 0;
	padding: 0;
}

#FooterNav li {
	list-style-type: none;
	display: inline;
	padding: 0 4px;
}

#FooterNav li:first-child {
	border: none;
}

#FooterNav a {
	text-decoration: none;
	font: 9px/9px Verdana, "Trebuchet MS", Helvetica, Arial;
	color: gray;
	padding-right: 8px;
	padding-left: 8px;
}

#FooterNav a:hover {
	color: black;
}



/* @end */
