#cat_box { /*category box */
	font-size: 11px;
	line-height: 14px;
	color: #27286E;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 17.5px;
	width: 11em;
	padding: 3px;
	height: auto;
	background-color: #ffcccc;
	font-weight: bold;
	font-variant: small-caps;
	border: 2px solid #333366;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	float: left;
	}
#nav {
	font-size: 11px;
	line-height: 14px;
	color: #27286E;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 17px;
	width: 150px;
	padding: 5px;
	height: auto;
}
#nav label {
	width: 10em;
	display: block;
	color: #333366;
	text-decoration: none;
	background-color: #ff9999; /* baby cloud blue */
	border: 2px solid #333366; /* rose */
	margin-bottom: 1px;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	text-align: center;
	font-weight: bold;
	}
#nav ul { /*all lists */
	list-style: none;
	float: left;
	width: 11em;
	padding: 0;
	}
#nav li { /*all list items */
	position: relative;
	float: left;
	line-height: 1.25em;
	width: 11em;
	height: auto;
	text-align: right;
	text-indent: 5px;
	}
#nav li ul { /*second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 11.05em;
	margin-top: -1.35em;
	}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
#nav li a {
	width: 10em;
	display: block;
	color: #333366; /* print blue */
	font-weight: bold;
	text-decoration: none;
	background-color: #99CCFF; /* baby cloud blue */
	border: 2px solid #FF9999; /* rose */
	margin-bottom: 1px;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	}
#nav a:hover {
	color: #27286E;
	background: #FFFFFF; /* white */
	}
#nav li a:hover {
	color: #FFFFFF; /* white */
	background-color: #333366; /* print blue */
	}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
#content {
	margin-left: 12em;
	}
#dropvertical {
width: 12em; /* set width of menu */
background: #27286E;
}
#dropvertical ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
/* style, color and size links
