﻿/* Menu Titles/Headers */
.MMclosed {
	background:#ffffff url(/images/tabclosed2.png) top center no-repeat;
	color:#cdced8; 
	font-size:12;
	font-weight: bold;
	line-height:23px;
	margin-bottom:15px;
	text-align:center;
	vertical-align:middle; /* IE users: this property needs IE 6.0 or later */
}
.MMclosed a {
	color:#cdced8;
	cursor:pointer; cursor:hand; /* the 'hand' property is for IE 5.5 and older */
}
.MMopen {
	background:#ffffff url(/images/tabopen2.png) top center no-repeat;
	color:#d6e5d3; 
	font-size:12px;
	font-weight: bold;
	line-height:23px;
	margin-bottom:15px;
	text-align:center;
	vertical-align:middle; /* IE users: this property needs IE 6.0 or later */
}
.MMopen a {
	color:#d6e5d3;
	cursor:pointer; cursor:hand; /* the 'hand' property is for IE 5.5 and older */
}

/* Submenu container */
.SMchildren {
	background-color:#ffffff url ("/images/lightgrey.jpg");
	border:1px solid #278419;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
	width:143px; /* MMopen width - 2x border of 1px */
}

/* Submenu single items */
.SMchild {
	color:#555555; 
	font-size:12px; 
	text-align:left;
	width:145px;
}
.SMchild a {
	color:#555555; 
	font-size:12px; 
	text-decoration:none;
}
.SMchild a:hover {
	color:#cc0033;
	font-size: 12px;
	text-decoration: underline;
}

/* Submenu on collapsed menu */
.SMhidden {
	background-color:#d0d4f6;
	border:1px solid #1b1885;
	color:#333333;
	font-size:x-small;
	line-height:100%;
	padding:3px;
	text-align:center;
}
.SMhidden a {
	color:#333333;
	text-decoration:none;
}

