/*
==========================================================================
Planning SA <www.planning.sa.gov.au>
==========================================================================
|| APPLICATION ||
Application: Atlas of South Australia

|| VERSION CONTROL ||
$Date: 2005-06-09 16:02:10 +0930 (Thu, 09 Jun 2005) $
$Author: whiterd $
$Revision: 33 $
$Id: bjmenu.css 33 2005-06-09 06:32:10Z whiterd $
*/

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
	font-size : 12px;
	font-style: normal;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
 	color: #666600;
}

div.menuBar {
	padding: 4px 2px;
	border: 2px solid #ffffff;
	text-align: left;
	background-color: #ffffff;
}

div.menuBar a.menuButton {
	background-color: transparent;
 	color: #666600;
	cursor: default;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 2px 6px 2px 6px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family : Arial, Helvetica, sans-serif;
 	font-size : 13px;
 	font-weight: bold;
}

div.menuBar a.menuButton:hover {
	/*background-color: #FF9933;*/
	color: #A84D10;
	font-size : 13px;
	 font-weight: bold;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
	/*background-color: #FF9933;*/
	color: #A84D10;
	font-size : 13px;
	 font-weight: bold;
	left: 1px;
	top: 1px;
}

div.menu {
	padding: 0px 1px 1px 0px;
	border: 1px solid #666600;
	visibility: hidden;
	top: 0px;
	position: absolute;
	background-color: #cacc9a;
	color: #666600;
	left: 0px;
	z-index: 101;

}

div.menu a.menuItem {
	color:#666600;
	cursor: default;
	display: block;
	padding: 2px 1em;
	text-decoration: none;
	white-space: nowrap;
	/*font-size: 85%;*/
	font-size : 11px;
	 font-weight: bold;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	/*background-color: #FF9933;*/
	color: #A84D10;
	font-size : 11px;
	 font-weight: bold;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
	margin-right: -.5em;
}

div.menu div.menuItemSep {
	border: 1px inset #FFFFFF;
	margin: 4px 2px;
}
