@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------

horizontal menu bar with slanted separator

-----------------------------------------------------------------------*/
#mTab{
	font:10pt Arial;
	font-weight:bold;
	width:600px;
}
#mTab ul {
	list-style:none;
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	background-color: #e0e0e0;
	border: 1px solid #bebebe;
	text-align: left; /*set value to "center" for example to center items*/
}
#mTab:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#mTab ul li{
	display: inline;
}
#mTab ul li a{
	color: #494949;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	text-decoration: none;
	background: transparent url(../01_Site/01_Site/slantdivider.gif) top right no-repeat;
}
#mTab ul li a:hover{
	color:blue;
}
#mtab ul li a:visited{
	color: #494949;
} 

/*****************************************************************************************************
Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
Visit http://www.dynamicDrive.com for hundreds of DHTML scripts This notice must stay intact for legal use
*****************************************************************************************************/
.glossymenu{
	margin: 3px 0;
	padding: 5px;
	width: 170px; /*width of menu*/
	border-bottom-width: 0;
}
.glossymenu a.menuitem{
	background-color:#999999;
	border-bottom:ridge;
	border-bottom-color:#FFFFFF;
	border-bottom-width:2px;
	font: 11px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
	font-weight:800;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 3px;
	right: 9px;
	border: none;
}
.glossymenu a.menuitem:hover{
	background-color:#666666;
	border-bottom:ridge;
	border-bottom-color:#000000;
	border-bottom-width:2px;
	font: 11px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li{
	border-bottom: 1px solid blue;
}
.glossymenu div.submenu ul li a{
	display: block;
	font: normal 10px Verdana, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	color: black;
}
.copy {
	bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	line-height: normal;
	position: relative;
	right: auto;
	text-align: center;
	text-transform: none;
	top: auto;
	width: 175px;
}