.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block; 
width: 82px; /*Width of top level menu link items - originally 100 without 3rd advertiser  - 82 with Adv1 etc... */
padding: 2px 8px; 
/* border: 1px solid #202020; */ 
border: 0px solid #CCCCCC; 
border-left-width: 0; 
text-decoration: none;
/* background:  url("menubg.gif") center center repeat-x; */
color: #006699;
font: bold 13px Arial;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
/* border-top: 1px solid #202020; */
border-top: 1px solid #CCCCCC;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #EEEEEE;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
/* background:  url("menubgover.gif") center center repeat-x; */
}

/* hover menu item turns white */
.horizontalcssmenu ul li ul li a:hover{
background: #FFFFFF;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/* background: transparent url("menuarrow.gif") no-repeat center left; */
}

/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
* html p#iepara{ 
padding-top: 1em; 
}

/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */


body{
	font-family: Arial,sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 100%;
 color: #006699;
}

h7{
 font-size: 120%;
 color: #006699;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
