	* {padding:0; margin:0}
	.dropdown {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}
	
	.dropdown dt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: lighter;
		color: #666666;
		text-decoration: none;
		cursor:pointer; 
		}
		
	.dropdown dt:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: lighter;
		color: #000000;
		}
		
	.dropdown dd {
		position:absolute; 
		overflow:hidden; 
		width:196px; 
		display:none; 
		background:#fff; 
		z-index:200; 
		opacity:30;
		float:left;
		}
	
	.dropdown ul {
		width:204px; 
		
		border:1px solid #748F1F; 
		list-style:none; 
		border-top:none; 
		wmode="transparent";
		float:left;
		
	}
	.dropdown li {
		display:inline;
		
	}
	.dropdown a, .dropdown a:active, .dropdown a:visited {
		display:block;
		padding:5px;
		padding-left:10px;
		padding-right:10px;
		color:#333;
		text-decoration:none;
		background-color: #D8EE8C;
		text-align:left;
	}
	.dropdown a:hover {
		color:#FFFFFF;
		background-color: #B8D555;
	}
	.dropdown .underline {
	border-bottom:1px solid #748F1F;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
		}
	/*..deviderImag {background-image:url(images/top-menu-divider.jpg)}*/
	.devImag {background:url(css/images/top-menu-divider.jpg)}
	
	.trHover:hover {
	background-color:#D8EE8C;
	
	}

