/* CSS Document */

/* === TOP NAVIGATION MENU === */

body 
{
	behavior:url("csshover.htc");
}


/* === START LEFT INDEX MENU === */

body div#leftMenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
	padding:0px 0px 0px 0px; /*--- Space on sides of menu item's text ---*/
	margin:0px;
	font-size:14px;
}
div#leftMenu /*--- Menu List Container ---*/
{
	width:221px;
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	margin:0px;
	margin-top:-3px;
	
}

div#leftMenu ul
{
	margin:0px;
	padding:0px;
}
div#leftMenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
	background-color:#6c9978;
	background-repeat:no-repeat;
	background-position:right;
}
div#leftMenu ul li.OV{
	background-image:url(images/nav_02.jpg);
	width:221px;
	height:35px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
}

div#leftMenu ul li.OV:hover  {
	background-image:url(images/rollover_02.jpg);
	width:221px;
	height:35px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	
}

div#leftMenu ul li.member{
	background-image:url(images/nav_04.jpg);
	width:221px;
	height:35px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
}

div#leftMenu ul li.member:hover  {
	background-image:url(images/rollover_04.jpg);
	width:221px;
	height:35px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}
div#leftMenu ul li.meet{
	background-image:url(images/nav_05.jpg);
	width:221px;
	height:34px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
}

div#leftMenu ul li.meet:hover  {
	background-image:url(images/rollover_05.jpg);
	width:221px;
	height:34px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}
div#leftMenu ul li.fund{
	background-image:url(images/nav_06.jpg);
	width:221px;
	height:35px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
}

div#leftMenu ul li.fund:hover  {
	background-image:url(images/rollover_06.jpg);
	width:221px;
	height:35px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}
div#leftMenu ul li.publication{
	background-image:url(images/nav_07.jpg);
	width:221px;
	height:37px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
}

div#leftMenu ul li.publication:hover  {
	background-image:url(images/rollover_07.jpg);
	width:221px;
	height:37px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}
div#leftMenu ul li.contact{
	background-image:url(images/nav_08.jpg);
	width:221px;
	height:36px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
}

div#leftMenu ul li.contact:hover  {
	background-image:url(images/rollover_08.jpg);
	width:221px;
	height:36px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}
div#leftMenu ul li.resource{
	background-image:url(images/nav_09.jpg);
	width:221px;
	height:30px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
}

div#leftMenu ul li.resource:hover  {
	background-image:url(images/rollover_09.jpg);
	width:221px;
	height:30px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}


div#leftMenu li:hover
{
	background-color:#6c9978;
	color:#FFFFFF;
}

div#leftMenu ul li a  {
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:0px 0px 0px 0px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	font-weight:normal;	
	margin:0px;
}


div#leftMenu ul li a:hover  {
	color:#ffffff;
	display:block;
}

div#leftMenu ul li:hover ul
{
	display:block; /*--- Displays appropriate drop down menu ---*/
}

div#leftMenu ul li:hover a	{
	color:#FFFFFF;
}


/*---------------  FLY OUTS  -----------------*/

div#leftMenu ul li ul.OV
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:221px; /*--- Aligns the drop-down exactly under the menu ---*/
	background-color:#366845;
	list-style:none;
	width:140px;
}
div#leftMenu ul li ul.member
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:221px; /*--- Aligns the drop-down exactly under the menu ---*/
	background-color:#366845;
	list-style:none;
	width:140px;
}
div#leftMenu ul li ul.meet
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:221px; /*--- Aligns the drop-down exactly under the menu ---*/
	background-color:#366845;
	list-style:none;
	width:170px;
}
div#leftMenu ul li ul.fund
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:221px; /*--- Aligns the drop-down exactly under the menu ---*/
	background-color:#366845;
	list-style:none;
	width:170px;
}
div#leftMenu ul li ul.publication
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:221px; /*--- Aligns the drop-down exactly under the menu ---*/
	background-color:#366845;
	list-style:none;
	width:170px;
}
div#leftMenu ul li ul.resource
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:221px; /*--- Aligns the drop-down exactly under the menu ---*/
	background-color:#366845;
	list-style:none;
	width:230px;
}


div#leftMenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	/*border-top:1px solid #ffffff; --- Three sides of each drop-down item ---*/
	padding:5px;
	background-image:none;
	margin:0px;
	background-color:#366845;
	border-bottom:1px solid #82b18e;
	text-align:left;
	list-style:none;	
}

div#leftMenu ul li ul li:hover {
	background-color:#6c9978;
}

div#leftMenu ul li ul li a.flyout
{
	display: block;
	padding:5px;
	margin:0px;
	text-decoration:none;
	color:white;
}

div#leftMenu ul li ul li a.flyout:hover	{
	color:white;
	text-decoration:none;
	
}

/* === END LEFT NAV INDEX STYLES === */





