/* --- Static Menu Styles ---
	Note:
		1. Not all browsers render styles the same way, so try out your style sheet
		   on different browsers before publishing;
	
	Style Naming Convention:
		m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
	
	filter: alpha(opacity=85);
	
	Filename:		/templates/menu.css
	Created by:		Sean Mahoney (seanm@tomark.com)
	Please Note:	Style sheet used for the entire site.
*/

BODY {font-size:12px; font-family:arial, helvetica; color: #6C0023; scrollbar-face-color: #CCCC99; scrollbar-shadow-color:  #999999; scrollbar-highlight-color: #FFFF99; scrollbar-3dlight-color: #660719; scrollbar-darkshadow-color: black; scrollbar-track-color: #660719; scrollbar-arrow-color: #660719; margin: 10px;}
TABLE {margin:0}

.table
{
	border-width:0px;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	left:0px;
}