/********************************************************
/*
/*	Menu Styles Below
/*
/********************************************************/

/* Another Mozilla/Netscape bug with making sure our images display correctly */
/* Not exactly sure what this does, but MMMenu recommends it */
td img {
	display: block;
}

/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
#FWTableContainer443990510 {
	position:relative;
	margin:0px;
	width:146px;
	height:200px;
	text-align:left;
}

/* This ID is related to the master menu div for menu MMMenuContainer0020101707_0 and contains the important positioning information for the menu as a whole */
/* Contains the menus. Set position in containing page */
.MainMenu_Holder {
	position:absolute;
	visibility:hidden;
	z-index:400;
}

/* This class defines things about second level items */
.Second_Level {
	position:absolute;
	left:20px;
	top:0px;
	visibility:hidden;
	width:15px;
	height:16px;
	z-index:400;
}

.Second_LevelThere {
	position:absolute;
	left:20px;
	top:0px;
	visibility:hidden;
	width:15px;
	height:16px;
	z-index:400;
	background-color: #0000FF;
}

/* This class determines the general characteristics of the second level items */
.MMMIFVStyleMMMenu0020101707_0 {
	border: 1px solid #d2ddf7;
	width:200px;
	height:18px;
	voice-family: "\"}\"";
	voice-family:inherit;
}

/* This class defines things about third level items. */
.Third_Level {
	position:absolute;
	left:220px;
	top:0px;
	visibility:hidden;
	width:200px;
}
.Third_LevelThere {
	position:absolute;
	left:219px;
	top:0px;
	visibility:hidden;
	width:200px;
	background-color: #0000FF;
}
.Third_Level a, .Third_Level a:hover {
	background-color: #FFD752;
	text-align: left;
	vertical-align:middle;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #433B32;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	border-bottom: solid 1px #C9C3BD;
	text-decoration:none;
	display:block;
	position:absolute;
	white-space: nowrap;
}

/* Controls the mouse over effects for menu */
.Third_Level a:hover {
	background-color: #5A524A;
	color:#FFD752; 
}

/* This class determines the general characteristics of the third level items */
.MMMIFVStyleMMMenu0020101707_0_1 {
	border: 1px solid #d2ddf7;
	width:200px;
	height:18px;

}
.ThirdThere {
	font-style: italic;
	color: #de4918;
}

/* The span class definition so we can make sure that arrows and menu text in menu look correct */
.MMMenuItemSpanMMMenu0020101707_0 {
	float:left;
	width:170px;
}
.MMMenuItemSpanMMMenu0020101707_0There {
	float:left;
	width:170px;
	font-style: italic;
	color: #de4918;
}

/* This class allows us to position the submenu arrows for menu  */
.MMArrowStyleMMMenu0020101707_0 {
	position:absolute;
	left:114px;
	top:6px;
}

/* needed for Mozilla/Camino/Netscape */
.MainMenu_Holder img {
	border:0px;
}

/* Controls the general apperance for menu items, including color and font */
.MainMenu_Holder a, .MainMenu_Holder a:hover {
	background-color: #FFD752;
	text-align: left;
	vertical-align:middle;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #433B32;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	border-bottom: solid 1px #C9C3BD;
	text-decoration:none;
	display:block;
	position:absolute;
	white-space: nowrap;
}

/* Controls the mouse over effects for menu */
.MainMenu_Holder a:hover {
	background-color: #5A524A;
	color:#FFD752; 
}

.MainMenu_Holder a:active {
	background-color:#CCCCCC;
	border: 1px solid #999999;
}

/* Used to push menus down from bar */
#MenuSpacer {
	width: 131px;
	height: 25px;
}

/* Used to set look of top level menu items */
#nav a , #nav strong {
	background-color: #5A524A; 
  text-align: right; 
  padding-right: 30px; 
  padding-top: 8px; 
  padding-bottom: 8px; 
  color: #FFFFFF; 
  font-weight: bold; 
  font-family: Arial;
  font-size: 12px;
  border-bottom: solid 1px #6C655E;
	display: block;
	width: 176px;
	margin: 0px;
	text-decoration: none;
}

#userid {
	color: #000;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #d2ddf7;
	display: block;
	width: 131px;
	padding: 3px 3px 3px 15px;
	margin: 0px;
}


/* Mouse over effect for top level menu items */
#nav a:hover {
	background-color: #DE4918; 
	color: #FFFFFF;
}

/* Used to set look of expanded children */
#child a , #child strong {
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #dee7eb;
	display: block;
	width: 176px;
  height: 15px;
	padding: 3px 3px 3px 15px;
	margin: 0px;
}

/* Sets background color for top level menu items */
#child a {
	background: #dee7eb;

}

/* Mouse over effect for top level menu items */
#child a:hover {
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
}


/* This class allows us to position the arrows for top level menu */
/* Set acual position in style of image */
.TopArrow {
	position:absolute;
}

.MenuArea {
	background-color: #dee7eb;	
}
.TopThere {
	font-style: italic;
}


/*******************************************************************
/*
/*	End Menu Styles
/*a {
}
a {
}
