/* Styles for TCS menus - except Home Page */
#menubarblue { 
	/*background-color: #6699CC;  */
	background-image: url(../images/menubar.jpg);
	background-repeat: repeat-x;
	padding: 0;
	width: 760px;
	height: 40px;
}

/* level 1 */
ul#nav {
	float: left;
	width:760px;
	list-style: none;
	line-height: 1.2em;
	padding: 0;/* use either padding or margins not both */
	margin:10px 0 10px 0;/* styles margins of nav bar */
}
ul#nav li {
	float: left;
	/*white-space:nowrap;
	width: 150px;*/
	font-size:12px;
	font-weight: bold;
	padding: 0;
}
ul#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size:12px;
	/*padding: 0.25em 2em;*/
	padding-bottom: 4px;/* positions dropdowns under navbar */
}
ul#nav li a:hover {
	color: #C80000;
	background-color: transparent;
}
ul#nav li.about {
	padding-left: 20px;
	padding-right: 10px;
	width: 90px;
	white-space:nowrap;
	background-color: transparent;
	font-size:12px;
}
ul#nav li.support {
	padding-left: 0;
	width: 100px;
	white-space:nowrap;
	background-color: transparent;
	font-size:12px;
}
ul#nav li.billing {
	padding-left: 0;
	width: 170px;
	white-space:nowrap;
	background-color: transparent;
	font-size:12px;
}
ul#nav li.services {
	padding-left: 0;
	padding-right: 15px;
	width: 150px;
	white-space:nowrap;
	background-color: transparent;
	font-size:12px;
}
ul#nav li.events {
	padding-left: 0;
	width: 60px;
	white-space:nowrap;
	background-color: transparent;
	font-size:12px;
}
ul#nav li.staff {
	padding-left: 0;
	width: 110px;
	white-space:nowrap;
	background-color: transparent;
	font-size:12px;
}

/* ul#nav li a.parent {
	background: url(rightarrow2.gif) center right no-repeat;
} */
/* level 2 */
ul#nav ul {
	float: left;
	width:760px;
	background-color: #ccdeee;
	list-style: none;
	border-right: 3px solid #b6cfe7;
	border-bottom: 3px solid #b6cfe7;
	border-left: 3px solid #b6cfe7;
	padding: 10px 0 0 2px;/* padding-top adds more bg color */
	margin: 0 0 1em 0;/* adding a margin-top has no effect */
	z-index: 10;
}
ul#nav ul li {
	/*line-height: 1.5em;*/
	/*padding-top: 1.5em;*/
	color:#000;
	font-size:0.9em;
	font-weight: bold;
	z-index: 10;
}
ul#nav ul li a {
	/*line-height: 1.5em;*/
	/*margin-bottom: 1.5em;*/
	color:#000;
	font-size:0.9em;
	font-weight: bold;
	/* width: 170px; */
}
ul#nav ul li a:hover {
	color:#990000;
	background-color: transparent;
}
ul#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;/* must stay at 0 or menus won't stay open*/
}

ul#nav li li {
	padding-right: 1em;
	width: 150px;
}
#nav li ul a {
	width: 150px;
}
/* for third level to drop down to side of level 2 */
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background-color: transparent;
}

/*creates leftside nav on health and safety index pages*/
div#healthsafetylinks h4 { 
	color: #000066; 
	/*background-image: url(../images/sidegrad.gif);
	background-color: #6699cc;*/
	/*background-color: #F0D6B9; */
	background:#F0D6B9 url(../images/gradient_orange.gif) repeat-x bottom;
	border-top: 2px ridge #FFE8B9; 
	/*border-right: 2px solid #FFE8B9;
	border-bottom: 2px solid #FFA07A;
	border-left: 2px solid #FFE8B9;*/
	padding-top: 5px; 
	padding-bottom:12px; 
	margin-top: 8px; 
	margin-bottom: 0;
	font-size: 1em; 
	font-style: italic; 
	text-align: center; 
 }
div#healthsafetylinks p { 
	background-color: #fbf1e5;
	border-bottom: 1px solid #FFFFE0; 
	padding-bottom: 22px;
	font-weight: bold; 
	font-size: 0.9em; 
}
div#healthsafetylinks a { 
	display: block; 
	color: #000066; 
	text-decoration: underline; 
	background: url(../links/arrow3.gif) no-repeat 8px 50%; 
	padding: 6px 1px 5px 20px; 
	margin: 0 3px 0 0;
 }
div#healthsafetylinks a:visited { 
	color: #6666CC; 
	background: url(../links/arrow4.gif) no-repeat 8px 50%; 
	text-decoration: underline;
 }
div#healthsafetylinks a:hover { 
	color: #8B5F32; 
	text-decoration: none; 
	background: url(../links/arrow2.gif) no-repeat 8px 50%; 
	border-left: 6px double #cc9966; 
	padding: 4px 3px 5px 20px; 
	margin: 0;
 }
 
 /*creates leftside nav on Links to Other Sites*/
#othersites { 
	background-color: #ccdeee; 
	font-weight: bold; 
	font-size: 0.9em; 
	margin-bottom: 50px;
}
#othersites a { 
	display: block; 
	color: #000080; 
	text-decoration: none; 
	padding: 4px 1px 5px 20px; 
	margin: 0 3px 0 0; 
	border-top: 2px ridge #FFE8B9; 
	border-bottom: 2px ridge #FFE8B9; 
}
#othersites a:visited { 
	color: #A52A2A; 
	text-decoration: none;
}
#othersites a:hover { 
	color: #000080; 
	text-decoration: underline; 
	background: url(../links/arrow3.gif) no-repeat 8px 50%; 
	border-left: 6px double #000080; 
}
#othersites a#focus {
	color: #660000;
	background-color: #aaccee;
	background-image: none;
}


