.boxtitles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-left: 25px;
}

.subtitles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:active{
	color: #FFFFFF;
	text-decoration:none;
}

.text a:hover {
	color: #336699;
	text-decoration:none;
}

.titles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
}

.graytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:none;
}

.graytext a:link, .graytext a:visited, .graytext a:active{
	color: #00FFFF;
	text-decoration:none;
}

.graytext a:hover {
	color: #3399FF;
	text-decoration:none;
}

.blacktext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}

.blacklinks a:link, .blacklinks a:visited, .blacklinks a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}

.blacklinks a:hover {
	color: #3399FF;
	text-decoration:none;
}

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}


.menu ul li{
position: relative;
display: inline;
float: left;
}

.menu ul li a{
display: block;
width: 85px;
padding: 2px 8px;
background: url(http://www.9dotsgraphix.com/hollyhilldemo/images/menubg.jpg) center center repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration:none;
}

.menu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
text-align: left;
}

.menu ul li ul li{
display: inline;
float: none;
}

.menu ul li ul li a{
width: 180px;
font-weight: normal;
padding: 2px 5px;
background: #ffffff;
color: #000000;
}

.menu ul li a:hover{
background: #9966CC;
}

.menu ul li ul li a:hover{
background: #9966CC;
}

.menu .arrowdiv{
position: absolute;
right: 5;
background: transparent url(http://www.9dotsgraphix.com/hollyhilldemo/images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }