@CHARSET "UTF-8";
/* navigation menu */
#header {
	background: transparent url("/img/menu/nav_bg.png") repeat-x;
	width: 945px;
	height:95px;
	margin-top:10px;
	margin:0px;
	padding:0px;
	position:relative;
}
#headerlanding {
	background: transparent url("/img/menu/nav_bg.png") repeat-x;
	width: 945px;
	height:75px;
	margin-top:10px;
	margin:0px;
	padding:0px;
	position:relative;
}
#header, #nav, #menu {
    clear: both;
}
#headerlanding, #nav, #menu {
    clear: both;
}
#menu {
    position: absolute;
    top: 67px;

    left: 545px;	

}
#airlogo {
	position: relative;
	top: 5px;
	left: 0px;
}
#greencitieslogo {
    position: relative;
    top: 12px;
    left: 0px;
}
#navcorner {
	clear: none;
    position: absolute;
    top: 0px;
    left: -28px;
    border: 0px;
    text-indent: -9999px;
    height: 28px;
    width: 33px;
    background: transparent url("/img/curve.png") no-repeat;
}


.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/img/buttons/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #81D862; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/img/buttons/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #81D862; }