/** TOP   MENU **/

.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	color: #C9C9C9;
	text-transform: uppercase;
	height: 18px;
	padding-top: 6px;
	padding-bottom: 4px;
	border-top: None;
	border-left: None;
	border-bottom: None;
	border-right: None;
	background-color: transparent;
}

.menuItem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C9C9C9;
	text-transform: uppercase;
	text-decoration: none;
	background : transparent;
}
.menuItem a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

.menuItemHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: None;
	border: none;
	background : transparent;
}
.menuItemHover a { font-family: Tahoma, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-transform: uppercase; text-decoration: none; }
.menuItemHover a:hover { font-family: Tahoma, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-transform: uppercase; text-decoration: none; }

/**  **/

.menuShadow {
	background-image: url(/menu/images/grey.gif);
	background-repeat: repeat;
	position: relative;
	top: 2px;
	left: 2px;
	width: 762px;
	z-index: 2;
	border: 0px;
}

.line {
	background: #333333;
	line-height: 1px;
}


/**  **/
.whitebg	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: White;
	color: #000000;
}
.bluetable	{
	font-family: Arial, Helvetica, sans-serif;
	background-color: Silver;
	font-size: 10px;
}
/* DropDown Styles*/
.mtDropdownMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	font-family: Arial, Helvetica, sans-serif;
}


/* main container for the menu */
.mtDropdownMenu .content { position: absolute; }

/* table comprises all menu items. each TR is one item */
.mtDropdownMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid black;
	z-index: 2;
}

.mtDropdownMenu.top .items {
	margin-top: 1px;
	border-top: 1px solid Silver;
}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
	cursor: hand
	}

/* semi-transparent white background of each menu. */
.mtDropdownMenu .background {
	position: absolute;
	background-url:
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity:.5;
	filter:alpha(opacity=90);
	}

/* sliver of shadow on the right of the menu */
.mtDropdownMenu .shadowRight {
	position: absolute;
	z-index: 3;
	top: 0px;
	width: 0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* sliver of shadow on the bottom of the menu. */
.mtDropdownMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 0px;
	height: 0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* Dropdown mouse hover. */
.mtDropdownMenu .itemHover {
	background: #000000;
	font-size: 16px;
	color: #7370EF;
	cursor: pointer;
	cursor: hand;
}

/* dingbat that indicates there is a submenu */
.mtDropdownMenu .item img {
	margin-left: 10px;
	}
	
.menutitle {
	font-style: italic;
	font-weight: bolder;
	margin-bottom: 4px;
}

a.menusimple:link {
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold; 
	padding-top: 25px;
	color: #C9C9C9;
	text-align: left;
}
a.menusimple:visited {
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold; 
	padding-top: 25px;	
	color: #C9C9C9;
	text-align: left;
}
a.menusimple:hover {
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold; 
	padding-top: 25px;	
	color: #ffffff;
	text-align: left;
}
