
/* Drop down quick contact classes */
		
	.mnu-contact-frm{
		width:164px;
		height:212px;
		margin:0px;
		padding:0px;
		padding-left:10px;
		padding-top:10px;
		background-image:url(dropdown.jpg);
	 	background-repeat:no-repeat;
		overflow:hidden;
		}
	
	.controlField{
		margin: 0;
		padding: 0;
		border:thin #eeeeee dotted;
		outline:0;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width:125px;
		margin:3px;
		background-color:#ffffff;
		color:#666666;
	}
	
	.captcha {
		margin: 0;
		padding: 0;
		border:thin #000000 dotted;
		outline:0;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		background-color:#FFFFFF;
	}
	
	.btn-style{
		font-size:11px;		
		margin:3px;
		background-color:#eeeeee;
		border:thin double #999999;
	}		
	
	.clear {
		padding:0px;
		margin:0px;
	}
	
	.menulist, .menulist  ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 
	}
	
	/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
	.menulist ul {
	 display: none;
	 position: absolute;
	 top: 30px; 
	 margin-top: 10px; /* I'm using ems and px to allow people to zoom their font */
	 left: -10px;
	
	}
	
	
	/*
	 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
	 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
	*/
	.menulist li {
	 float: left;
	 display: block;
	 position: relative;
	 margin-right: -1px;
	 
	}
	
	/* Items in submenus - override float/border/margin from above, restoring default vertical style */
	.menulist ul li {
	 float: none;
	 margin: 0;
	 margin-bottom: -1px;
	}

	
	/* Links inside the menu */
	.menulist a {
	 display: block;
	 padding: 3px;
	 color: #000;
	 text-decoration: none;
	}
	
	/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
	.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	border:none;
	}
	.menulist a.highlighted {
	 color: #666666;
	
	}
			
	/* Only style submenu indicators within submenus. */
	.menulist a .subind {
	 display: none;
	}
	.menulist ul a .subind {
	 display: block;
	 float: right;
	}
	
	/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
	.menulist a {
	 float: left;
	}
	.menulist ul a {
	 float: none;
	}
	/* \*/
	.menulist a {
	 float: none;
	}
	/* */
/* END Drop down quick contact classes */
