/* common styling */
#menu_container {
	display: block;
	position: relative;
	top: -10px;
	float: left;
	width: 230px;
	margin: 0px;
	margin-bottom: 30px;
	z-index: 100; }

.menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	font-size: 11px; }

.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 200px;
	height: 23px;
	text-align: center;
	background-color: #000;
	border-bottom: 1px solid #4d4d4d;
	line-height: 23px; }
	
.menu ul li a.hide, .menu ul li a.hide:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 200px;
	height: 23px;
	text-align: center;
	background: #000 url(images/menu_parent.jpg) top left no-repeat;
	border-bottom: 1px solid #4d4d4d;
	line-height: 23px; }.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none; }
	
.menu ul li {
	_float: left;
	margin-right: 1px;
	position: relative; }

.menu ul li ul {
	display: none; }
	
.active {
	text-align: center;
	line-height: 23px;
	color: #fff;
	width: 200px;
	height: 23px;
	padding-left: -10px;
	border-bottom: 1px solid #4d4d4d;
	background: #000 url(images/menu_here.gif) top left no-repeat; }
	
.parent_here {
	text-align: center;
	line-height: 23px;
	color: #fff;
	width: 200px;
	height: 23px;
	padding-left: -10px;
	background: #000 url(images/menu_parent_here.gif) top left no-repeat; }

.active {
	font-weight: bold; }
	
.menu ul li:hover ul li.active, .menu ul li:hover ul li:hover ul li.active {
	width: 200px; }

.menu ul li:hover ul li a.parent_here {
	background: #000 url(images/menu_parent_here.gif) top right no-repeat;
	color: #fff; }


/* ============= specific to non IE browsers =============== */

.menu ul li:hover a {
	color: #fff;
	background: #000 url(images/menu_hover.gif) top right no-repeat; }
	
.menu ul li:hover a.hide, .menu ul li:hover a.parent_here {
	color: #fff;
	background: #000 url(images/menu_parent_hover.gif) top right no-repeat; }

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px; }
	
.menu ul li:hover ul li a.hide {
	text-decoration: none;
	margin-top: -1px;
	background: #000 url(images/menu_parent.jpg) top left no-repeat;
	border: solid 1px #4d4d4d;
	color: #fff; }
	
.menu ul li:hover ul li:hover a.hide, .menu ul li:hover ul li:hover a.parent_here {
	background: #000 url(images/menu_parent_hover.gif) top left no-repeat;
	width: 200px; }

.menu ul li:hover ul li ul {
	display: none; }

.menu ul li:hover ul li a {
	display: block;
	margin-top: -1px;
	background: #000;
	border: solid 1px #4d4d4d;
	color: #fff;
	width: 200px; }

.menu ul li:hover ul li a:hover {
	background: #000 url(images/menu_hover.gif) top left no-repeat;
	border: solid 1px #4d4d4d;
	color: #fff; }

.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 201px;
	top: 0;
	color: #fff; }

.menu ul li:hover ul li:hover ul li a {
	display: block;
	width: 200px;
	background: #000;
	border: solid 1px #4d4d4d;
	color: #fff; }

.menu ul li:hover ul li:hover ul li a:hover {
	background: #000 url(images/menu_hover.gif) top left no-repeat;
	border: solid 1px #4d4d4d;
	color: #fff; }