#header {}

#header .banner {
	height: 65px;
}

#header .banner .logo {
	float: left;
}

#header .banner .topNav {
	float: right;
}

#header .banner .topNav ul {
	padding: 0;
	margin: 10px 0 0 0;
}

#header .banner .topNav ul li {
	list-style: none;
	float: left;
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #939393;
	line-height: 20px;
	margin-left: 12px;
	padding-left: 12px;
	border-style: solid;
	border-color: #939393;
	border-width: 0 0 0 1px;
	height: 20px;
}
#header .banner .topNav ul li.first {
	color: #000;
	border-width: 0;
	font-weight: bold;
}
#header .banner .topNav ul li img {
	float: left;
	margin-right: 5px;
}
#header .banner .topNav ul li a {
	color: #666666;
	text-decoration: none;
}
#header .banner .topNav ul li a:hover {
	text-decoration: underline;
}

#header .mainNav {
	margin-top: 7px;
	height: 31px;
}

#header .mainNav ul {
	padding: 0; margin: 0;
}
#header .mainNav ul li {
	display : inline;
	margin : 0 2px 0 0;
	padding : 0;
	list-style: none;
}

#header .mainNav ul li a {
	text-transform : uppercase;
	width : 112px;
	float : left;
	font-family : Calibri, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #939393;
	margin : 0 2px 0 0;
	text-decoration : none;
	letter-spacing : 1px;
	text-align : center;
	height : 30px;
	line-height : 30px;
	border-style: solid;
	border-color: #eee;
	border-width: 1px 1px 0 1px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	background: #fafafa;
    background: -moz-linear-gradient(#ffffff, #f2f2f2); /* FF 3.6+ */
    background: -ms-linear-gradient(#ffffff, #f2f2f2); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#ffffff, #f2f2f2); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#ffffff, #f2f2f2); /* Opera 11.10 */
    background: linear-gradient(#ffffff, #f2f2f2); /* the standard */
    -pie-background: linear-gradient(#ffffff, #f2f2f2);
}

#header .mainNav ul li a.selected {
    -pie-background: #757575;
	background: #757575;
	border-color: #757575;
	color: #fff;
}

#header .mainNav ul li a.hover {
	-pie-background: #CCC;
	background: #CCC;
	border-color: #CCC;
	color: #fff;
}

#header .subNav {
	width : 1000px;
	height : 29px;
	background: #757575;

	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

#header .subNav ul {
	display : none;
	height : 29px;
	list-style : none;
	margin : 0;
	padding : 0;
}

#header .subNav ul li {
	float : left;
	margin-left : 10px;
	width : auto;
	height : 29px;
	text-align : center;
}

#header .subNav ul li a {
	font-family : Calibri, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #fff;
	text-decoration : none;
	padding-left : 8px;
	padding-right : 8px;
	display : block;
	line-height : 29px;
}

#header .subNav ul li a:hover {
	background: #999;
}

#header .subNav ul li a.selected {
	background : black;
}
