/* START THE CODE FOR THE MENUS */


/* FONT AND COLOR CODES ARE AT THE BOTTOM */




#menulocation 		{
			padding: 0px 0px 0px 0px;
			z-index: 5;
			width: 150px;
			}

.topmargin		{ padding-top: 8px; }

.menutop 		{
			border-top: #d0c0a4 1px dotted;
			border-bottom: #d0c0a4 0px solid;
			}

.menu-background	{
			background-color: #000000;
			border-right: #000000 1px dotted;
			width: 150px;
			}

.menuseparator		{
	font-size: 1px;
	border: #d0c0a4 1px dotted;
	background-color: #000000;
	color: #000000;
	height: 3px;
	width: 139px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
			}



ul#top-nav,
ul#top-nav ul {
	margin: 0;
	padding: 0;
	background: #000000;   /* IE6 BUG */
	}

ul#top-nav li {
	position: relative;
	list-style: none;
	}


/* HIDE FROM IE MAC */
* html ul#top-nav li { float: left; height: 1%; }
* html ul#top-nav li a { height: 1%; }
/* END HIDE */

ul#top-nav ul {
	position: absolute;
	display: none;
	left: 150px;
	top: -1px;
	}

ul#top-nav li:hover ul ul,
ul#top-nav li:hover ul ul ul,
ul#top-nav li.over ul ul,
ul#top-nav li.over ul ul ul { display: none; } /* START WITH HIDDEN MENUS */

ul#top-nav li:hover ul,
ul#top-nav li li:hover ul,
ul#top-nav li li li:hover ul,
ul#top-nav li.over ul,
ul#top-nav li li.over ul,
ul#top-nav li li li.over ul { display: block; } /* SHOW MENUS */





/* TOP LEVEL MENU CODES */



ul#top-nav 		{
	 		border-top: 0px solid #445056;
		  	border-left: 0px solid #445056;
		  	border-right: 0px solid #445056;
		  	z-index:5;
		  	width: 150px;
			}

ul#top-nav li a 	{
			display: block;
			text-decoration: none;
			color: #d0c0a4;
			font-family: "Lucida Grande",Helvetica, Arial, Verdana, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-transform:uppercase;
			z-index: 5;
			padding: 8px 3px 8px 6px;
			/* NOTE: ABOVE ARE | top | right | bottom | left */
			}


ul#top-nav li.menuT 		{
				background-color: #000000;
				border-top: 0px solid #000000;
				border-bottom: 0px solid #000000;
				padding: 1px 0px 1px 0px;
				/* NOTE: ABOVE ARE | top | right | bottom | left */
				}

ul#top-nav li.menuT:hover,

ul#top-nav li.over		{
	background: url(sidebarimages/menuGold.png)  left no-repeat;
	background-color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 0px 0px;				/* NOTE: ABOVE ARE | top | right | bottom | left */
				}

ul#top-nav li a:hover  		{
	background: url(sidebarimages/menuGold.png) center left no-repeat;
	background-color: #000000;
	color: #FFFFFF;
				}


#top-nav a.parentM 		{
				background: url(picts/menuoff-arrow.gif) center right no-repeat;
				}

#top-nav a:hover.parentM 	{
				background: url(picts/menuon-arrow.gif) center right no-repeat;
				}




/* SUB LEVEL MENU CODES */



ul#sub-nav 		{
			border-top: 1px solid #d0c0a4;
			border-right: 1px solid #d0c0a4;
			border-bottom: 1px solid #d0c0a4;
			border-left: 1px solid #d0c0a4;
			z-index:6;
			width: 190px;
			}


ul#sub-nav li a 	{
	display: block;
	color: #d0c0a4;
	font: 10px  "Lucida Grande", arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	z-index:6;
	padding: 5px;
			}




ul#sub-nav li		{
	/*background-color: #453E2D;*/
	
	border-top: 0px solid #d0c0a4;
	border-left: 0px solid #d0c0a4;
	border-right: 0px solid #d0c0a4;
	border-bottom: 0px solid #d0c0a4;
	padding: 4px;
			}



ul#sub-nav li a:hover	{
	
			}







