/* --- Drop-down Menu styles --- */
#topmenu{
  background:url("http://www.ezcontactsusa.com/images/header_images/green_bar_bg.gif") repeat-x 0 0 transparent;
  float:left;
  width:100%;
	border:none;
	border:0;
	border-radius:5px 5px 0 0;
	margin:0;
	padding:0;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	}
#topmenu ul{
	background:transparent;
	list-style:none;
  margin:5px 0 0 5px;
	padding:0;
	}
	#topmenu li{
		float:left;
		padding:0;
		}
	#topmenu li a{
    background:transparent;
    background-image: -webkit-linear-gradient(bottom, #f5fbf8 10%, #a4d9c0 60%);
    background-image: -moz-linear-gradient(bottom, #f5fbf8 0%, #a4d9c0 60%);
    background-image: -o-linear-gradient(bottom, #f5fbf8 0%, #a4d9c0 60%);
    background-image: -ms-linear-gradient(bottom, #f5fbf8 0%,#a4d9c0 60%);/**/
    background-image: linear-gradient(bottom, #f5fbf8 0%,#a4d9c0 60%);
		color:#028249;
		display:block;
		font-weight:bold;
		line-height:32px;
		margin:0 10px 0 0;
		padding:0 15px;
    border: 1px solid #f5fbf8;/*81CFAB*/
    border-width:1px 1px 0;
    border-radius: 5px 5px 0 0;
    text-shadow:1px 1px rgba(255, 255, 255, 0.4);
		text-align:center;
		text-decoration:none;
		}
		#topmenu li a:hover, #topmenu ul li:hover > a{
			/*background: #0079b2 url("../images/hover.gif") bottom center no-repeat;*/
			background:#0079b2;
			color:#fff;
			border-color:#0079b2;
      text-shadow:1px 1px rgba(0,0,0, 0.2);
			text-decoration:none;
			}
	#topmenu li ul{
		background:#ebf6f1;
		border:1px solid #0079b2;
		border-width:0 1px 1px;
		border-radius:0 0 5px 5px;
		display:none;
		height:auto;
		margin:0;
    text-transform:none;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:1000;
		box-shadow:0 4px 5px rgba(0, 0, 0, 0.15);
		/*top:1em;
		/*left:0;*/
		}
	#topmenu li ul a{
    border: 0 none;
    border-radius: 0;
	}	
	#topmenu li:hover ul{
		display:block;
		
		}
	#topmenu li li {
		display:block;
		float:none;
		margin:0;
		padding:0;
		border:0 none;
		width:225px;
		}
	#topmenu li:hover li a{
    background:none;
    color:#666666;

		
		}
	#topmenu li ul a{
		display:block;
		line-height:15px;
		font-size:12px;
		font-style:normal;
		margin:0;
		padding:10px 10px 10px 15px;
		text-align:left;
		}
		#topmenu li ul li:hover a{
			/*background:#0079b2 url('../images/hover_sub.gif') center left no-repeat;*/
			background:#0079b2;
			border:0px;
			color:#fff;
			text-decoration:none;
			}
			#topmenu li ul a:hover{
			background:#949494;
			color:#000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	#topmenu p{
		clear:left;
		}	
		#topmenu #current{
		/*background:url('../images/current-bg.gif') top left repeat-x;*/
		color:#fff;
		}