﻿

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;
			border-style:solid;position:relative;z-index:1;}
.qmmc .qmdividery{float:left;width:0px;}
.qmmc .qmtitle{display:block;cursor:default;position:relative;z-index:1;} /*white-space:nowrap;*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;
			display:block;float:none !important;}
.qmmc {position:relative; z-index:10;}
/*---------  set menu align in this here na ja ----------*/
.qmmc a, .qmmc li {float:left;display:block;position:relative;z-index:1;}/*white-space:nowrap;*/
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:left;}
.qmmc div{visibility:hidden;position:absolute;}
.qmmc li {z-index:auto;}
.qmmc ul {position:absolute; z-index:10;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none ;}
li:hover>ul{left:auto;}
#qm0 ul {top:100%;}
#qm0 ul li:hover>ul{top:2px; left:100%; margin-top:2px; padding-right:8px; }

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/*"""""""" (MAIN) Container""""""""*/	
.menu , .menu:hover , .menu span , .menu span:hover ,.visit  ,.visit:hover ,.visit span a:hover  , .menu2 , .menu2:hover 
{
	font-size:12px;  font-family:Verdana;text-decoration:none;
	font-weight:normal;	margin-top:0px;  cursor:pointer ;

}
#qm0
{ text-align :center   }

.menu 
{	    list-style :none; 
		background:url(../Web_Bg/menu_L1.jpg) left top no-repeat;
		text-align:center; 
		height:38px; width:115px; 
		color:#fffffd ;
		
		
}
.menuspace   { width:2px; background:#FeFFFF ; }

.menu:hover 
{	list-style:none;
	background:url(../Web_Bg/menu_L2.jpg) left top no-repeat; 
	color :#fefefe;vertical-align:bottom;  }

.menu span { background:url(../Web_Bg/menu_R1.jpg) right top no-repeat; display:block ;
			 height:33px; padding:5px 20px 0px 20px; }
			 
.menu:hover span { background:url(../Web_Bg/menu_R2.jpg) right top no-repeat; 
				   height :33px ;  padding:5px 20px 0px 20px; }
#qm0 div, #qm0 ul,.visit  {  color:#00000e ;  }
.visit 
			{	 font-size:12px; text-decoration:none;
				background:url(../Web_Bg/menu_L2.jpg) left top no-repeat;
			 }
.visit span {	background:url(../Web_Bg/menu_R2.jpg) right top no-repeat; display:block;
				height:33px; padding:5px 10px 0px 10px;
			 }


.menu2
	{	
		background-color:#FFFFFF;
		padding:3px 2px 2px 5px;
		border-bottom :1px solid #FAFAFA;
	}
	
	/*"""""""" (MAIN) Hover State""""""""*/	
	
.menu2:hover 
	{	
		background-color:#FBFDFF;
	}

	/*"""""""" (SUB) Container""""""""*/	
#qm0 div, #qm0 ul	
	{	
		margin:0px;
		background-color:#eeeeee;
		border:1px solid #97AEBE;
		text-align:left;
		width:250px;
		margin-top:6px;
		/*filter: alpha(opacity=95);
	    -moz-opacity:0.95;*/
	}
