/* Standard left Navigation CSS Document - 

/* Start Holly Hack, hidden from MacIE. \*/
* html #navholder-contents ul li {height: 1%;}
/* End Holly Hack. */

#navholder {list-style: none; /* kills the list item "bullet" markers */
display: inline; /* doubled margin bug fix for IE/win */
font-family: "Times New Roman", Times, serif;
/* font-size:11px; */
text-align:center;
text-transform:uppercase;
/*	background-image:url(images/blackumsllogo.gif);
	background-position: 10px 95%;
	background-repeat:no-repeat; */}


#navholder-contents ul {
	margin:0px;
	padding:0px;
	width: 164px;
	border-top: 1px solid #000; /* Makes top border on flyouts */
	background: #ffffff;
	}

#navholder-contents li {
	list-style: none; /* kills the list item "bullet" markers */
	border-right: 1px solid #000; /* Makes side borders on flyouts */
	border-bottom: 1px solid #000; /* Makes bottom border on flyouts */
	border-top: 0px solid #000; /* Makes bottom border on flyouts */
	position: relative;
	font-weight: bold;
	font-family: arial, sans-serif;
	vertical-align: bottom; /* for IE5/win */
}

#navholder-contents ul a {
display: block;
padding: 5px 10px;
vertical-align: bottom; /* needed for IE5/win */
text-align: center;
text-decoration: none;
color: #000000;}

#navholder-contents ul ul li {
border-left: 1px solid #000; /* Makes side borders on flyouts */}

#navholder-contents ul ul {position: absolute;
left: -3000px;
background: #ffffff;}
/* flyout elements need a background image or color to avoid bugs in IE/win */

#navholder-contents li:hover {background: #cfd9e3;}

#navholder-contents ul li:hover ul {left: 7em;
top: 4px;}

#navholder-contents ul a:hover {text-decoration: underline;}

  The line below starts the conditional comment 
 [if IE]>
#navholder-contents {behavior: url(http://www.umsl.edu/csshover2.htc);}
#navholder-contents li {margin-left: -16px;
        	margin-left: 0;} /* special rules to correct older IE/win bullet zone problems */
