/* @group Top Level Navigation Settings */

/* Unorderd List Settings: Margins & Padding */

#TopLevelNav ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* List Item (Horizontal Menu) */

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

/* First Child (Menu Item) Style */

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

}

/* A HREF Style Style*/

#TopLevelNav a {
	text-decoration: none;
	font: 12px "Century Gothic", "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #2175D9;
	padding-right: 12px;
	padding-left: 12px;
}

/* A HREF Hover Style*/

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



/* @end */

/* @group Primary Navigation Settings */

/* Unorderd List Settings: Margins & Padding */
#PrimaryNav ul {
	padding: 0;
	margin: 0;
}

/* List Item (Horizontal Menu) */
#PrimaryNav li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid silver;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* First Child (Menu Item) Style */
#PrimaryNav li:last-child {
	border: none;
}

/* A HREF Style Style*/
#PrimaryNav a {
	text-decoration: none;
	font: 11px "Century Gothic", "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
	padding-right: 18px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 6px;
	padding-left: 18px;
}

/* A HREF Hover Style*/
#PrimaryNav a:hover {
	color: #2175D9;
	border-bottom: 4px solid #2175D9;
	padding-bottom: 6px;
}



/* @end */

/* @group Section Navigation Settings */

/* Unorderd List Settings: Margins & Padding */

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

/* List Item (Horizontal Menu) */

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

/* First Child (Menu Item) Style */

#SectionNav li:first-child {

}

/* A HREF Style Style*/

#SectionNav a {
	text-decoration: none;
	font: 11px "Century Gothic", "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #2175D9;

}

/* A HREF Hover Style*/

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



/* @end */

/* @group Bottom Navigation Settings */

/* Unorderd List Settings: Margins & Padding */

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

/* List Item (Horizontal Menu) */

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

/* First Child (Menu Item) Style */

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

}

/* A HREF Style Style*/

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

/* A HREF Hover Style*/

#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: #8fb9eb;
	padding-right: 8px;
	padding-left: 8px;
}

#FooterNav a:hover {
	color: black;
}



/* @end */