/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* LEFT MENU */

.m1l0iover, .m1l0iout {	
	background: #d2d0c9 url(http://pottstownmeat.com/images/arrow.png) center right; 
	background-color:  #d2d0c9;
	background-image: url(http://pottstownmeat.com/images/arrow.png);
	background-position: center center;
	text-indent: 13px;
	line-height: 22px;
	color: #63170b;
	font-family: Georgia, "Courier New", Courier, mono;
	font-size: 11px;
}

.m1l0oover, .m1l0oout
{
	background: transparent; 
}

/* level 0 inner */
.m1l0iout {
	padding-top: 0px;
	text-indent: 13px;
	color: #162552;
	border-bottom: solid 1px #dfddd5;
	border-top: solid 1px #dfddd5; 	
}

.m1l0iover {
	padding-top: 0px;
	border-bottom: solid 1px #162552;
	border-top: solid 1px #162552; 	
}

/* level 0 outer */
.m1l0oout {  
	background-color: #dfddd5;
}

.m1l0oover  {
	background-color: #d2d0c9;
}

.m1l0oover, .m1l0oout {
}

/* level 1 inner */
.m1l1iover {  
	height: 16px;
	line-height: 18px;
	width: 100%;

	background-image: none;
}

.m1l1iout {  
	text-indent: 10px;
	padding-top: 2px;
	color: #162552;
	background-color: #dfddd5;
	height: 16px;
	font-family: Georgia, "Courier New", Courier, mono;
	font-size:11px;
	line-height: 18px;

	background-image: none;
}

.m1l1iover { 
	text-indent: 10px;
	padding-top: 2px;
	color: #63170b;
	background-color: #dfddd5;
	cursor: hand;

	font-family: Georgia, "Courier New", Courier, mono;
	font-size:11px;

	background-image: none;
}

/* level 1 outer */
.m1l1oover {

	background-color: #d2d0c9;
	border: solid 1px #162552;
	background-image: none;
}

.m1l1oout {
    background-color: #dfddd5; 
	border: solid 1px #162552;
   

	background-image: none;
}

a.m1l1oover, a.m1l0oover, a.m1l1oout, a.m1l0oout{ text-decoration:none; text-align:left;  }

/*****************************************************************/

