
ul#nav {
	width: 233px; /* Width of Menu Items */
	margin: 0 0 0 9px;
	padding: 0 0 29px 1px;
	background: #2A2A2A bottom left url(../css/images/nav_bot.jpg) no-repeat;
}

ul#nav ul {
	margin-top: 0px;
	padding-top: 0px;
  background: url(../css/images/nav_left.jpg) no-repeat;
}


ul#nav li{
	position: relative;
	list-style: none;
	font: 14px "arial narrow", arial, sans-serif;
	border-top: 1px solid #959595;
	background: 185px 10px url(css/images/arr_white.gif) no-repeat;
	padding: 7px 0 0 31px;
	}

ul#nav li.active {
	background: 185px 10px url(../css/images/arr_orange.gif) no-repeat;
}
 
ul#nav li a, #publications{
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 10px;
	display: block;
	width: 193px;
	padding: 2px 0 6px 8px;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	width: auto; /* Width of Menu Items */
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	position: absolute;
	display: none;
	left: 233px; /* Set 1px less than menu width */
	top: -1px;
  	background: #2A2A2A;
  	padding: 5px;
	margin: 0;
}

/* Sub Menu Styles */
ul#nav li ul li {
	border: none;
	padding: 7px 0 0 0px;
	border-bottom: 1px solid #959595;
}

/* Sub Menu Styles */
ul#nav li ul li a { 
	color: #fff;
	text-decoration: none;
	width: 193px;
	padding: 2px 0 6px 8px;
	border: none;
	margin: 0;
}
 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; left: 200px; } /* Hide sub-menus initially */

* html ul#nav li:hover ul ul,
* html ul#nav li.over ul ul { left: 201px; } /* Hide sub-menus initially */


 
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */
 
ul#nav li.menuparent { 
background: 185px 10px url(../css/images/arrr_white.gif) no-repeat; 
}

ul#nav li#menuparentact {
	background: 185px 10px url(../css/images/arrr_orange.gif) no-repeat;
}
 
ul#nav li.menuparent:hover,
ul#nav li.over { 
	background-color: #2A2A2A;
}

ul#nav li a:hover { 
  text-decoration: underline;	
}

#publications{
  margin-bottom: 5px; 
}

#publications span{ 
  margin: 0px;
  margin-left: 7px;
  width: 10%;
}
 
