/* ===== main navigation links home ===== */


#header #mainMenuHome {          /* set the position for the nav elements */
	position: absolute;
	left: 547px;
	bottom: 25px;
}

#mainMenuHome ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenuHome li {               /* turn off the normal list item behavior */
    margin: 0;
    padding:0;
}

#mainMenuHome li a:link, #mainMenuHome li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size:10px;
	display: block;         /* block mode for graphical button */
	color: #000;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 40px 8px 0;
	line-height: 25px;
	background: url(../images/nav_rolloverHome.gif) no-repeat center bottom;
	border: none;
}

#mainMenuHome li a:hover, #mainMenuHome li a:active {
	color: #BCEAFF;         /* mustard color for text */
	background-position: center top;      /* move image to show rollover */
}

#mainMenuHome ul li a.current {  /* different look for "current" link */
    
    background: url(../images/nav_currentHome.gif) no-repeat center;
    color: #000000;
	text-decoration: underline;
	font-weight: bold;
    
}

#mainMenuHome ul li a.current:hover {
    cursor: default;
}


/* ===== main navigation links About ===== */

#header #mainMenuAbout {          /* set the position for the nav elements */
	position: absolute;
	left: 595px;
	bottom: 25px;
}

#mainMenuAbout ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenuAbout li {               /* turn off the normal list item behavior */
    margin: 0;
    padding:0;
}

#mainMenuAbout li a:link, #mainMenuAbout li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size:10px;
	display: block;         /* block mode for graphical button */
	color: #000;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 40px 8px 0;
	line-height: 25px;
	background: url(../images/nav_rolloverAbout.gif) no-repeat center bottom;
	border: none;
}

#mainMenuAbout li a:hover, #mainMenuAbout li a:active {
    color: #f8b449;         /* mustard color for text */
    background-position: center top;      /* move image to show rollover */
}

#mainMenuAbout ul li a.current {  /* different look for "current" link */
    
    background: url(../images/nav_currentAbout.gif) no-repeat center;
    color: #000000;
	text-decoration: underline;
	font-weight: bold;
    
}

#mainMenuAbout ul li a.current:hover {
    cursor: default;
}


/* ===== main navigation links Contact ===== */

#header #mainMenuContact {          /* set the position for the nav elements */
	position: absolute;
	left: 642px;
	bottom: 25px;
}

#mainMenuContact ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenuContact li {               /* turn off the normal list item behavior */
    margin: 0;
    padding:0;
}

#mainMenuContact li a:link, #mainMenuContact li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size:10px;
	display: block;         /* block mode for graphical button */
	color: #000;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 40px 8px 0;
	line-height: 25px;
	background: url(../images/nav_rolloverContact.gif) no-repeat center bottom;
	border: none;
}

#mainMenuContact li a:hover, #mainMenuContact li a:active {
    color: #f8b449;         /* mustard color for text */
    background-position: center top;      /* move image to show rollover */
}

#mainMenuContact ul li a.current {  /* different look for "current" link */
    
    background: url(../images/nav_currentContact.gif) no-repeat center;
    color: #000000;
	text-decoration: underline;
	font-weight: bold;
    
}

#mainMenuContact ul li a.current:hover {
    cursor: default;
}


/* ===== main navigation links Faq ===== */

#header #mainMenuFaq {          /* set the position for the nav elements */
	position: absolute;
	left: 699px;
	bottom: 25px;
}

#mainMenuFaq ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenuFaq li {               /* turn off the normal list item behavior */
    margin: 0;
    padding:0;
}

#mainMenuFaq li a:link, #mainMenuFaq li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size:10px;
	display: block;         /* block mode for graphical button */
	color: #000;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 40px 8px 0;
	line-height: 25px;
	background: url(../images/nav_rolloverFaq.gif) no-repeat center bottom;
	border: none;
	
}

#mainMenuFaq li a:hover, #mainMenuFaq li a:active {
    color: #f8b449;         /* mustard color for text */
    background-position: center top;      /* move image to show rollover */
}

#mainMenuFaq ul li a.current {  /* different look for "current" link */
	background: url(../images/nav_currentFaq.gif) no-repeat center;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
    
}

#mainMenuFaq ul li a.current:hover {
    cursor: default;
}



/* ===== main navigation links Review ===== */

#header #mainMenuReview {          /* set the position for the nav elements */
	position: absolute;
	left: 741px;
	bottom: 25px;
}

#mainMenuReview ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenuReview li {               /* turn off the normal list item behavior */
    margin: 0;
    padding:0;
}

#mainMenuReview li a:link, #mainMenuReview li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size:10px;
	display: block;         /* block mode for graphical button */
	color: #000;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 40px 8px 0;
	line-height: 25px;
	background: url(../images/nav_rolloverReview.gif) no-repeat center bottom;
	border: none;
}

#mainMenuReview li a:hover, #mainMenuReview li a:active {
    color: #f8b449;         /* mustard color for text */
    background-position: center top;      /* move image to show rollover */
}

#mainMenuReview ul li a.current {  /* different look for "current" link */
    
    background: url(../images/nav_currentReview.gif) no-repeat center;
    color: #000000;
	text-decoration: underline;
	font-weight: bold;
    
}

#mainMenuReview ul li a.current:hover {
    cursor: default;
}





/* ===== main navigation links Print ===== */

#header #mainMenuPrint {          /* set the position for the nav elements */
	position: absolute;
	left: 796px;
	bottom: 25px;
}

#mainMenuPrint ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenuPrint li {               /* turn off the normal list item behavior */
    margin: 0;
    padding:0;
}

#mainMenuPrint li a:link, #mainMenuPrint li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size:10px;
	display: block;         /* block mode for graphical button */
	color: #000;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 40px 8px 0;
	line-height: 25px;
	background: url(../images/nav_rolloverPrint.gif) no-repeat center bottom;
	border: none;
}

#mainMenuPrint li a:hover, #mainMenuPrint li a:active {
    color: #f8b449;         /* mustard color for text */
    background-position: center top;      /* move image to show rollover */
}

#mainMenuPrint ul li a.current {  /* different look for "current" link */
    
    background: url(../images/nav_currentPrint.gif) no-repeat center;
    color: #000000;
	text-decoration: underline;
	font-weight: bold;
    
}

#mainMenuPrint ul li a.current:hover {
    cursor: default;
}


/* ===== main navigation links Add ===== */

#header #mainMenuAdd {          /* set the position for the nav elements */
	position: absolute;
	left: 841px;
	bottom: 25px;
	width: 51px;
}

#mainMenuAdd ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenuAdd li {               /* turn off the normal list item behavior */
    margin: 0;
    padding:0;
}

#mainMenuAdd li a:link, #mainMenuAdd li a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size:10px;
	display: block;         /* block mode for graphical button */
	color: #000;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 40px 8px 0;
	line-height: 25px;
	background: url(../images/nav_rolloverAdd.gif) no-repeat center bottom;
	border: none;
}

#mainMenuAdd li a:hover, #mainMenuAdd li a:active {
    color: #f8b449;         /* mustard color for text */
    background-position: center top;      /* move image to show rollover */
}

#mainMenuAdd ul li a.current {  /* different look for "current" link */
    
    background: url(../images/nav_currentAdd.gif) no-repeat center;
    color: #000000;
	text-decoration: underline;
	font-weight: bold;
    
}

#mainMenuAdd ul li a.current:hover {
    cursor: default;
}