﻿* html .topMenu ul
{
	margin-left:20px;
}

* html #menu-bar div.first 
{
	margin:0 0 0 20px;
}

#menu-bar div:first-child
{
	margin:0 0 0 25px;
}

/* *** COMMON TOP MENU ROW *** */
.topMenu 
{
	position:relative;
	z-index:5;
	height:22px;
	margin-left:10px ! important;
}

* html .topMenu ul 
{
	margin-top:0 ! important;
	margin-left:0;
}

.topMenu ul
{
	position:relative;
	z-index:5;
	height:20px;
	list-style:none;
	padding:0;
	margin:0;
	background-color:#edffd6;
	border-style:solid;
	border-color:#406627;
	border-width:0 0 1px 0;
}

.topMenu ul li:first-child,
.topMenu ul li.first
{
	border-left-width:0px;
}

* html .topMenu li 
{
	height:21px;
}

.topMenu li
{
	float:left;
	height:20px;
	border:none;
	padding:0 5px;
	margin:0;
	background-color:#edffd6;
}

.topMenu li li 
{
	background:none;
}

.topMenu li.selected 
{
	background-color:#b3d082;
	border-style:solid;
	border-width:0 1px;
	border-color:#edffd6 #edffd6 #406627 #edffd6;
}

.topMenu a,
.topMenu span
{
	display:block;
	text-decoration:none;
	padding:1px 3px;
	cursor:pointer;
	color:black;
	font-weight:bold;
}

.topMenu .myItemDisabled a
{
	color:lightgrey ! important;
	background-color:Gray;
}

.topMenu a:hover,
.topMenu span:hover 
{
	background-color:Transparent;
	color:Black;
}
/* *** END COMMON TOP MENU ROW *** */

/* *** FIRST TOP MENU ROW *** */
div.selected.topMenu:first-child,
#menu-bar .selected div.first
{
	background:url('/_images/Menu/Menu-Left.gif') left top no-repeat;
}

.topMenu:first-child 
{
	height:28px;
}

* html .topMenu div.first
{
	margin-left:0 ! important;
}

.topMenu:first-child,
.topMenu div.first
{
	position:relative;
	background:url('/_images/Menu/Menu-Left-Inactive.gif') left top no-repeat;
}

.topMenu div.first ul,
.topMenu:first-child ul
{
	height:26px;
	margin-left:22px ! important;
	background:url('/_images/Menu/Menu-Back-Inactive.gif') left top repeat-x;
	border-style:solid;
	border-color:#edffd6 #edffd6 #406627 #edffd6;
	border-width:1px 0;
}

* html .topMenu div.first li 
{
	position:relative;
	height:20px;
}

* html .topMenu div.first li.first
{
	border-left:none;
}

.topMenu div.first li,
.topMenu:first-child li
{
	background:url('/_images/Menu/Menu-Back-Inactive.gif') left top repeat-x;
	padding:3px 5px;
	border-style:solid;
	border-width:0 1px;
	border-right-color:#a0b981;
	border-left-color:#edffd6;
}

.topMenu div.first li.selected,
.topMenu:first-child li.selected 
{
	background:url('/_images/Menu/Menu-Back.gif') left top repeat-x;
	border-color:#fdfb67 #dbbc39 #fdfb67 #fdfb67;
}
/* *** END FIRST TOP MENU ROW *** */

/* IE6 Support; Bad XHTML Generated w/ Embedded UL Elements in A Elements) */
/** html .topMenu a:hover .popupMenu ul
{
	display:block ! important;
}*/

/* For Browsers with CSS2 Selectors Implemented (Gecko; Konquerer; IE7+) */
/**:hover > .popupMenu ul
{
	display:block ! important;
}*/

.popupMenu ul
{
	position:absolute;
	float:none;
	top:18px;
	left:10px;
	margin:0;
	padding:0;
	list-style:none;
	display:none;
	border:solid 1px black;
	z-index:10;

	height:auto ! important;
	background:#edffd6 ! important;
	border:solid #406627 1px ! important;
}

.popupMenu ul li 
{
	position:relative;
	padding:0;
	margin:0;
	float:none;
	display:block;
	border:none ! important;
	background:none ! important;
}

.popupMenu li *
{
	display:block ! important;
	float:none;
	padding:3px;
	border:solid 1px red;
	text-align:center;
}

.popupMenu li:last-child *
{
	border:none;
}

html > body .sideMenu
{
	display:table-cell;
}

* html div.sideMenu 
{
	width:125px;
	margin-right:-10px;
	padding:0;
}

div.sideMenu 
{
	position:relative;
	float:left;
	clear:both;
	width:125px;
	margin-right:10px;
	/*background:white url('/_images/dotted_line.gif') right top repeat-y;*/
}

.sideMenu,
.sideMenu ul
{
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
}

.sideMenu li 
{
	position:relative;
	font-weight:bold;
	margin-bottom:4px;
	padding:0 0 15px 15px;
	background:url('/_images/arrow_green.gif') left 3px no-repeat;
}

.sideMenu li li
{
	padding:0;
	background:none ! important;
	list-style-type:circle;
}

.sideMenu a 
{
	color:#006600;
	text-decoration:none;
}

.sideMenu li.selected
{
	background-image:url('/_images/arrow_orange.gif');
}

* html .sideMenu li.selected a,
* html .sideMenu li.selected li.selected a,
* html .sideMenu li.selected li.selected li.selected a
{
	color:#ff9900;
}

* html .sideMenu li.selected li a 
{
	color:#006600;
}

.sideMenu li.selected > a
{
	color:#ff9900;
}

.sideMenu ul ul
{
	padding:0 0 0 0;
	margin-left:15px;
}

.sideMenu ul ul a
{
	font-size: 8pt;
	font-weight: normal;
	padding:0 0 0 0;
}