.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	margin: 0px;
	padding: 0px;
}
	
.menu ul {
	background: #3D509E;
	height: 30px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
	.menu li {
		float: left;
		padding: 0px;
		width: 150px;
		}
	
			.menu li a {
				background: #3D509E;
				color: #FFF;
				display: block;
				font-weight: bold;
				line-height: 29px;
				margin: 0px;
				padding: 0px;
				text-align: center;
				text-decoration: none;
				}
	
			.menu li a:hover, .menu ul li:hover a{
				color: #FFF;
				text-decoration: none;
				}
	
	.menu li ul {
		background: #808080;
		display: none;
		height: auto;
		padding: 0px;
		margin: 0px;
		border: 0px;
		position: absolute;
		width: 200px;
		z-index: 200;
		/*top:1em;
		/*left:0;
		/*opacity:0.6;
  		/*filter:alpha(opacity=60); For IE8 and earlier */
		}
		
	.menu li:hover ul{
		display: block;
		}
		
	.menu li li {
		display: block;
		float: none;
		margin: 0px;
		padding: 0px;
		width: 200px;
		}
		
	.menu li:hover li a {
		background: none;
		}
		
	.menu li ul a{
		font-size: 11px;
		font-weight: bold;
		display: block;
		height: 30px;
		margin: 0px;
		padding: 0px 10px 0px 15px;
		text-align: left;
		}
		
		.menu li ul a:hover {
			background: #5F5F5F;
			border: 0px;
			color: #FFF;
			width: 175px;
			text-decoration: none;
			}
	
		
	.menu li ul li ul {
		background: #808080;
		display: block;
		height: auto;
		padding: 0px;
		margin: 0px;
		border: 0px;
		position: relative;
		}
		
		.menu li ul li:hover ul{
			display: block;
			}
		

	.menu li li:hover li a {
		background: none;
		}
		
		.menu li ul li ul a {
			font-size: 11px;
			text-indent: 5px;
			font-weight: normal;
			line-height: 12px;
			display: block;
			height: 20px;
			margin: 0px;
			padding: 0px 10px 0px 10px;
			text-align: left;
			}
	
	
		.menu li ul li ul a:hover {
			text-decoration: underline;
			text-indent: 5px;
			border: 0px;
			padding: 0px 10px 0px 10px;
			color: #FFF;
			}
			
		
			.menu p{
				clear:left;
			}	


		.nolink-item {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight:bold;
			color:#FFF;
			border: none;
			border: 0px;
			margin: 0px;
			padding: 10px 10px 5px 15px;
			}





.separator {
	padding-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #8B8B8B;
}






#org_button
	{
	  display: block;
	  width: 150px;
	  height: 30px;
	  background: url("../graphics/dropdown/organization_button.png") no-repeat 0 0;
	}

#org_button:hover
	{ 
	  background-position: 0 -30px;
	}

#org_button span
	{
	  display: none;
	}





#services_button
	{
	  display: block;
	  width: 150px;
	  height: 30px;
	  background: url("../graphics/dropdown/services_button.png") no-repeat 0 0;
	}

#services_button:hover
	{ 
	  background-position: 0 -30px;
	}

#services_button span
	{
	  display: none;
	}






#products_button
	{
	  display: block;
	  width: 150px;
	  height: 30px;
	  background: url("../graphics/dropdown/products_button.png") no-repeat 0 0;
	}

#products_button:hover
	{ 
	  background-position: 0 -30px;
	}

#products_button span
	{
	  display: none;
	}





#operations_button
	{
	  display: block;
	  width: 150px;
	  height: 30px;
	  background: url("../graphics/dropdown/operations_button.png") no-repeat 0 0;
	}

#operations_button:hover
	{ 
	  background-position: 0 -30px;
	}

#operations_button span
	{
	  display: none;
	}




