@charset "utf-8";
.menu {
	position: relative;
	margin: 0; /* No effect noticed */
	top: 0; /* No effect noticed */
	padding: 0;
	list-style-type: none;
	/*font-size: 100%;  did not change anything*/
	cursor: default;
	width: auto;
	font-family: imprima;
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-style: italic;
	font-weight: normal;
	color: #000000;
	font-size: small;	/* DOES affect size of MAIN nav items*/
	padding-right: 35px;
}
.menu a: {
	background: ;
	color: #ffffff;
}
.menu a:visited {
	background: ;
	color: #ffffff;
}
.menu a:active {
	background: ;
	color: #ffae00;
}
.menu a:hover {
	background: ;
	color: #ffae00;
}

/* ITEMS  -  ITEMS  -  ITEMS  -  ITEMS  -  ITEMS  -  ITEMS  -   */  

.gold {
	color: #ffae00;
}

.menu ul li {
	padding: 0;
	position: relative;
	width: 5em;
	height: 1.2em;
	line-height: 100%;
	text-align: right;
	list-style: none;
	float: right;
	color: #ffffff;
	background: transparent;
	top: 30px; /*moves whole nav up and down*/
	right: -63px;
	z-index: 9;
}


.menu ul li a {
    display: block;
    height: 52px; /*affects spacing below to sub items*/
    margin-top: 0px;
    padding-top: 0px; /*Moved nav items up 15 pix - padding-top: 15px;*/
    padding-right: 44px;/*Did NOT move nav items to right*/
    /*font-size: medium;  Has NO effect with the 1.4em below*/
    font-size: 1.5em;  /*ALSO AFFECTS MAIN NAV ITEMS*/
    color: #ffffff;
	font-weight: bold;
    outline: none;
    top: 0px;
}
.menu ul li a:visited {
	background: ;
	color: #ffffff;
	font-weight: bold;
}
.menu ul li a:active {
	background: ;
	color: #ffae00;
}
.menu ul li a:hover {
	background: ;
	color: #ffae00;
}
/*.menu ul li .inactive {
	background: ;
	color: #ffffff;
}*/
/* SUB-ITEMS  -  SUB-ITEMS  -  SUB-ITEMS  -  SUB-ITEMS  -  SUB-ITEMS  -   */
.menu ul li ul {
	position: relative;
	display: none;  /* important*/ 
	top: -56px;
	left: -195px; 
	padding-top: 12px;  /*spacing of sub items down from main nav items*/ 
	width: 278px;  /*width: 178px;*/
	text-align: right;  /**/
	line-height: 90%;
	font-size: 7pt;
	background: none;  /**/
	border: none;  /**/
	-moz-border-radius: 5px;
	hide: instant; /*added this, did not see a change*/
}
.menu ul li ul li .cornup {
	position: relative;
	height: 11px; /*height:14px; - I don't see any affect in changes */
	/*padding-bottom: 24px; - No effect*/
	width: 12em;  /**/
	top: -19px;  /**/
	left: 0px;  /**/
	font-size: small; /* Not effecting size of sub menu items */
	background: none;
	line-height: 90%;
	color: #ffffff;
}

/* SUB-SUB ITEMS - SUB-SUB ITEMS - SUB-SUB ITEMS - SUB-SUB ITEMS - */

.menu ul li ul li {
	position: relative;
	display: block;
	width: 100%;
	background: none;
	font-size: 15px; /*Affects spacing between lines, NOT size of font*/
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	right: 10px;
	hide: instant;	/*was "instant", tried 0, -10 & 100, could see no change*/
	line-height: 14px;	/*Moves entire submenu up or down*/
	/*border-bottom:solid 1px	#d1d1d1;*/
}
.menu ul li ul li ul {
	position: absolute;
	left: 198px;
	top: -5px;
}
.menu ul li ul li .cornleft {
	position: absolute;
	height: 70px;
	width: 13px;
	top: 4px;
	left: -20px;
	background: ;
}
.menu ul li ul li a:visited {
	background: ;
	color: #ffffff;
}
.menu ul li ul li a:active {
	background: ;
	color: #ffae00;
}

.menu ul li ul li a:hover {
	background: ;
	color: #ffae00;
}

.menu ul li ul li .inactive {
	background:url(images/sub-off.png) top right no-repeat;
}
.menu ul li ul li a {
	background: none;
	font-size: 15px; /*THIS affects the font size of the sub items*/
	height: auto;
	color: #ffffff;
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}