﻿P {
	padding-top: 10px;
	margin: 0px;
}
table.navbar {
	font-family: sans-serif, verdana, tahoma, arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;
}
table.menu {
	font-family: sans-serif, verdana, tahoma, arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
td.menuNormal {
	padding: 0px;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	vertical-align: top;
	background-color: #8e8ef8;
}
div.menuNormal {
	display: none;
	position: static;
}
div.menuHover {
	border: 1px solid white;
	background-color: white;
	display: inline;
	position: absolute;
}
a.menuitem:link {
	text-decoration: none;
	color: white;
	background-color: #8e8ef8;
	display: block;
}
a.menuitem:visited {
	text-decoration: none;
	color: white;
	background-color: #8e8ef8;
	display: block;
}
a.menuitem:hover {
	text-decoration: none;
	color: white;
	background-color: #000080;
	display: block;
}
a.menuitem:active {
	text-decoration: none;
	color: white;
	background-color: #8e8ef8;
	display: block;
}
a.menuindex:link {
	text-decoration: none;
	color: white;
	background-color: #8e8ef8;
	display: block;
}
a.menuindex:visited {
	text-decoration: none;
	color: white;
	background-color: #8e8ef8;
	display: block;
}
a.menuindex:hover {
	text-decoration: none;
	color: white;
	background-color: #000080;
	display: block;
}
a.menuindex:active {
	text-decoration: none;
	color: white;
	background-color: #8e8ef8; /*#E8EDFF;*/;
	display: block;
}
a.FeatureIndex:link {
	text-decoration: none;
	color: blue;
	display: block;
}
a.FeatureIndex:visited {
	text-decoration: none;
	color: blue;
	display: block;
}
a.FeatureIndex:hover {
	text-decoration: underline;
	color: blue;
	font-weight: bold;
	display: block;
}
a.FeatureIndex:active {
	text-decoration: none;
	color: blue;
	display: block;
}
a.Addinfo:link {
	text-decoration: underline;
	color: white;
}
a.Addinfo:visited {
	text-decoration: underline;
	color: white;
}
a.Addinfo:hover {
	text-decoration: underline;
	color: white;
}
a.Addinfo:active {
	text-decoration: underline;
	color: white;
}
a.RecentLink:link {
	text-decoration: underline;
	color: red;
}
a.RecentLink:visited {
	text-decoration: underline;
	color: red;
}
a.RecentLink:hover {
	text-decoration: underline;
	color: blue;
}
a.RecentLink:active {
	text-decoration: underline;
	color: red;
}
a.AuthorFavLinks:link {
	text-decoration: underline;
	color: #6489D7;
}
a.AuthorFavLinks:visited {
	text-decoration: underline;
	color: #6489D7;
}
a.AuthorFavLinks:hover {
	text-decoration: underline;
	color: blue;
}
a.AuthorFavLinks:active {
	text-decoration: underline;
	color: #6489D7;
}
a.CheckoutLink:link {
	text-decoration: none;
	color: #6489D7;
}
a.CheckoutLink:visited {
	text-decoration: none;
	color: #6489D7;
}
a.CheckoutLink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}
a.CheckoutLink:active {
	text-decoration: none;
	color: #6489D7;
}
a.FanFavLink:link {
	text-decoration: none;
	color: white;
}
a.FanFavLink:visited {
	text-decoration: none;
	color: white;
}
a.FanFavLink:hover {
	text-decoration: underline;
	font-weight : bold;
	color: blue;
}
a.FanFavLink:active {
	text-decoration: none;
	color: white;
}
a.LightBlueLink:link {
	text-decoration: underline;
	color: #6489D7;
}
a.LightBlueLink:visited {
	text-decoration: underline;
	color: #6489D7;
}
a.LightBlueLink:hover {
	text-decoration: underline;
	font-weight : bold;
	color: blue;
}
a.LightBlueLink:active {
	text-decoration: underline;
	color: #6489D7;
}
a.BlueLink:link {
	text-decoration: underline;
	color: blue;
}
a.BlueLink:visited {
	text-decoration: underline;
	color: blue;
}
a.BlueLink:hover {
	text-decoration: underline;
	font-weight : bold;
	color: blue;
}
a.BlueLink:active {
	text-decoration: underline;
	color: blue;
}
.leftmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */;
	border-bottom: 1px solid #FDF380;
}
.leftmenu ul li {
	position: relative;
}
.leftmenu li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */;
	top: 0;
	display: none;
}
/* Styles for Menu Items */
.leftmenu ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #85A3E0;
	background: #FDF380;
/* IE6 Bug */	padding: 0px;
	border: 1px solid #FDF380;
	border-bottom: 0;
}
/* Fix IE. Hide from IE Mac \*/
* html .leftmenu ul li {
	float: left;
	height: 1%;
}
* html .leftmenu ul li a {
	height: 1%;
}
/* End */
.leftmenu ul li a:hover {
	color: #FFFFFF;
	background: #85A3E0;
}
/* Hover Styles */
.leftmenu li ul li a {
	padding: 2px 5px;
	text-align: left;
}
/* Sub Menu Styles */
/* First Level */
.leftmenu li:hover ul, li.over ul {
	display: block;
}
.leftmenu li:hover li ul, li.over li ul {
	display: none;
}
/* Second Level */
.leftmenu li:hover li:hover ul, li.over li.over ul {
	display: block;
}
.leftmenu li:hover li:hover li ul, li.over li.over li ul {
	display: none;
}
/* Third Level */
.leftmenu li:hover li:hover li:hover ul, li.over li.over li.over ul {
	display: block;
}
.leftmenu li:hover li:hover li:hover li ul, li.over li.over li.over li ul {
	display: none;
}
td.menuHover {
	padding: 0px;
	font-size: 10pt;
	color: "#000080";
	font-weight: bold;
	vertical-align: top; /*remove the following line for drop-down menu with images*/;
	background-color: #8e8ef8;
}

