
body { behavior:url("http://www.rsu.edu/css/csshover.htc");	}

#menu {	position:relative; top:0px; width:165px; background-color: #054177; z-index:5; }

#menu ul { margin: 0px;	padding: 0px;	list-style:none; background-color: #054177; }

/*backgroundcolor here*/
#menu .menuheader {	background-color:#054177; }

/* Changes to anchor on hover. */
#menu a, #menu h2, #menu h3, #menu h4 {	font-family: tahoma;	display: block;	border:0px;	margin: 0;	padding: 3px;	padding-left:5px;	text-decoration: none; z-index:5;	/* background-color:#054177; */	}
	
/* nav title in  box above left nav if needed */	
#menu h2 { font-family: arial;	font-size: small;	color: #ffffff;	padding-top: 5px;	padding-bottom: 5px;	background-color: #0d375e;	border-top: 2px solid #0f5b9f;	border-bottom: 2px solid #0f5b9f;		}
#menu h3 { font-family: arial;	font-size: small;	color: #ffffff;	padding-top: 3px;	padding-bottom: 3px;	background-color: #0f5b9f;	border-top: 2px solid #0d375e;	border-bottom: 2px solid #0d375e;		}
#menu h4 { font-family: trajan pro;	font-size: small;	color: #ffffff;	padding-top: 3px;	padding-bottom: 3px;	background-color: #b10e39;		border-top: 2px solid #0d375e;	border-bottom: 2px solid #0d375e;		}

#menu a {	color: #ffffff; z-index:5;}
#menu a:hover {	color: #ffffff;	background-color: #b10e39; text-decoration: none;	z-index:5;	}


/*the folling #menu rules turn our structured list into a rollover navigation menu */
/*positioning the popouts*/
#menu ul ul ul {position: absolute; top: 0px; left: 100%;	width: 100%;	z-index:5;	}

/* positioning*/
#menu li { position: relative;	/* border-bottom:1px solid #0f5b9f; */	z-index:5; }
					
/* hide the submenus when not on mouse hover*/
div#menu ul ul ul {display: none;}

/* show submenus on mouse hover*/
div#menu ul ul li:hover ul {display: block; border:1px solid #0d375c; padding:5px 3px 20px 10px; z-index:5;}
li:hover ul, li.over ul {display:block;}
					
/* fix ie since it is not standards compliant whitespace and whatever:hover fix */
#menu ul {float: left; width: 100%; margin-bottom: .7em; z-index:5;}
#menu li {float: left; width: 100%; z-index:5;}
#menu ul li a {height: 1%; z-index:5;}




/* area for breadcrumbs to be displayed between banner and main content area. */	

/* adding height attribute breaks ie */
#contentbar { margin: 0; padding-left: 2px;	font-size: 8px;	}

/* adding height attribute breaks ie */
#contentbar a{ color: #004b8d; text-decoration: none;	}

/* adding height attribute breaks ie */
#contentbar a:hover { color: #b10e39;	text-decoration: underline;	}
#content li {padding: 0px 2px;	}

