/*Overral font, size and color*/

/*Overal link colors */
a:link, a:visited {color:#016EBB;}
a:hover, a:active {color:#85C447;}

/*Main Menu styling*/

/*1st level*/
#navbar ul li a:hover, 			
#navbar_down ul li  a	{ background: transparent; color: #80B946; }	/* 1st Level Hover Background and Text Color */
#navbar ul li  a {background: transparent; color: #fff;}			/* 1st Level Link Background and Text Color */
	
/*2nd level*/
#navbar ul li ul li a:hover, 			
#navbar_down ul li ul li a	{ background: #1F83C1; color: #fff; }		/* 2nd Level Hover Background and Text Color */
#navbar ul li ul li  a {background: none;}							/* 2nd Level Link Background and Text Color */

/*3rd level*/
#navbar ul li ul li ul li a:hover, 			
#navbar_down ul li ul li ul li a	{background: #39434A;color: #fff;}	/* 3rd Level Hover Background and Text Color */
#navbar ul li ul li ul li a { background:#1F83C1; }						/* 3rd Level Link Background and Text Color */


/*Make the layout have a sidebar - just comment out below to show the sidebar div*/

/*#content-side {display: none;}
.content-main {width: 580px;}*/
