#navigation {
	height: 40px;
	display: block;
	background-image: url(../images/menu_repeat.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#navigation  .nav_highlight     {
	/*	color: #FF6600;*/
	color: #FFFFFF;
}
.menu_style{
	font-weight: bold;
	font-size: 0.8em;
	height: 25px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.menu_style:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu_style ul{
	width: 100%;
	text-align: center;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.left_end {
	background-color: #FFFFFF;
	background-image: url(../images/menu_left.gif);
	width: 10px;
	background-repeat: no-repeat;
}


.menu_style ul li{
display: inline;
}

.menu_style ul li a{
/*	color: #FF6600;*/
	color: #ff9600;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}


.menu_style ul li a:hover{
	color: #B95C00;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;





filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffc066;	/*FF6600*/
	background-image: url(../images/menu_button_background.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-position: center bottom;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #FFFFFF;
}
