/*!!!!!!!!!!! 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:right;
	display:block;
	white-space:nowrap;
}.qmmc div a {
	float:none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}.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
	{
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding-right: 14px;
	padding-left: 14px;
	height: 23px;
	padding-top: 10px;
	font-weight: bold;
	margin-top: 0px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
	background-image: url(images/nav_hover.png);
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{
	text-decoration:underline !important;
	background-image: url(images/nav_hover.png) !important;

	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{

		background-repeat:no-repeat;
		background-position:95%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	color:#000000;
	background-color:#666666;
	padding:0px;
	margin-top:0px;
	overflow: visible;
	float: left;
	height: auto;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		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:#666666;
	color:#FFFFFF;
	font-weight: normal;
	overflow: visible;
	display: block;
	font-size: 11px;
	height: 30px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	min-width: 110px;
	text-align: left;
	}
