/*#menu_div {
	background: url('../images/nav_back.png') top left no-repeat;
	height: 99px;
	border: 1px solid #666;
}

h1, h2, h3 { font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
letter-spacing: -1px; }

th.blend { background: inherit; }

tr.even td {background:#85aec2;}

.center { text-align: center; }

input.text, input.title {width:130px;padding:5px;} /* hack blueprint to make input narrower 

.box { background: #d9e6f7; border-top: 5px solid #85aec2; border-bottom: 5px solid #85aec2; }
.graybox { padding:1.5em;margin-bottom:1.5em; background: #ddd; border-top: 5px solid #85aec2; border-bottom: 5px solid #85aec2; }

.sidebar a { padding: 0 0 10px 20px; display: block; height: 16px;}
.sidebar .home     { background: url('../images/icons/house.png') top left no-repeat; }
.sidebar .user     { background: url('../images/icons/user.png') top left no-repeat; }
.sidebar .images   { background: url('../images/icons/images.png') top left no-repeat; }
.sidebar .orders   { background: url('../images/icons/cart.png') top left no-repeat; }
.sidebar .neworder { background: url('../images/icons/cart_add.png') top left no-repeat; }
.sidebar .admin    { background: url('../images/icons/key.png') top left no-repeat; }
.sidebar .logout   { background: url('../images/icons/arrow_left.png') top left no-repeat; }


a.nextpage { padding: 0 0 10px 20px; display: block; height: 16px; background: url('../images/icons/arrow_right.png') top left no-repeat; }

#shipping_rates    { padding: 0 0 10px 20px; display: block; height: 16px; background: url('../images/icons/calculator.png') top left no-repeat; }

.label {font-weight: bold;}
*/
.menu_wrap {
	background: url('../images/nav_back.png') top left no-repeat;
	height: 99px;
	border: 1px solid black;
}
#menu {
	margin-top: 20px;
}
#menu h2, #menu h3, #menu h4 {
	margin: 0;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li { display: inline; }
#menu li a { color: white; outline:none; }
#menu a { padding: 0 20px 0 20px; height: 16px;}
#menu .home { background: url('../images/icons/house.png') top left no-repeat; }
#menu .home     { background: url('../images/icons/house.png') top left no-repeat; }
#menu .user     { background: url('../images/icons/user.png') top left no-repeat; }
#menu .images   { background: url('../images/icons/images.png') top left no-repeat; }
#menu .orders   { background: url('../images/icons/cart.png') top left no-repeat; }
#menu .neworder { background: url('../images/icons/cart_add.png') top left no-repeat; }
#menu .admin    { background: url('../images/icons/key.png') top left no-repeat; }
#menu .logout   { background: url('../images/icons/arrow_left.png') top left no-repeat; }

h1, h2, h3 { font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
letter-spacing: -1px; }

h1 { letter-spacing: -2px; }

body { background: #b8cfdd; }
.container { background: white; }

input.text { width: 150px; !important }

#checkoutnav .menuitem {
	border: 2px solid #333;
	background: #eee;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
