/* Styles for jQuery menu widget
Author:	Maggie Wachs, maggie@filamentgroup.com
Date:		September 2008
*/


/* REQUIRED STYLES - the menus will only render correctly with these rules */	


#menuLog {
	font-size: 1.4em;
	margin: 20px;
}
.fg-button {
	padding: .4em 1em;
	text-decoration: none !important;
	cursor: pointer;
	zoom: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100% !important;
}

.fg-button .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
}

a.fg-button {
	float: left;
}

button.fg-button {
	width: auto;
	overflow: visible;
} /* removes extra button width in IE */
.fg-menu-corner-all {
	border: 1px solid #c4c1c1;
	background: #FFF;
}
.fg-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold
}
.fg-helper-clearfix:before, .fg-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.fg-helper-clearfix:after {
	clear: both;
}
.fg-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.fg-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.fg-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.fg-state-default a {
	color: #454545;
	text-decoration: none;
}
.next-icon {
	width: 16px;
	height: 16px;
	background: url("images/arrow.gif") 5px 7px no-repeat;
}
.fg-hidden {
	position: absolute;
	top: 0;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.fg-menu-container {
	position: absolute;
	top: 0;
	left: -999px;
	padding: .4em;
	overflow: hidden;
}
.fg-menu-container.fg-menu-flyout {
	overflow: visible;
}
.fg-menu, .fg-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.fg-menu {
	position: relative;
}
.fg-menu-flyout .fg-menu {
	position: static;
}
.fg-menu ul {
	display: inline;
	position: absolute;
	top: 0;
}
.fg-menu ul ul {
	top: -1px;
}
.fg-menu-container.fg-menu-ipod .fg-menu-content, .fg-menu-container.fg-menu-ipod .fg-menu-content ul {
	background: none !important;
}
.fg-menu.fg-menu-scroll, .fg-menu ul.fg-menu-scroll {
	overflow: scroll;
	overflow-x: hidden;
}
.fg-menu li {
	float: left;
	width: 33%;
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}
.fg-menu li li {
	font-size: 1em;
} /* inner li font size must be reset so that they don't blow up */
.fg-menu-flyout ul ul {
	padding: .4em;
}
.fg-menu-flyout li {
	position: relative;
}
.fg-menu-scroll {
	overflow: scroll;
	overflow-x: hidden;
}
.fg-menu-breadcrumb {
	margin: 0;
	padding: 0;
}
.fg-menu-footer {
	margin-top: .4em;
	padding: .4em;
}
.fg-menu-header {
	margin-bottom: .4em;
	padding: .4em;
}
.fg-menu-breadcrumb li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 .2em;
	font-size: .9em;
	opacity: .7;
}
.fg-menu-breadcrumb li.fg-menu-prev-list, .fg-menu-breadcrumb li.fg-menu-current-crumb {
	clear: left;
	float: none;
	opacity: 1;
}
.fg-menu-breadcrumb li.fg-menu-current-crumb {
	padding-top: .2em;
}
.fg-menu-breadcrumb a, .fg-menu-breadcrumb span {
	float: left;
}
.fg-menu-footer a:link, .fg-menu-footer a:visited {
	float: left;
	width: 100%;
	text-decoration: none;
}
.fg-menu-footer a:hover, .fg-menu-footer a:active {
}
.fg-menu-footer a span {
	float: left;
	cursor: pointer;
}
.fg-menu-breadcrumb .fg-menu-prev-list a:link, .fg-menu-breadcrumb .fg-menu-prev-list a:visited, .fg-menu-breadcrumb .fg-menu-prev-list a:hover, .fg-menu-breadcrumb .fg-menu-prev-list a:active {
	background-image: none;
	text-decoration: none;
}
.fg-menu-breadcrumb .fg-menu-prev-list a {
	float: left;
	padding-right: .4em;
}
.fg-menu-breadcrumb .fg-menu-prev-list a .ui-icon {
	float: left;
}
.fg-menu-breadcrumb .fg-menu-current-crumb a:link, .fg-menu-breadcrumb .fg-menu-current-crumb a:visited, .fg-menu-breadcrumb .fg-menu-current-crumb a:hover, .fg-menu-breadcrumb .fg-menu-current-crumb a:active {
	display: inline;
	background: url(images/seelist.png) no-repeat scroll 7px 5px !important;
	padding-left: 30px;
	font-size: 1.3em;
	text-decoration: none;
}
/* REQUIRED LINK STYLES: links are "display:block" by default; if the menu options are split into 
	selectable node links and 'next' links, the script floats the node links left and floats the 'next' links to the right	*/

.fg-menu a:link, .fg-menu a:visited, .fg-menu a:hover, .fg-menu a:active {
	display: inline;
	float: left;
	width: auto;
	padding: .3em 3%;
	text-decoration: none;
	outline: 0 !important;
}
.fg-menu a {
	border: 1px dashed transparent;
}
.fg-menu a.ui-state-default:link, .fg-menu a.ui-state-default:visited, .fg-menu a.ui-state-default:hover, .fg-menu a.ui-state-default:active, .fg-menu a.ui-state-hover:link, .fg-menu a.ui-state-hover:visited, .fg-menu a.ui-state-hover:hover, .fg-menu a.ui-state-hover:active,  .fg-menu a.ui-state-active:link,  .fg-menu a.ui-state-active:visited,  .fg-menu a.ui-state-active:hover, .fg-menu a.ui-state-active:active {
	border-style: solid;
	font-weight: normal;
}
.fg-menu a span {
	display: block;
	cursor: pointer;
}
/* SUGGESTED STYLES - for use with jQuery UI Themeroller CSS */	
 
.fg-menu-indicator span {
	float: left;
}
.fg-menu-indicator span.ui-icon {
	float: right;
}
.fg-menu-content.ui-widget-content, .fg-menu-content ul.ui-widget-content {
	border: 0;
}
/* ICONS AND DIVIDERS */

.fg-menu.fg-menu-has-icons a:link, .fg-menu.fg-menu-has-icons a:visited, .fg-menu.fg-menu-has-icons a:hover, .fg-menu.fg-menu-has-icons a:active {
	padding-left: 20px;
}
.fg-menu .horizontal-divider hr, .fg-menu .horizontal-divider span {
	padding: 0;
	margin: 5px .6em;
}
.fg-menu .horizontal-divider hr {
	border: 0;
	height: 1px;
}
.fg-menu .horizontal-divider span {
	font-size: .9em;
	text-transform: uppercase;
	padding-left: .2em;
}
