/*!!!!!!!!!!! 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 {display:none;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:#ffffff;
		padding-left:45px;
		border-width:1px 0px 1px 0px;
		border-style:solid;
		border-color:#000000;
		margin-left:0px;
		background-image:url(http://www.taiganova.com/site/images/hp_navbar_bg2.gif);
		font-family: Arial, Verdana, sans-serif; font-size:11px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#ffffff;
		background-color:transparent;
		font-family: Arial, Verdana, sans-serif; font-size:11px;
		text-decoration:none;
		padding:5px 26px 5px 20px;
		/*border-style:solid;*/
		/*border-color:#000000;*/
		/*border-width:0px 0px 0px 1px;*/
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/

		color:#000000;
		background-color:#dff7ca;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		/*border-color:#333333 !important;*/

		color:#000000 !important;
		background-color:#dff7ca !important;
		text-decoration:none !important;
		background-image:url(http://www.taiganova.com/site/images/bullet_black_down.gif) !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(http://www.taiganova.com/site/images/bullet_white_down.gif);
		background-repeat:no-repeat;
		background-position:92%;
		cursor:default;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		font-family: Arial, Verdana, sans-serif; font-size:11px;
		background-color:#B43D09;
		padding:5px 5px 5px 5px;
		border-style:solid;
		border-color:#333333;
		border-width:1px 1px 1px 1px;
		margin:0px;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-family: Arial, Verdana, sans-serif; font-size:11px;
		color:#FFFFFF;
		/*border-width:0px 1px 0px 1px;
		border-color:#D6DCE2;
		border-style:solid;*/
		padding:3px 10px 3px 5px;
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		border-color:#666666;
		background-color:#dff7ca;
		color:#000000;
		text-decoration:none;
	}

	#qm0 div div
	{
	margin:0px 0px 0px 3px;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		border-color:#666666 !important;
		background-color:#dff7ca !important;
		color:#000000 !important;
		text-decoration:none !important;
		background-image:url(http://www.taiganova.com/site/images/bullet_black_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(http://www.taiganova.com/site/images/bullet_black_right.gif);

	}