/****** wrapping-header-nav & box-footer-nav ******/
.box-header-nav ul, .box-footer-nav ul {
	list-style: none;
	height: 30px;
	overflow: hidden;
	padding-left: -20px;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	}

.box-header-nav ul li, .box-footer-nav ul li {
	display: inline;
	list-style: none;
    }
    
.box-header-nav ul li a, .box-footer-nav ul li a {
    display: block;
    float: left;
    text-decoration: none;
	line-height: 1.0em;
	font-size: 80%;
	}

.box-header-nav ul li a.current, .box-footer-nav ul li a.current:hover {
	/*padding-top: 15px;*/
	color: rgb(100,100,100);
	}


/****** wrapping-HEADER-nav only ******/

.box-header-nav ul {
	float: left;
	margin-top: 96px; /*the distance from the top of the screen to the top of the visible nav */
	}

.box-header-nav ul li a {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Lucida Grande","Lucida Sans Unicode", sans-serif;
	color: #533f22;
	font-weight: bold;
	text-shadow: 0px 1px 1px #f6e9d7;
	text-align: center;
    padding-top: 10px;
    background-image: url('images/bg-nav-main-li.png');
    background-repeat: no-repeat;
    width: 104px;
    height: 30px;
    margin-left: 3px;
	}

.box-header-nav ul li a:hover {
	color:  #000;
	}


/****** wrapping-FOOTER-nav only ******/
.box-footer-nav ul li a {  
    padding: 13px 10px 13px 10px;
    color: #fcffe8;
    }

.box-footer-nav {
	font-size: 80%;
	}
	
/****** SIdebar **********/
.fourth ul {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}

.fourth ul li a:hover {
	padding-left: 0px;
	text-decoration: none;
}
	
/* Green buttons- http://www.cssbuttongenerator.com */
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ade545;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ade545;
	box-shadow:inset 0px 1px 0px 0px #ade545;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #75cd17), color-stop(1, #5dae35) );
	background:-moz-linear-gradient( center top, #75cd17 5%, #5dae35 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd17', endColorstr='#5dae35');
	background-color:#75cd17;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #338b00;
	display:inline-block;
	color:#2d510f;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 34px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ade545;
	border-radius: 7px;
	behavior: url(/js/PIE-1.0beta3/PIE.php);/* IE REQUIRED - loads PIE HTC */
}.myButton:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5dae35), color-stop(1, #75cd17) );
	background:-moz-linear-gradient( center top, #5dae35 5%, #75cd17 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dae35', endColorstr='#75cd17');
	background-color:#5dae35;*/
	text-decoration: none;
	color: #000;
}.myButton:active {
	position:relative;
	top:1px;
}