/* CSS Document */

	#dropmenudiv{
		width:220px;
		position:absolute;
		visibility:hidden;
		text-align:left;
		margin-top:16px;
		z-index:15;
		background:#FCFCFC;
		
	}
	#dropmenudiv ul{
		margin:0;
		padding:10px;
		width:200px;
		overflow:hidden;
		
	}

	#dropmenudiv ul li{
		list-style:none;
		overflow:hidden;
	}
	
	#dropmenudiv ul li ul{
		display:block;
		/*position:absolute;
		background:#2d5420;
		margin-left:166px;
		margin-top:-30px;
		border-left:solid 1px #4c7834;*/
		margin:0;
		padding:0;
		
	}
	
	#dropmenudiv ul li ul ul{
		display:block;
	}
		
	#dropmenudiv a{
		font:bold 11px Arial;
		color:#000;
		text-transform:uppercase;
		width: 100%;
		height:30px;
		overflow:hidden;
		display: block;
		text-decoration: none;
		line-height:30px;
		background:url(points.gif) bottom repeat-x;
		
	}
	
	#dropmenudiv a:hover{ 
		color:#004080;
	}
	
	#dropmenudiv li li a{
		text-transform:none;
		padding: 0 10px;
	}
	
	#dropmenudiv li li li a{
		font:normal 11px Arial;
		line-height:30px;
		padding: 0 20px;
	}
	
	
	#dropmenudiv_top{
		width:220px;
		position:absolute;
		height:10px;
		margin-top:-10px;
		overflow:hidden;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/simplemenu/head.png', enabled=true, sizingMethod=scale);
	}
	#dropmenudiv_top[id]{
		background:url(head.png) no-repeat top;
	}
	
	#dropmenudiv_bottom{
		width:220px;
		height:10px;
		position:absolute;
		overflow:hidden;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/simplemenu/bottom.png', enabled=true, sizingMethod=scale);
	}
	#dropmenudiv_bottom[id]{
		background:url(bottom.png) no-repeat;
	}
	
	#dropmenudiv_body{
		position:relative;
		background:url(body.png) repeat-y;
	}		

