	/* <textEditor> */		
		.fontGeorgia {font-family: georgia, serif;}
		.fontTimes {font-family: "times new roman", times, serif;}	
		.fontVerdana {font-family: verdana, sans-serif;}
		.fontArial {font-family: arial, sans-serif;}
		.fontTahoma {font-family: tahoma, sans-serif;}	
		
		.textBlack, .textBlack a {color: #111;}
		.textWhite, .textWhite a {color: #fff;}
		.textGrey, .textGrey a {color: #adaeae;}	
		.left {float: left; margin-right: 1em;}
		.right {float: right; margin-left: 1em;}
		.textSmall {font-size: 85%;}
		.textLarge {font-size: 125%;}
		.noborder {border: none !important;}
		span.imageBorder img {border: 1px solid #333;}
	/* </textEditor> */



/* Menu Navigation

.....................................................*/



#nav {

	margin: 0 0 0 20px;

	padding: 0;

	}



#nav ul { /* Top level list */

	margin: 0;

	padding: 0;

	list-style: none;

	width: 803px;

	}



#nav li { /* Top level list item */

	float: left;

	position: relative;

	margin: 0;

	padding: 0;

	list-style: none;

	background: transparent;

	text-align: center;

	}



#nav li ul { /* Sub list */

	float: left;

	position: absolute;

	left: 0;

	top: 36px;

	width: auto;

	display: none;

	text-align: left;

	font-size: 0.9em;

	background: transparent;

	z-index: 1;

	}



#nav li ul li { /* Sub list item */

	clear: both;

	color: white;

	text-align: left;

	background: transparent;

	}



#nav li a { /* List item link */

	display: block;

	color: #1c1a25;

	font-weight: bold;

	text-decoration: none;

	padding: 8px 13px 10px 13px;

	background: #CDC6B6 url(../assets/images/bg_btn_navi.gif) left center no-repeat;

	width: auto;

	}



#nav li ul li a { /* Sub list item link - Same width as li ul */

	padding: 4px 10px 4px 10px;

	width: 130px;

	background: #cdc6b6;

	opacity: .90;

	filter: alpha(opacity=90);

	zoom: 1;

	}



#nav li a:hover	{ /* List item link rollover */

	color: white;

	}

	

#nav li ul li a:hover { /* List subitem link rollover */

	background-color: #73001e;

	color: #fff;

	opacity: 1;

	filter: alpha(opacity=100);

	zoom: 1;

	}



#nav li:hover ul, #nav li.over ul { /* The magic */

	display: block;

	}
	
	.nomenu {
display: none;
}



/* Holly Hack. IE Requirement \*/

* html #nav ul li { float: left; height: 1%; }

* html #nav ul li a { height: 1%; }

/* End */
