

.menu{
	border:none;
	border:0px;
	margin:0px;
	margin-left:13px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	/*font: bold 12px/39px Georgia, "Times New Roman", Times, serif;*/
	
	}
.menu ul{
	/*background:#333333;*/
	text-transform: uppercase;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
.menu li{
		float:left;
		padding:0px;
		}
		
		/*width of cell is determined by padding: 32 px
		color is color of font */
.menu li a{
		/*background:#333333 url("/images/seperator.gif") bottom right no-repeat;*/
		color: #b74a01;
		/*color:#cccccc;*/
		display:block;
		font-weight:bold;
		line-height:35px;
		margin:0px;
		padding:0px 35px;
		text-align:center;
		text-decoration:none;
		}
		/* background is color of background while mousing over main menu. Color is the color the font turns to when mousing over it */

.menu li a:hover, .menu ul li:hover a{
			/*background: #fcebbd url("/images/hover.gif") bottom center no-repeat;*/
			color:#ffffff;
			text-decoration:none;
			}
			
			
			/* background for li ul below is the background of the drop down menu*/
	.menu li ul{
		/*background:#fcebbd;*/
		background: url('/images/menu_background.jpg') center left;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:235px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		/*background:url('/images/sub_sep.gif') bottom left no-repeat;*/
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:235px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background: url('/images/transparent_menu.png') center left;
			/*background:#fcebbd url('/images/hover_sub.gif') center left no-repeat;*/
			border:0px;
			color:#e25b01;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
