﻿/* START THE CODE FOR THE MENUS */

/* IF YOU EDIT THE SUB MENU WIDTH - EDIT 200 IN 4 PLACES TOTAL */

/* menu ver 3.0 2007 */


/* MENU OUTER TABLE - BACKGROUND & TOP & BOTTOM MENU BORDERS */

.menutable 		{
			background-image: url('http://www.rotations.com/brown/menuon.gif');
			background-color: #1048C8;
			white-space: nowrap;
			width:750px;
			border-top: 1px solid #000000;
			border-bottom: 1px solid #000000;
			padding: 0px;
			margin: 0px
			}


/* CODE FOR MENU 2ND OUTER TABLE */

#menunav, #menunav ul 	{
			float: left;
			white-space: nowrap;
			width: 750px;
			list-style: none;
			padding: 0px;
			border: solid #FFFFFF;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			margin: 0px 0px 0px 0px;
			}


/* TOP LEVEL MARGINS, FONT FACE & FONT COLORS & PADDING */

#menunav a 		{
			color: #FFFFFF;
			font: 12px arial, sans-serif;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			padding: 3px 3px 3px 3px;
			width: auto;
			display: block;
			cursor: pointer;
			}


/* TOP LEVEL BACKROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li 		{
			border-left:0px solid #000000; border-right:1px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000; background-image: url('http://www.rotations.com/brown/menuon.gif');
			background-color: #1048C8;
			/* THIS IS A RIGHT BORDER */
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			float: left;
			padding: 0
			}


/* TOP LEVEL HOVER FONT COLOR */

#menunav li a:hover	{
			background-image: url('http://www.rotations.com/brown/menuon.gif');
			color: orange;
			text-decoration: none;
			cursor: pointer
			}


/* TOP LEVEL HOVER BACKGROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li:hover, #menunav li.IEMhover {
			background-color: 13904C;
			border: solid #000000;
			border-width: 0px 1px 0px 0px;	/* THIS IS A RIGHT BORDER */
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}