   

/*"""""""" [SUB] Containers """"""""*/
#qm0_footer div	{
	/*margin-top:-180px;*/   /* 9 items sub menu popup window posistion */
	/*margin-top:-160px;*/   /* 8 items sub menu popup window posistion */
	/*margin-top:-144px; */  /* 7 items sub menu popup window posistion */
	margin-top:-130px;   /* 6 items sub menu popup window posistion */
	/*margin-top:-71px; */  /* sub menu popup window posistion */
	/*margin-left:11px;*/	/* sub menu popup window posistion */
	/*border:1px solid green;*/	
}

/* to hide sign in link */
#header #header_sidebar li#header_lastItem{
	padding-right:0em;
	display:none;
}

/********** the following css will be only used on displaying video in lightbox **********/ 
#lightbox { position: fixed; text-align: center; width: 100%; height: 100%; right: 0; bottom: 0; top: 0; left: 0; background: transparent url(/images/webelements/transparent-black.png) 0 0 repeat; z-index: 10000; }
* html #lightbox { position: absolute; background-image: none; background-color:#999;}
#lightbox-inner { margin: 100px auto 0 auto; clear: both; float: none; display: inline-block; }
 