div.menuBar {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 12px 0px 0px 0px;
	height: 27px;
	border: 0px solid red;
	text-transform: uppercase;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-decoration: none;
	word-spacing: Normal;
 	text-indent: 0px;
}

div.menuBar a.menuButton {
  	background-color: transparent;
  	border: 0px solid #e0e0e0;
  	color: #f4e3bf;
  	cursor: default;
  	left: 0px;
  	margin: 1px;
  	padding: 2px 6px 2px 6px;
  	position: relative;
  	text-decoration: none;
  	top: 0px;
  	z-index: 100;
}

div.menuBar a.menuButton:hover {
  	background-color: transparent;
  	border: 0px outset #e0e0e0;
  	color: #f4e3bf;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  	border: 0px inset #e0e0e0;
  	color: #f4e3bf;
  	left: 1px;
  	top: 1px;
}

div.menu {
	border-left: 4px solid #34180c;
  	border-right: 4px solid #34180c;
  	border-bottom: 4px solid #34180c;
  	left: 0px;
  	padding: 12px 0px 0px 0px;
  	margin: 0px 0px 0px -11px;
  	position: absolute;
  	top: 0px;
  	visibility: hidden;
  	z-index: 101;
}

div.menu a.menuItem {
  	color: #f4e3bf;
  	display: block;
  	padding: 3px 31px 3px 12px;
	margin: 0px;
  	text-decoration: none;
  	background: #34180d url(topmenustyles_04_FILES/bullet.gif) no-repeat 4px 9px;
/*    border-left: 4px solid #34180c;
  	border-right: 4px solid #34180c;
*/}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  	padding: 3px 31px 3px 12px;
  	background: #4e2412 url(topmenustyles_04_FILES/bullet.gif) no-repeat 4px 9px;
  	color: #f4e3bf;	  	
	display: block;
	margin: 0px;
    /*border-left: 4px solid #34180c;
  	border-right: 4px solid #34180c;*/

}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  	margin-right: -.75em;
}

div.menu div.menuItemSep {
  	border: 0px inset #e0e0e0;
  	margin: 3px 2px;
}
/*----------------------*/

div.menufirst {
	display: inline;
	margin: 0px;
	padding: 0px 17px;
	border: 0px solid red;
	background: none;
}

div.menu1 {
	display: inline;
	margin: 0px;
	padding: 0px 17px;
	border: 0px solid red;
	background: url(topmenustyles_04_FILES/bg_li_mainmenu.gif) no-repeat center left;
}
div.menufirst a:link, div.menufirst a:hover, div.menufirst a:visited, div.menufirst a:active, div.menu1 a:link, div.menu1 a:hover, div.menu1 a:visited, div.menu1 a:active {
	text-decoration: none;
	color: #f4e3bf;

}
div.menu2 {
	float: left;
	margin: 0px;
	padding: 1px 7px 0px 8px;
	height: 16px;
	border: 0px solid red;
	background: url(../images/bg_menu_act.gif) repeat-x;
}
div.menu2 a {
	text-decoration: none;
	color: #f4e3bf;

}


