@font-face 
{
	font-family: SolaimanLipi;
	src:url(http://noakhaliweb.com.bd/SOLAIMA0.eot);
}
/* CSS Document */


/*!!!!!!!!!!! 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:center;
   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 """"""""*/
	#qm1
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm1 a
	{
		color:#000000;
		font-family: SolaimanLipi;
		font-size: 12pt;	
		text-decoration:none;
		font-weight:normal;
	
		border-right:0px solid #3f3a34;
	
	}/*pading:top,right,bottom,left*/


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm1 a:hover
	{ 		
		color:#000000;
		font-family: SolaimanLipi;
		font-size: 12pt;	
	}
	/*"""""""" (MAIN) Hover State """"""""*/
	#qm1 .selected
	{ 
   	color:#000000;
		font-family: SolaimanLipi;
		font-size: 12pt;
	}

	/*"""""""" (MAIN) Active State """"""""*/	
	#qm1 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:#F7F7F7 !important;
		text-decoration:none !important;
		color:#000000;
		font-family: SolaimanLipi;
		font-size: 12pt;

	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm1 .qmparent
	{
		background-image:url(../images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:90% top;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm1 div
	{
		background-color:#F7F7F7;
		padding:5px;
		border-style:solid;
		border-width:0px;
		border-color:#949393;
		margin-top:-1px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""" #c1bfbc"*/
	#qm1 div a:hover
	{
		text-decoration:none;		
	  background-color:#FFFFFF;
		color:#F87431;
		font-family:SolaimanLipi;
		font-size:13pt;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm1 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#2e77d3 !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm1 div .qmparent 
	{
		background-image:url(../images/arrow_right.gif);
		background-position:right;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm1 div a
	{		
		background-color:#F7F7F7;
		padding:5px 5px 5px 5px;
		border-width:0px;
		border-style:solid;
		border-color:#F7F7F7;
		border-bottom:1px solid #616D7E;
		color:#000000;
		font-family:SolaimanLipi;
		font-size:13pt;
		text-decoration:none;
		font-weight:normal;
		text-align:left;
	}