@charset "UTF-8";
#menue{
	width:1024px;
	height:24px;
	background-repeat: no-repeat;
	background: none;
	position: absolute;
	left: inherit;
	top: 100px;
	z-index: 100;
}

.qmmc .qmdivider{
/*eDOC Notes: this is the divider between menu items */
	display: block;
	font-size:1px;
	border-width:0px;
	border-style:solid;
	position:relative;
	z-index:2;
}

.qmmc .qmdividery{
	float:left;
	width:0px;
}

.qmmc .qmtitle{
	display:block;
	cursor:default;
	white-space:nowrap;
	position:relative;
	z-index:1;
}

.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}

.qmmc {
	position:relative;
	/*zoom:1;*/
	z-index:10;
}

.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:10;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
	float:none;
}
.qmsh div a {
	float:left;

}

.qmmc div{
	visibility:hidden;
	position:absolute;
}
.qmmc .qmcbox{
	cursor:default;
	display:inline;
	position:relative;
	z-index:99;
}

.qmmc .qmcbox a{
	display:inline;
}

.qmmc .qmcbox div{
	float:none;
	position:static;
	/*visibility:inherit;*/
	left:auto;
	z-index: 98;
}

.qmmc li {
	z-index:97;

}

.qmmc ul {
	left:-10000px;
	position:absolute;
	z-index:96;
}

.qmmc, .qmmc ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.qmmc li a {
	float:none;
	
}

.qmmc li:hover>ul{
	left:auto;
}

#qm0 ul {
	top:100%;
}

#qm0 ul li:hover>ul{
	top:0px;left:100%;
}


	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		/*width:auto;*/
		padding:0px;
		margin:0px;
		border-width:0px;
		border-style:solid;
		border-color: #ffffff;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	/*EDOC Notes: Controls the main menu text */
	#qm0 a	
	{
	/*width:auto;*/
	background-color:transparent;
	color: #ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	padding-top: 6px;
	/*padding-right: 42px;*/
	/*padding-bottom: 15px;*/
	/*padding-left: 41px;*/
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{
/*	background-image:url(./images/hover_menu1.png); */
	color:#444444;
	text-decoration:none;
	}
	
	/*"""""""" (MAIN - GREEN) Hover State""""""""*/	
	#qm0 a.green-nav:hover	
	{	
/*		background-image:url(../images/hover_green.png); */
		color:#232323;
		text-decoration:none;
	}

	/*"""""""" (MAIN - GREEN) Hover State""""""""*/	
	#qm0 a.gold-nav:hover	
	{	
/*		background-image:url(../images/hover_gold.png); */
		color:#454545;
		text-decoration:none;
	}
	
	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	/*EDOC Notes: Controls the main menu item text on hover*/
	#qm0 li:hover>a	
	{	
		/*background-image: url(../images/hover_menu1.png);*/
		/*background-color:#999999;*/
		color: #cccccc;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		background-repeat:no-repeat;
		background-position:92% 50%;
		background: none;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
/*		background-image:url(./images/hover_menu1.png); */
		color:#222222;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	/*EDOC Notes: Controls the main menu item background on hover*/
	/*Here is where I would like to do some transparency of the background*/
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
/*		background-color: #330066; */
		background-color: #111111; 
		border-width:0px;
		border-style:solid;
		border-color:#00FFFF;
		margin-left: 34px;
		z-index: 99;
	}


	/*"""""""" (SUB) Items""""""""*/	
	/*EDOC Notes: Controls the sub menu item text*/
	#qm0 div a, #qm0 ul a	
	{	
		/*width:auto;*/
		/*      Top Rght Bot Left*/
		padding:2px 40px 2px 10px;
		color: #999999;
		font-size:12px;
		text-align:left;
		/*border-width:0px 0px 0px 4px;
		border-style:solid;
		border-color:#FFFFFF;*/
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:transparent;
		background-image:none;
		color: #00FF33;
		position: relative;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	/*EDOC Notes: Controls the sub menu item text on hover*/
	#qm0 ul li:hover>a	
	{	
		background-color:transparent;
		background-image:none;
		color: #ffffff;
		text-decoration: none;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
/*		background-image:url(../images/gradient_15.gif); */
		background-repeat:repeat;
		color:#00FFFF;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color: #112747;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	/* EDOC The horizontal dividers in the sub menu*/
	#qm0 .qmdividerx	
	{	
		border-top-width:0px;
		margin:4px 5px 4px 5px;
		border-color: #000000;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:30px;
		border-style:solid;
		border-color:#ffffff;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url(http://www.opencube.com/qmv7/qmimages/arrow_1.gif);
		text-decoration:underline;
		background-image:url(http://www.opencube.com/qmv7/qmimages/arrow_1.gif);
		text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li .qmparent	
	{	
		background-image:url(http://www.opencube.com/qmv7/qmimages/arrow_0.gif);
		background-repeat:no-repeat;
		background-position:92% 50%;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url(http://www.opencube.com/qmv7/qmimages/arrow_1.gif);
		text-decoration:underline;
		background-image:url(http://www.opencube.com/qmv7/qmimages/arrow_1.gif);
		text-decoration:underline;
	}
