/*!!!!!!!!!!! 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;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#000000;
	background-color:#CBCBCB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
	width:172px;
	height:auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	text-indent: 4px;
	text-transform: uppercase;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:#666666;
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:#999999!important;
		text-decoration:none !important;
		
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		
		background-repeat:no-repeat;
		background-position:95%;
		
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	color:#000000;
	background-color:#CBCBCB;
	padding:0px;
	margin-top:0px;
	overflow: visible;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-color:#999999;
		color:#ffffff;
		font-weight: normal;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#999999!important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(../padajuci/arrow.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	background-color:#cccccc;
	padding:2px 0px 2px 0px;
	color:#000000;
	font-weight: normal;
	text-indent: 4px;
	overflow: visible;
	}
