	.js_dropdownmenu
	{
		display:block;
		width:272px;
		float:left;	
	}
	
	
	.js_drop
	{
		width:272px;
		position:absolute;
		margin-top:27px;
	}	
	
	.js_drop li
	{
		margin:0;
		padding:0;
		list-style: none;
	}
	
	.js_drop li a
	{
		font:12px "Arial";
		color:#ccc;
		width: 255px;
		height: 22px;
		display:block;
		text-decoration: none;
		float:left;
		background-color: #333;
		border: 1px solid #666;
		border-top: none;
		padding: 5px 0 0 15px;
	}
	.js_drop li a:hover
	{
		background-color:#990000;
	}
	.main
	{
		font:12px "Arial";
		font-weight:bold;		
		display:block;
		width:256px;
		height:22px;
		color:#ccc;
		background: url(/assets/images/contact_dropdownmenu.jpg) left top no-repeat;
		float:left;
		text-decoration:none; 
		padding: 5px 0 0 16px;
	}

	.main:hover
	{
		background-position: right top;
	}


	.js_on{
		background-position: right top;
	}

