/*css style */
/*--------------------------------------*/
/* Developer: Md. Abul Kashem (Raihan) */
/* Last Updated: Feb06-09*/
/* Email: raihan@rakplanet.com */
/* Cell: +8801715 302662 */
/*--------------------------------------*/

/*!!!!!!!!!!! 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:#000000; /*top menu holder bg color*/
		padding-left:10px; /*top menu holder left padding */
		border-width:0px 0px 0px 0px; /*top menu holder border*/
		
		border-style:solid;
		border-color:#000000; /*top menu holder border color*/
		/*background-image:url(template1_bg.gif);*/ /*top menu holder bg*/
		height:24px;
		
		
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#ffffff;
		font-family: verdana;
		font-size:12px;
		text-decoration:none;
		padding:5px 15px 5px 15px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/***** Main menu with not sub menu items *****/
		
		/*border-color:#333333;*/

		color:#FFFFFF;
		background-ifmage:url(template1_bg_f.gif);
		text-decoration:none;

	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		/*border-color:#333333 !important;*/
		/***** Main menu with sub menu items *****/
		
		color:#FFFFFF !important;
		background-color:#DE5826 !important; /*selected top menu with submenu bg color control*/
		text-decoration:none !important;
		background-image:url(template1_black_arrow.gif) !important;
		
		border-width:0px 0px 0px 0px; 
		border-style:solid;
		border-color:#fff;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{	/***** Main menu with not sub menu items when mouse is on submenu*****/
	
		background-image:url(template1_white_arrow.gif);
		background-repeat:no-repeat;
		background-position:95%;
		/*cursor:default;*/
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		background-color:#DE5826; /* submenu bg color control, normal state*/
		padding:0px 0px 0px 0px;
		border-style:solid;
		border-width:0px 0px 1px 0px; /*submenu outer border*/
		margin:0px; /*submenu block distance from top menu*/
		border-color:#fff; /*submenu outer border color*/
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size:11px;
		color:#FFFFFF; /*submenu font color control*/
		border-color:#fff;  /*sub menu top bottom horder color control*/
		border-style:solid;
		border-width:1px 0px 0px 0px;  /*sub menu top bottom border control*/
		padding:5px 30px 5px 5px; /*sub menu top height control*/
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		 /* submenu hover border color control */
		
		color:#FFFFFF; /*submenu hover font color control*/
		text-decoration:none;
		background-color:#000000;

		
		
	}

	#qm0 div div
	{
		margin:0px 0px 0px 0px;
		border-top:0px solid #85aacf;
		padding-right:0px;
		
	}

	#qm0 div div a:hover
	{
		background-color:#8BAED3 !important;
		
	}	

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		
		
		background-color:#8BAED3 !important; /**/
		border:0px !important;
		border-top:1px solid #85aacf !important;
		bordder-color:#85aacf !important; /* submenu hover border color with 3rd layer available*/
		color:#FFFFFF !important;
		text-decoration:none !important;
		background-image:url(template1_black_arrow_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(template1_black_arrow_right.gif);
		

	}
