@CHARSET "UTF-8";
	
	#leftMenuCell {
		vertical-align: top;
		background: url(../images/background_menu.png) center top repeat-y;
	}
	
	#leftMenuContainer {
		position: relative;
		width: 192px;
		margin: 0px 32px 0px 64px;
	}
	
	div.menu {
		position: relative;
		padding-top: 8px;
	}

	div.menu hr {
		margin: 10px 16px 8px 14px;
		border: 1px dashed gray;
		border-left: 0px;
		border-right: 0px;
	}

	div.menu_background {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		background: #F4F4F4;
	}
	
	div.menu_content {
		position: relative;
		padding: 2px 0px 2px 0px;
	}
	
	div.menu_item {
		position: relative;
		padding: 0px 8px 0px 4px;
		margin-bottom: 4px;
	}

	div.submenu {
		width: 100%;
		padding: 8px 0px;
		background: #F4F4F4;
	}



	div.menu_item_hover {
		position: relative;
		padding: 0px 8px 0px 4px;
		margin-bottom: 4px;
		/* background: #E8F6C0; */
	}

	#topMenu div.menu_item {
		position: relative;
		display: inline;
		padding: 0px 4px;
		margin-bottom: 4px;
	}
	
	#topMenu a {
		color: #471A75;
	}	

	#topMenu a:hover {
		color: #9A9901;
	}	

	span.divider {
		margin: 0px 8px;
	}
	
	span.menu_label {
		cursor: pointer;
		font-size: 11pt;
	}

	span.submenu_label {
		cursor: pointer;
		font-size: 9pt;
		color: #9A9901;
	}

	img.menu_pointer {
		position: absolute;
	}
	
	span.submenu_label img.menu_pointer {
		top: -2px;
	}

	#topMenu {
		float: right;
		margin-right:32px;
		padding: 2px;
	}
	
	#topMenu > span {
		color: #AFC024;
		vertical-align: bottom;
	}
	
	#topMenu > span.selected {
		color: #5D3896;
	}
	
