@charset "utf-8";

#jsddm
{
	margin:0px;
	padding:0px;
	width:600px;
	float:right;
	height:20px;
	.margin-bottom:1px;
	margin-right:0px;
	border:red solid 0px;
}

	#jsddm li
	{
		float: left;
		list-style: none;
		font:bold 11px Tahoma, Arial ;
		border-bottom:red solid 0px;
	}
	
		a.navHome, 
		a.navAbout, 
		a.navAdvPunjab, 
		a.navServices, 
		a.navCalc, 
		a.navDownload, 
		a.navFaq,
		a.active,
		a.navStrategic
		{
			display: block;
			padding: 3px 0px;
			margin:0px 1px;
			text-decoration: none;
			border-right: 0px solid #3a4153;
			color: #fff;
			text-align:center;
			font-weight:normal;
			width:98px;
			height:14px; 		
			white-space: nowrap;
		}
		a.navHome{
			text-align:right;
			padding-right:8px;
			width:90px;
			width:88px;
			background:url(../images/nav_home.jpg) no-repeat top left;
			border:red solid 0px;
		}		
		a.navHome:hover
		{			
			  background:url(../images/nav_home.jpg) no-repeat bottom left;
		}
		
		a.navAbout{
			background:url(../images/nav_aboutUs.jpg) no-repeat top left;
			width:83px;
		}
			a.navAbout:hover{
				background:url(../images/nav_aboutUs.jpg) no-repeat bottom left;
			}
			
		a.navAdvPunjab{
			background:url(../images/nav_advantage.jpg) no-repeat top left;
			width:140px;
		}
			a.navAdvPunjab:hover{
				background:url(../images/nav_advantage.jpg) no-repeat bottom left;
			}
			
		a.navServices{
			background:url(../images/nav_services.jpg) no-repeat top left;
			width:76px;
		}
			a.navServices:hover{
				background:url(../images/nav_services.jpg) no-repeat bottom left;
			}
		
		a.navCalc{
			background:url(../images/nav_calC.jpg) no-repeat top left;
			width:65px;
		}
			a.navCalc:hover{
				background:url(../images/nav_calC.jpg) no-repeat bottom left;
			}
		
		a.navDownload{
			background:url(../images/nav_download.jpg) no-repeat top left;
			width:83px;
		}
			a.navDownload:hover{
				background:url(../images/nav_download.jpg) no-repeat bottom left;
			}
		
		a.navFaq{
			background:url(../images/nav_faq.jpg) no-repeat top left;
			width:56px;
		}
			a.navFaq:hover{
				background:url(../images/nav_faq.jpg) no-repeat bottom left;
			}
		
		a.active{
			background-position:top bottom;
		}
		a.navStrategic{
			background:url(../images/nav_Strategic.jpg) no-repeat top left;
			width:120px;
		}
			a.navStrategic:hover{
				background:url(../images/nav_Strategic.jpg) no-repeat bottom left;
			}
		
		
			#jsddm li ul
			{
				margin: 0px;
				padding: 0px;
				margin-left:1px;
				position: absolute;
				visibility: hidden;
				background:#fff;
					height:auto;
					display:block;
				border:red solid 0px;
				
			}
			
				#jsddm  div.divBg{
					background:#fff;
								
				}				
				
				#jsddm li ul li
				{
					float: none;						
					display:inline;
					display:block;
					padding:0px;
					margin:0px;
						float:left;
						text-align:center;
					border-bottom:transparent solid 0px;
					padding-left:0px;
					
				}
					#jsddm li ul p{
						margin:0px;
						padding:0px;
						margin-left:20px;
						margin-bottom:2px;
					}
						#jsddm li ul p a{
							display:block;
							background:#fff;
						}
				
					 #jsddm li ul li a
					{						
						
						color: #636467;
						text-align:left;
						display:block;
						padding:5px 10px;
						margin:0px 1px;
						text-decoration:none;
						border-bottom:#3d3d3d dotted 0px;
						font-weight:normal;
						
					}
					
					#jsddm li ul li a:hover
					{
						 color:#8dc73f;
						
					}



		#jsddm li ul li ul
			{
				margin: 0;
				padding: 0;
				margin-left:1px;
				position: absolute;
				visibility: hidden;
				background:#767d83;
		
					width:auto;
					height:100px;
				border:red solid 1px;
			}