/* CSS Document */

#tabs a:hover {

			color: #ffffff;

		}

		

		#tabs {

			position:absolute;

			left:15px;

			top:9px;

			float: center;

			width: 915px;

			font-size: small;

			line-height: 16px;

			margin-left: 0px;

		}



		#tabs ul {

			margin: 0;

			padding: 0;

			list-style-type: none;

		}



		#tabs li {

			float: left;

			background: url(../images/tabs/right2.png) no-repeat right bottom;

			margin: 0;

			padding: 0;



		}



		#tabs a {

			display: block;

			background: url(../images/tabs/left2.png) no-repeat left bottom;

			padding: 5px 15px;

			font-family:  "trebuchet ms", helvetica, sans-serif;

			font-size: 14px;

			font-weight: normal;

			color: #FFFF99;

			text-decoration: none;

		}



.style8 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: smaller;

}

.style2 {	font-family: Arial, Helvetica, sans-serif;

	font-size: smaller;

}

#bar {position: relative; top: -3px; left: 16px;}



#tabsection		{

	background-position:bottom;

	background-repeat:no-repeat;

	position:relative;

	border-top: 2px;

	margin-left:auto;

	margin-right:auto;

	top:-9px;

	width:915px;

	height:22px;

		}



#orgouter {

	position: relative;

	width: 921px;

	height: 550px;

	min-height: 100%;

	margin: 0 auto;

	background: #fff;

	border-left: solid 1px #CCC;

	border-bottom: solid 1px #CCC;

}











#orgchart img{ padding: 0px; margin: 0px;}





#orgchart {

position: relative;

left: 3px;

top: -2px;

width: 921px;

Height: 1000px;

padding-top: 0px;

margin-top: 0px;

margin-bottom: 0px;

padding-bottom: 0px;

}



/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */

ul.MenuBarHorizontal iframe

{

	position: absolute;

	z-index: 1010;

	filter:alpha(opacity:0.1);

}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */

@media screen, projection

{

	ul.MenuBarHorizontal li.MenuBarItemIE

	{

		display: inline;

		f\loat: left;

		background: #FFF;

	}

}

