/*
li {
	text-indent: 3px;
}
*/
.home {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 4px solid #D5D8E3; thick left border of menu */ /*border-right: 4px solid #D5D8E3; thick right border of menu */
}

.home li{
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 73px;
}

.home li a{
	display: block;
	color: #F90;
	width: auto;
	/* border-bottom: 1px solid white;  White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.home li a:visited, .home li a:active{
	color: #F90;
}

.home li a:hover{
	background-position: 0px 0px; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFF;
	background-image: url(../images/menu_over.png);
	background-color: #0066FF;
}

/* item 2 */

.why {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 4px solid #D5D8E3; thick left border of menu */ /*border-right: 4px solid #D5D8E3; thick right border of menu */
}

.why li{
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 136px;
}

.why li a{
	display: block;
	color: #F90;
	width: auto;
	/* border-bottom: 1px solid white;  White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.why li a:visited, .why li a:active{
	color: #F90;
}

.why li a:hover{
	background-position: 0px 0px; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFF;
	background-image: url(../images/menu_over.png);
	background-color: #0066FF;
}

/* item 3 */


.about {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 4px solid #D5D8E3; thick left border of menu */ /*border-right: 4px solid #D5D8E3; thick right border of menu */
}

.about li{
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 93px;
}

.about li a{
	display: block;
	color: #F90;
	width: auto;
	/* border-bottom: 1px solid white;  White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.about li a:visited, .about li a:active{
	color: #F90;
}

.about li a:hover{
	background-position: 0px 0px; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFF;
	background-image: url(../images/menu_over.png);
	background-color: #0066FF;
}

/* item 4 */


.articles {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 4px solid #D5D8E3; thick left border of menu */ /*border-right: 4px solid #D5D8E3; thick right border of menu */
}

.articles li{
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 81px;
}

.articles li a{
	display: block;
	color: #F90;
	width: auto;
	/* border-bottom: 1px solid white;  White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.articles li a:visited, .articles li a:active{
	color: #F90;
}

.articles li a:hover{
	background-position: 0px 0px; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFF;
	background-image: url(../images/menu_over.png);
	background-color: #0066FF;
}

/* item 5 */


.faq {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 4px solid #D5D8E3; thick left border of menu */ /*border-right: 4px solid #D5D8E3; thick right border of menu */
}

.faq li{
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 62px;
}

.faq li a{
	display: block;
	color: #F90;
	width: auto;
	/* border-bottom: 1px solid white;  White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.faq li a:visited, .faq li a:active{
	color: #F90;
}

.faq li a:hover{
	background-position: 0px 0px; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFF;
	background-image: url(../images/menu_over.png);
	background-color: #0066FF;
}

/* item 6 */

.quotes {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 4px solid #D5D8E3; thick left border of menu */ /*border-right: 4px solid #D5D8E3; thick right border of menu */
}

.quotes li{
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 173px;
}

.quotes li a{
	display: block;
	color: #F90;
	width: auto;
	/* border-bottom: 1px solid white;  White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.quotes li a:visited, .quotes li a:active{
	color: #F90;
}

.quotes li a:hover{
	background-position: 0px 0px; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFF;
	background-image: url(../images/menu_over.png);
	background-color: #0066FF;
}

/* item 7 */

.privacy {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 4px solid #D5D8E3; thick left border of menu */ /*border-right: 4px solid #D5D8E3; thick right border of menu */
}

.privacy li{
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 126px;
}

.privacy li a{
	display: block;
	color: #F90;
	width: auto;
	/* border-bottom: 1px solid white;  White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.privacy li a:visited, .privacy li a:active{
	color: #F90;
}

.privacy li a:hover{
	background-position: 0px 0px; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFF;
	background-image: url(../images/menu_over.png);
	background-color: #0066FF;
}

/* item 8 */

.contact {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 4px solid #D5D8E3; thick left border of menu */ /*border-right: 4px solid #D5D8E3; thick right border of menu */
}

.contact li{
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 102px;
}

.contact li a{
	display: block;
	color: #F90;
	width: auto;
	/* border-bottom: 1px solid white;  White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.contact li a:visited, .contact li a:active{
	color: #F90;
}

.contact li a:hover{
	background-position: 0px 0px; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFF;
	background-image: url(../images/menu_over.png);
	background-color: #0066FF;
}

#nav_box {
	height: 30px;
	width: 846px;
	background-color: #044184;
} 
*/

