.style2 {
	font-size: 11px;
	font-family: Arial;
	color: #FFFFFF;
	}

.style3 {
	font-size: large;
	font-weight: bold;
	font-family: Arial;
}

.contentlink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.largebodytext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.titles {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 25px;
	padding: 2px;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 97px;
	margin-left: 2px; /* line between each menu item */
}

li ul { /* second-level lists */
	display: none;
	width: 97px; /* width of subcategory menu */
	position: absolute;
	top: 23px;
	left: 0px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}
	
li ul a
{
	width: 97px; /* width of subcategory menu */
}


ul a:hover /* apply special hover to just the menu items */
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
    top left: no-repeat;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
.bodytextwhite {

	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.graylinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}

