@charset "utf-8";
/* CSS Document */

/*!!!!!!!!!!! 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;
	float:right;
	width:465px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		font-size:12px;
		color:#000;
		font-weight:bold;
		text-decoration:none;
		padding:0 16px 0 16px;		
		margin:0 0 0 0; /*Margin between each menu item*/
		height: 35px;
		line-height: 35px;
		background:#f6f6f6;
		border-right:1px solid #b7b7b7;
		border-top:1px solid #b7b7b7;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background:#fff201;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		background-image:url(http://buyrightprint.com/images/menu-hover-bg.png);
		color:#fff;
	}


	/*"""""""" (MAIN) Parent Items """"""""
	#qm0 .qmparent
	{
		border:0px;
	}*/


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		padding:0px;
		margin-top:0px;
		height: 0px;
		line-height:0px;
		width:160px;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		
	}


	/*"""""""" [SUB] Parent Items """"""""
	#qm0 div .qmparent 
	{
		width:150px;
	}*/


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#f16625;
		border:0px;
		padding:6px 6px 6px 6px;
		height: 18px;
		line-height: 18px;
	}