/****************************************************************************** 
	Elements 
******************************************************************************/



/****************************************************************************** 
	Menu Application Defaults
******************************************************************************/

.ma_body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-color: #91ACD0;
	margin: 10px 0px 0px;
	color: #062740;
}

/* for the top menu catgegory links MUST be tailored for the particular site */
.ma_menu_menu{
	text-decoration: none;
	border: 1px solid #91ACD0;
	color: #062740;
	padding: 2px 10px;
	line-height: 2em;
	margin-right: 2px;
	margin-left: 2px;
}
.ma_menu_menu:hover{
	background-color: #FFCCCC;
}


/****************************************************************************** 
	Menu Display
******************************************************************************/

.ma_row {
	height: 42px;
	width: 80%;
	background: url(../images/bgrow1.gif) repeat-x;
	color: #70798d;
	font: 8pt verdana,sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.ma_row2 {
	height: 42px;
	width: 80%;
	background: url(../images/bgrow2.gif) repeat-x;
	color: #70798d;
	font: 8pt verdana,sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.ma_row b, .ma_row2 b 	{color: #70798d;}

.madots				{
	background: url(../images/dots.gif) repeat-x 0;
}

.ma_menu_title {
	font-size: 1.2em;
	color: #D2252E;
	font-weight: bold;
}

.ma_menu_subtitle {
	height: 42px;
	color: #70798d;
	font: 8pt verdana,sans-serif;
}

.ma_menu {
	padding: 22px 15px 0 31px;
	background-color: White;
	width: 90%;
}


/****************************************************************************** 
	Top Catagory Menu Links (Admin Pages)
******************************************************************************/

.topadmin_menu {
}

.topadmin_menu a {
	text-decoration: none;
	border: 1px solid #91ACD0;
	color: #062740;
	padding: 2px 10px;
	line-height: 2em;
	margin-right: 2px;
	margin-left: 2px;
}

.topadmin_menu a:hover {
	background-color: #FFCCCC;
}

		

/****************************************************************************** 
	Footer
******************************************************************************/


