/*Overal link colors */
a:link, a:visited {color:#ed790d;}
a:hover, a:active {color:#ed790d;}

/*Main Menu styling*/
#navbar {background: #ed790d}									/* Overral Menu Background */
#navbar li {
	background: url("../images/nav-border.gif") repeat-x;
} /* If background color above is changed, this graphic will either need to be changed or removed */
#navbar a:link, #navbar a:visited, {color:#FFFFFF;}				/* Menu text color in its normal state */
#navbar a:hover {color:#002f43;}								/* Menu text color when rolled over */

#navbar ul li ul li a:link, #navbar ul li ul li a:visited, {color:#FFFFFF;}				/* Menu2 text color in its normal state */
#navbar ul li ul li a:hover {color:#ed790d;}								/* Menu2 text color when rolled over */

#navbar ul li ul li ul li a:link, #navbar ul li ul li ul li a:visited, {color:#FFFFFF;}				/* Menu3 text color in its normal state */
#navbar ul li ul li ul li a:hover {color:#ed790d;}								/* Menu3 text color when rolled over */



/*Header Image*/
#header {background-image: url(../images/header.jpg);}

/*Footer Backgound*/
#footer {background-image: url(../images/footer-bg.gif);}

/*Footer Left Image*/
.footer-left {background-image: url(../images/footer-left-bg.gif);}

/*Menu and Content Background*/
#nav-cont-wrappper {background-image: url(../images/menu-content-bg.gif);}


