#horizontalNav
{
	background-color: Black;
	height: 24px;
	margin: 0;
	padding: 0;
	position: relative; top: 0; left: 0;
	width: 100%;
}
#horizontalNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#horizontalNav li
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#horizontalNav li a
{
	background-color: Black;
	color: #FFF8C9;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	width: 80px;
}
#horizontalNav li a:hover
{
	background-color: #781042;
}

#coinsMenu
{
	background-color: #FFF8C9;
	border: solid 1px #781042;
	position: absolute; top: 24px; left: 0px;
	visibility: hidden;
}
#coinsMenu td
{
	color: #781042;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}
#coinsMenu td a
{
	background-color: #FFF8C9;
	color: #781042;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	text-decoration: none;
	width: 100%;
}
#coinsMenu td a:hover
{
	background-color: #781042;
	color: #FFF8C9;
}

#notesMenu
{
	background-color: #FFF8C9;
	border: solid 1px #781042;
	position: absolute; top: 24px; left: 80px;
	visibility: hidden;
}
#notesMenu td
{
	color: #781042;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}
#notesMenu td a
{
	background-color: #FFF8C9;
	color: #781042;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	text-decoration: none;
	width: 100%;
}
#notesMenu td a:hover
{
	background-color: #781042;
	color: #FFF8C9;
}

#comicsMenu
{
	background-color: #FFF8C9;
	border: solid 1px #781042;
	position: absolute; top: 24px; left: 160px;
	visibility: hidden;
}
#comicsMenu td
{
	color: #781042;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}
#comicsMenu td a
{
	background-color: #FFF8C9;
	color: #781042;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	text-decoration: none;
	width: 100%;
}
#comicsMenu td a:hover
{
	background-color: #781042;
	color: #FFF8C9;
}

#cardsMenu
{
	background-color: #FFF8C9;
	border: solid 1px #781042;
	position: absolute; top: 24px; left: 240px;
	visibility: hidden;
}
#cardsMenu td
{
	color: #781042;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}
#cardsMenu td a
{
	background-color: #FFF8C9;
	color: #781042;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	text-decoration: none;
	width: 100%;
}
#cardsMenu td a:hover
{
	background-color: #781042;
	color: #FFF8C9;
}

#homeMenu
{
	background-color: #FFF8C9;
	border: solid 1px #781042;
	position: absolute; top: 24px; left: 320px;
	visibility: hidden;
}
#homeMenu td
{
	color: #781042;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}
#homeMenu td a
{
	background-color: #FFF8C9;
	color: #781042;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	text-decoration: none;
	width: 100%;
}
#homeMenu td a:hover
{
	background-color: #781042;
	color: #FFF8C9;
}

#profileMenu
{
	background-color: #FFF8C9;
	border: solid 1px #781042;
	position: absolute; top: 24px; left: 400px;
	visibility: hidden;
}
#profileMenu td
{
	color: #781042;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}
#profileMenu td a
{
	background-color: #FFF8C9;
	color: #781042;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	text-decoration: none;
	width: 100%;
}
#profileMenu td a:hover
{
	background-color: #781042;
	color: #FFF8C9;
}

#logoutMenu
{
	background-color: #FFF8C9;
	border: solid 1px #781042;
	position: absolute; top: 24px; left: 480px;
	visibility: hidden;
}
#logoutMenu td
{
	color: #781042;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}
#logoutMenu td a
{
	background-color: #FFF8C9;
	color: #781042;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	text-decoration: none;
	width: 100%;
}
#logoutMenu td a:hover
{
	background-color: #781042;
	color: #FFF8C9;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#horizontalNav li a
{
	float: none;
}
/* End IE5-Mac hack */
