/********************************************************
/*
/*	Menu Styles Below
/*
/********************************************************/

/* Another Mozilla/Netscape bug with making sure our images display correctly */
/* Not exactly sure what this does, but MMMenu recommends it */


/* 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:111px;
	height:500px;
	text-align:right;
}

/* 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:300;
}

/* This class defines things about second level items */
.Second_Level {
	background-color: #999999;
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:158px;
	height:15px;
}

/* This class determines the general characteristics of the second level items */
.MMMIFVStyleMMMenu0020101707_0 {
	width:158px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:15px;
}

/* This class defines things about third level items. */
.Third_Level {
	position:absolute;
	left:130px;
	top:0px;
	visibility:hidden;
	width:230px;
	height:15px;
}
.Fourth_Level {
	position:absolute;
	left:360px;
	top:0px;
	visibility:hidden;
	width:230px;
	height:15px;
}

/* This class determines the general characteristics of the third level items */
.MMMIFVStyleMMMenu0020101707_0_1 {
	border-left: 1px solid #CCCCCC;
	width:230px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:15px;
}

.MMMIFVStyleMMMenu0020101707_0_1_1 {
	border-left: 1px solid #CCCCCC;
	width:230px;
	height:18px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:15px;
}

/* The span class definition so we can make sure that arrows and menu text in menu look correct */
.MMMenuItemSpanMMMenu0020101707_0 {
	float:left;
	width:111px;
}

/* 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 {
	text-decoration:none;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#999999;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
	border-bottom: 1px solid #CCCCCC;
}

/* Controls the mouse over effects for menu */
.MainMenu_Holder a:hover {
	background-color:#666666;
	border-bottom: 1px solid #CCCCCC;
	text-decoration:none;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
	border-bottom: 1px solid #CCCCCC;
}

.MainMenu_Holder a:active {
	background-color:#CCCCCC;
	border: 1px solid #999999;
}

/* Used to push menus down from bar */
#MenuSpacer {
	width: 111px;
	height: 25px;
}

/* Used to set look of top level menu items */
#nav a , #nav strong {
	color: #cccccc;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 100px;
	padding: 3px 5px 3px 1px;
	margin: 0px;
	white-space:nowrap;
}

#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;
}

/* Sets background color for top level menu items */
#nav a {
	background: #3b4482;

}

/* Mouse over effect for top level menu items */
#nav a:hover {
	color:#FFFFFF;
	background: #3b4482;
}

/* Used to set look of expanded children */
#child a , #child strong {
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 131px;
  height: 15px;
	padding: 3px 3px 3px 15px;
	margin: 0px;
}

/* Sets background color for top level menu items */
#child a {
	background: #b4c7d0;

}

/* 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: #b4c7d0;	
}
#Admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #374ca0;
	text-align: center;
	width: 151px;
	vertical-align: middle;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#AdminItem a , #AdminItem strong {
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
  border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4d65c6;
	border-right-color: #314184;
	border-bottom-color: #314184;
	border-left-color: #314184;
	display: block;
	width: 131px;
	padding: 3px 3px 3px 15px;
	margin: 0px;
}
#AdminItem a {
	background: #374ca0;

}

/* Mouse over effect for top level menu items */
#AdminItem a:hover {
	background: #27377b;
	border: 1px solid #314184;
}

/*******************************************************************
/*
/*	End Menu Styles
/*a {
}
a {
}

