@charset "utf-8";
/* CSS Document */


/*
***************************************************************
             B O T T O M   M E N U   S T Y L E S
***************************************************************
*/
#menu {
	width: 1000px;
	height: 95px;
	margin-left: 1px;
	margin-top: 2px;
	padding-top: 10px;
	brorder: 1px solid #F63; /* Orange */
}

#menu a{
	text-decoration: none;
	color: #7E7D7D;
}

#menu a:hover{
	color: #000000;
}

#menu a:hover h2{
	text-decoration: underline;
}


#menu .leftendcap {
	background: #FAF7F4 url('/images/left_endcap.jpg') top left no-repeat;
	margin-left: 8px;
	height: 89px;
	width: 30px;
	float: left;
}

#menu .midendcap {
	background: #FAF7F4 url('/images/mid_endcap.jpg') top center no-repeat;
	height: 89px;
	width: 42px;
	float: left;
}

#menu .rightendcap {
	background: #FAF7F4 url('/images/right_endcap.jpg') top right no-repeat;	
	height: 89px;
	width: 30px;
	float: left;
}

#menu .menuItem{
	float: left;
	height: 90px;
}

#menu .menuItem:hover{
	background: #FAF7F4 url('/images/menu_highlight.jpg') center no-repeat;
}

#menu H2 {
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: .07em;
	margin: 0 0 .4em 0;
	color: #4D8A95;
}

#menu p {
	font-size: .9em;
	margin: 0;
}
/*
***************************************************************
               T O P   M E N U   S T Y L E S
***************************************************************
*/

#topMenuL {
	margin: 0 20px;
	width: 40%;
	height: 25px;
	display: inline;
	position: relative;
	margin-bottom: -25px;
	margin-top: -20px;
}


#topMenuL a:visited,#topMenuL a:link,#topMenuL a:active{
	color: #d7ccb6;
	text-decoration: none;
}

#topMenuL a:hover{
	color: #978a71;
	text-decoration: underline;
}

#topMenuR {
	margin: 0 20px;
	width: 40%;
	height: 25px;
	display: inline;
	position: relative;
	margin-bottom: -25px;
	margin-top: -20px;
}

#topMenuR li.menuItem{
	float: right;
	margin: 0 25px;
}

#topMenuL li.menuItem{
	float: left;
	margin: 0 15px;
}

.menuItem{
	display: inline;
}

#topMenuR a:visited,#topMenuR a:link,#topMenuR a:active{
	color: #d7ccb6;
	text-decoration: none;
}

#topMenuR a:hover{
	color: #978a71;
	text-decoration: underline;
}

#topMenuL{
	float: left;
}

#topMenuR{
	float: right;	
}

#topMenuL div{
	float: left;	
	display: inline;
	height: 25px;
	margin-right: 20px;
}

#topMenuR div{
	float: right;	
	display: inline;
	height: 25px;
	margin-left: 38px;
}

