/* CSS Document */
	#dropmenudiv{
		width:195px;
		position:absolute;
		visibility:hidden;
		text-align:left;
		margin-top:-1px;
	}
	#dropmenudiv a{
		font:normal 11px Arial;
		color:#FFFFFF;
		text-transform:uppercase;
		width: 100%;
		height:30px;
		overflow:hidden;
		display: block;
		text-decoration: none;
		line-height:30px;
		background:#6f6f6e url(body.png) repeat-x;
	}
	
	#dropmenudiv a:hover{ 
		color:#000;
		font-weight:normal;
	}
	
	#dropmenudiv_top{
		width:195px;
		height:5px;
		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:195px;
		height:5px;
		overflow:hidden;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/simplemenu/bottom.png', enabled=true, sizingMethod=scale);
	}
	#dropmenudiv_bottom[id]{
		background:url(bottom.png) no-repeat bottom;
	}
	
	#dropmenudiv_body{
		padding:10px;
		background:#6f6f6e url(body.png) repeat-x bottom;	
	}		

