/* CSS Document */
	#dropmenudiv{
		/*width:195px;*/
		position:absolute;
		visibility:hidden;
		text-align:left;
		width:723px;
		padding:0 10px;
		margin-top:5px;
		
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/simplemenu/bkg_smenu_top.png', enabled=true, sizingMethod=scale);
	}
	#dropmenudiv[id]{
		background:url(bkg_smenu_top.png);
	}
	#dropmenudiv a{
		font:normal 11px Arial, Helvetica, sans-serif;
		margin:0 30px 0 0;
		color:#9d9c9c;
		/*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:#fff;
		text-decoration:none;
	}
	
	/*#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 0;
		/*background:#6f6f6e url(body.png) repeat-x bottom;	*/
	}		

