.MenuBox 
{
	position:							relative;
	margin:								-52px 0px 0px 0px;
	padding:							0px 0px 0px 44px;
	min-width:						750px;
	max-width:						2000px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:								#000000;
	z-index:							10;
                      	
	/*border-width: 				1px;
	border-color: 				#FF0000;
	border-style: 				solid;*/
}   

.MenuDiv 
{
	position:							relative;
	margin:								0px auto;
	padding:							0px;
	min-width:						650px;
	max-width:						2000px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:								#000000;
	z-index:							10;
                      	
	/*border-width: 				1px;
	border-color: 				#FF0000;
	border-style: 				solid;*/
}                     	
                      	
.MenuDiv .Content,   	
.MenuDiv .Top,       	
.MenuDiv .Bottom,    	
.MenuDiv .Bottom div 	
{                     	
 	background:						transparent url(Menu.png) no-repeat top right;
	_background-image:		url(Menu.png);
}                     	
                      	
.MenuDiv .Content    	
{                     	
	position:							relative;

 	padding-top:					32px;
	padding-right:				44px;
	font: 								28px monotype corsiva;
	text-align: 					left;
}

.MenuDiv .Top 
{
 	/* top+left vertical slice */
	position:							absolute;
 	left:									0px;
 	top:									0px;
 	width:								44px; /* top slice width */
	margin-left:					-44px;
 	height:								100%;
 	_height:							1600px; /* arbitrary long height, IE 6 */
 	background-position:	top left;
}

.MenuDiv .Bottom 
{
 /* bottom */
 position:							relative;
 width:									100%;
}

.MenuDiv .Bottom,
.MenuDiv .Bottom div 
{
 	height:								32px; /* height of bottom cap/shade */
 	font-size:						1px;
}

.MenuDiv .Bottom 
{
 	background-position:	bottom right;
}

.MenuDiv .Bottom div 
{
 	position:							relative;
 	width:								44px; /* bottom corner width */
 	margin-left:					-44px;
 	background-position:	bottom left;
}