@charset "UTF-8";
ul.FooterMenu/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	font-weight: bold;
}
ul.FooterMenu /* Menu item containers, position children relative to this container and are a fixed width */
 li
{
	list-style-type: none;
	font-size: 13px;
	padding-top: 10px;
	position: relative;
	cursor: pointer;
	float: left;
}
ul.FooterMenu a {
	text-decoration: none;
}
ul.FooterMenu /*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
 iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
ul.FooterMenu     li  a       {
	text-decoration: none;
	color: #000000;
}
ul.FooterMenu   li.bookmarks {
	margin-right: 10px;
}
ul.FooterMenu   li a.digg {
	background-image: url(images/digg.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-left: 10px;
}
ul.FooterMenu    li  a.facebook {
	background-image: url(images/facebook.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
ul.FooterMenu     li   a.delicious {
	background-image: url(images/delicious.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-left: 10px;
}
ul.FooterMenu      li    a.reddit {
	background-image: url(images/reddit.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-left: 10px;
}
ul.FooterMenu       li     a.stumbleupon {
	background-image: url(images/stumbleupon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-right: 10px;
	margin-left: 10px;
}
