/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFF00;
	}
	
a {
	color: #FF080E;
	}
	
a:hover {
	color: #64646C;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #FF9900
	}

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	color: #FF9900;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
#navigation a:hover {
	color:#FFFFCC;
	font-weight:bold;
	background: url("mm_bullet_yellow.gif") 10px 50% no-repeat;
	}
	
#navheader {
	font:24px georgia;
	color: #1F2669;
	letter-spacing:.4em;
	padding:10px;
	line-height:30px;
	}
	
#logo 	{
	font:18px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.5em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.2em;
	line-height:14px;
	}
	
#monthformat td {
	 border-bottom: 1px solid #FFFFCC;
	 }
	 
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFFF00;
	letter-spacing:.4em;
	}
	
#dateformat a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFF00;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
#dateformat a:hover {
	color: #FFFFCC;
	}

/* Class Styles */
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFF00;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}
	
.pageName{
	font:18px Arial, Helvetica, sans-serif;
	align:center;
	color: #FFFF00;
	line-height:24px;
	letter-spacing:.3em;
	}
	
.columnHeader {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FF080E;
	line-height:18px;
	letter-spacing:.05em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #FF080E;
	line-height:18px;
	letter-spacing:.1em;
	}

.smallText {
	font:10px Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
.navText {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #1F2669;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: left;
	top: 50px;
	left: 0px;
	border:none;
	width:100%;
	height:100%;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	height:auto;
	float:left;
	margin:0em;
	margin-top: 0em;
	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #000000;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	
	}
	
#menuh a:link  /*, #menuh a:visited, #menuh a:active*/	/* menu at rest */ 
	{
	color: black;
	background-color: #64646C;
	text-decoration:none;
	}
#menuh a:notvisited{
color: black;
	background-color:#64646C;
	text-decoration:none;
	background:transparent;


}
#menuh a:visited
{	color: black;
	background-color: #64646C;
	text-decoration:none;
	
	}
	
 #menuh a:active{
	color: black;
	background-color: white;
	text-decoration:none;
	
	
	}
	
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color: #CDC9C9;
	text-decoration:none;
	}	
	
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
	{
	background-image: url(file:///C|/Users/Nikola/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/92G6CEWK/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background:transparent;
	
	}
	 #menuh a.top_parent:hover 
	 {
	 background-image: url(file:///C|/Users/Nikola/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/92G6CEWK/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background:transparent;
	background-color:#CDC9C9;
	 }
	
#menuh a.parent	/* attaches side-arrow to all parents */
	{
	background-image: url(file:///C|/Users/Nikola/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/92G6CEWK/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}
 #menuh a.parent:hover
 {
 	background-image: url(file:///C|/Users/Nikola/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/92G6CEWK/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color:#CDC9C9;
 
 }

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9.5em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 0px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:150;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;width:12em;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;width:20em;}

/* End CSS Drop Down Menu */

