/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {position:relative;}
.qmmc a {float:left;display:block;} /* white-space:nowrap; */
.qmmc div a {float:none;}
.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

		

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
		width: 986px !important;
		margin-left: 6px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:black;
		font: normal 12px "century gothic", arial;
		text-decoration:none;
		padding:0px 3px;
		width: 102px;
		height: 52px;
		background: url(/lib/pchcables/topmenuItem-back.gif) center no-repeat;
		display: table-cell !important;
		vertical-align: middle !important;
		text-transform: uppercase;
	}
	#qm0 a font
	{
		display: block;
		font: normal 12px "century gothic", arial !important;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color:red;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		color:red;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#97bdf1;
		padding:0px;
		border-style:solid;
		border-width:1px;
		border-color:#1d3e6f;
		margin-top:0px;
		width: 160px !important;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#97bdf1;
		padding: 3px;
		border-bottom: solid 1px #98c6d4;
		font: normal 11px "century gothic", arial;
		color: black;
		width: 154px !important;
		background-image: none;
		text-align: left;
		display: block !important;
		height: auto;
		text-transform: none !important;
	}
	

	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	}

	#qm0 td  
	{
		font: normal 11px verdana;
		color: red;
		padding: 1px;
		border: none;
		margin: 0px;
	}

	#qm0 td a:link, #qm0 td a:visited
	{
		background-color: transparent;
		font: normal 11px verdana;
		color: red !important;
		padding: 3px;
		border: none;
		text-decoration: none;
		display: block;
	}

	#qm0 td a:hover 
	{
		background-color: transparent;
		text-decoration: underline;
	}

	#qm0 table
	{
		margin: 0px;
		background-color: #daffaa;
	}
