/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative; z-index:1001;}.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;
	z-index:1001;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#ffffff;
	background-color:#003399;
	font-family:Tahoma;
	font-size:10px;
	text-decoration:none;
	border-left-color:#ffffff;
	border-left-width:1px;
	font-weight: bold;
	height:auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 14px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-style: solid;
	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:#0066cc;
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:#0066cc !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:#cccccc;
	padding:0px;
	margin-top:0px;
	border: 1px solid #ffffff;
	overflow: visible;
	z-index:100;
	/*width: 400px;*/
	
	
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-color:#0066cc;
		color:#ffffff;
		font-weight: normal;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#0066cc !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(../padajuci/arrow.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	background-color:#cccccc;
	color:#000000;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	text-indent: 1px;
	overflow: visible;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	
	z-index: 100;
	/*min-width: 105px;*/
	/*width: 400px;*/
	
	}

