@charset "utf-8";
/* CSS Document */

#menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	background-color: #e6f0d2;
	position: relative;
	height:35px;
}
#menubar #leftmenubar {
	float: left;
	background-color: #e6f0d2;
	text-align: left;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menubar #centermenubar {
	background-color: #e6f0d2;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6f0d2;
	border-left-color: #e6f0d2;
	height: 20px;
}
#menubar #rightmenubar {
	float: right;
	background-color: #e6f0d2;
	text-align: right;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menubar ul {
	list-style-type: none;
}
#menubar ul li {
	float:left;
	height:35px;
	padding:5px 5px 0 5px;
	list-style: none;
	border-left: 1px solid #e1e1e1;
}

#menubar ul li:last-child{
	border-right: 1px solid #e1e1e1;
}

#menubar #leftmenubar li {
	padding-right: 5px;
}
#menubar ul li a:link {
	color: #808080;
	text-decoration: none;
}
#wrapper #menubar #leftmenubar {
	padding-left: 5px;
	margin-left: 1em !important;
}

#menubar ul li a:visited {
	color: #808080;
	text-decoration: none;
}

#menubar ul li:hover {
	background-color: #005C00;
}
#menubar ul li:hover a {
	color: #FFF;
	text-decoration: none;
}
#menubar ul li a:active {
	color: #808080;
	text-decoration: none;
}
#menubar ul li a:focus {
	color: #808080;
	text-decoration: underline;
}

#shippingMenu  {
	left:655px;
	/*top:155px;*/
	width:168px;
	height:75px;
	z-index:1;
	position: absolute;
	background-color: #e6f0d2;
	display: none;
}
#shippingMenu a  {
	height:1%;
}
#shippingMenu ul  {
	font-weight: bold;
	color: #e6f0d2;
	font-size: 12px;
	margin: 5px 0 0 0;
}
#shippingMenu ul li  {
	list-style-type: none;
	height:35px;
	border-bottom: 1px solid #e1e1e1;
	margin:0;
	padding:5px 10px;
}
#shippingMenu a:link {
	color: #808080;
	text-decoration: none;
}
#shippingMenu a:visited {
	color: #808080;
	text-decoration: none;
}
#shippingMenu ul li:hover {
	background-color: #005C00;
}

#shippingMenu ul li:hover a {
	text-decoration: none;
	color: #FFF;
}
#shippingMenu a:active {
	color: #000;
	text-decoration: none;
}

#footer {
	height: 70px;
}

footer nav a {
	color: #FFF !important;
}