@charset "utf-8";
/* BEGIN CSS Horizontal Menu */
#mnBG								{ background: transparent; 
											margin: 10px 0 10px 0; 
											height: 25px; 
											clear: both;
											width: 100%; 
											border-bottom: 1px solid #b5b5b5; }



#menuh							{ z-index: 999;
											width: 720px;																						/* total width = w specified + (#menuh borders) + (#menuh li borders) */
											background:			transparent;														/* Menu bar background */
											border-top:			0px solid #ffffff;											/* Menu bar borders */
											border-right:		0px solid #ffffff;
											border-bottom:	0px solid #ffffff;
											border-left:		0px solid #ffffff;
											padding: 0;
											margin: 0; 
											float: right; }

#menuh a, 
#menuh a:visited,
#menuh li,
#menuh li li				{ font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;			/* Main menu and drop-down text style */
											color: #ffffff; }																													


/* Main Menu */	
#menuh li						{ line-height: 25px;
											vertical-align: top;
											margin: 0;
											padding: 0;
											position: relative; 
											background: url(../images/bg.mn.main.jpg) top left no-repeat;  
											border-top:    0px solid #ffffff;
											border-right:  0px solid #ffffff;
											border-bottom: 0px solid #ffffff;
											border-left:   0px solid #ffffff; 
											text-align: center;																															
											font-weight: bold;																			/* For IE6, CSS in HEAD of HTML page takes precedence over */
											font-style: normal;																			/* font styling specified here */
											font-size: 11px;
											letter-spacing: .075em;
											width: 178px; }																					/* Main menu width = width + borders */


#menuh li a					{	font-weight: bold;																			/* For IE6, CSS in HEAD of HTML page takes precedence over */
											font-style: normal;																			/* font styling specified here */
											font-size: 11px;
											letter-spacing: .075em;
											color: #ffffff; 
											text-transform: capitalize;
											display: block;
											border-top:    0px solid #ffffff;
											border-right:  0px solid #ffffff;
											border-bottom: 0px solid #ffffff;
											border-left:   0px solid #ffffff;
											white-space: nowrap;
											margin: 0;
											padding: 0;
											vertical-align: top;
											text-align: center;
											pointer: cursor; 
											text-decoration: none;  }


/* Main Menu Hover */
#menuh li:hover,
#menuh li a:hover,
#menuh li a:active	{ color: #e5e5e5;  																							/* Main menu hover text color */
											background: url(../images/bg.mn.drop.jpg) top left no-repeat;	/* Main menu hover background */
											cursor: pointer;
											z-index: 999; }

/* Drop-Down */
#menuh li	li				{ text-align: left; 
											line-height: 20px;
											vertical-align: top;
											margin: 0;
											padding: 0;
											position: relative; 
											background: #a01e22;  
											border-top:    0px solid #ffffff;
											border-right:  0px solid #ffffff;
											border-bottom: 0px solid #ffffff;
											border-left:   0px solid #ffffff; 
											width: 178px; }

#menuh li li a			{ font-weight: bold;
											font-style: normal;
											font-size: 10px;
											color: #ffffff; 
											text-transform: capitalize;
											display: block;
											border-top: 		1px solid #ffffff;
											border-right: 	0px solid #ffffff;
											border-bottom: 	0px solid #ffffff;
											border-left: 		0px solid #ffffff;
											white-space: nowrap;
											margin: 0;																						/* Neg top & bot margins eliminate horiz lines btw drop-down menu items */
											padding: 0 0px 2px 5px;
											text-align: left;
											text-decoration: none; 
											background: #a01e22;												 					/* Drop-down background color */
											pointer: cursor; }

/* Drop-Down Hover */
#menuh li li:hover,
#menuh li li a:hover,
#menuh li li a:active	{ color: #b5b5b5;  																		/* Drop-down hover text color */
												background: #a01e22;												 				/* Drop-down hover background */
												cursor: pointer;
												z-index: 999; }

/* BEGIN Non-Anchor Hover Selectors */
#menuh ul						{ list-style: none;
											margin: 0;
											padding: 0;
											float: left;
											width: 179px;																					/* Menu item width */
											vertical-align: top; }																														

#menuh ul ul				{ position: absolute;
											z-index: 500;
											top: auto;
											display: none; }

#menuh ul ul ul			{ top: 0;
											left: 100%; }
								
#menuh li:hover ul ul,
#menuh li li:hover ul ul,
#menuh li li li:hover ul ul,
#menuh li li li li:hover ul ul	{ display: none; }

#menuh li:hover ul,
#menuh li li:hover ul,
#menuh li li li:hover ul,
#menuh li li li li:hover ul			{ display: block; }
/* END Non-Anchor Hover Selectors */

/* End CSS Horizontal Menu */

