/*menu stuff below*/
#box_categories table {
	border:0;
	padding:4px;
}
#box_categories {
	width:188px;
	margin:0;
	padding:0;
	background:#dde3ec;
}
#catHeading {
	line-height:0px;
}
#nav, #nav2 {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 168px;
}
#nav li, #nav2 li {
	border-bottom: thin dotted #5E727B;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	padding:8px 0 8px 2px;
	width: 169px;
}
#nav ul, #nav2 ul {
	display: none;
	left: 168px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
	background:#DDE3EC;
	border:1px solid #A5BAD1;
}
#nav a, #nav2 a {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:11px;
	text-align:left;
	text-decoration:none;
	width: 158px; /* helps IE with hover */
}
#nav a:hover, #nav2 a:hover{
	color:#1E518C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:11px;
	text-align:left;
	width:100%;
	text-decoration:underline;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav2 li:hover ul ul, 
#nav2 li:hover ul ul ul {
	display: none;
}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul,
#nav2 li:hover ul, 
#nav2 ul li:hover ul, 
#nav2 ul ul li:hover ul {
	display: block;
}
li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li {
	float:left;
	display: inline;
}/* end holly hack */
* html #nav2 li {
	float:left;
	display: inline;
}/* end holly hack */
/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
}
/* End hide from IE5/mac */

