/*********** active links ************/
#active-main-tab {
	background: #000 url(/images/nav-active-tab-bg.gif) repeat-x !important;
	border-left: 1px solid #00477F !important;
	border-right: 1px solid #00477F !important;
	border-top: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
	}
#active-main-link {
	color: inherit !important; 
	}
#active-child-tab {
	text-decoration: underline;
	}
#active-child-link {
	color: inherit;
	}
#active-sub-tab {
	font-weight: bold; !important;
	}
/***********************************/
	
/*********** all links ************/
#navbar a {
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	}
#navbar li {
	border: 1px solid transparent;
	margin-left: 4px;
	}
#navbar li:hover {
	background: #000 url(/images/nav-active-tab-bg.gif) repeat-x !important;
	border-left: 1px solid #00477F !important;
	border-right: 1px solid #00477F !important;
	border-top: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
	}
/***********************************/

/******* submenu links only ********/
#navbar li:hover li a {
	color: inherit;
	text-decoration: none;
	width: 198px;
	}
#navbar li:hover li {
	background: #717075;
	border: 1px solid #717075;
	width: 200px;				/* Keeps a common width of submenu */
	}
#navbar li:hover li:hover {
	text-decoration: underline;
	}
/*IE */
#navbar li li a:hover {
	background: #717075;
	text-decoration: none;
	}

/******** submenu placement ********/
#navbar li .sub {
	top: 32px;					/* needs to be <= height of the tab */
	left: 5px;
	}
#navbar li ul {
	background: #eee;
	border: 1px solid #fff;
	border-width: 0 1px;
	}
/***********************************/
