html {
	-webkit-font-smoothing:antialiased;
}
body {
	font:13px;
	font-family:Calibri;
	color:#656565;
}
ul, li {
	list-style:none
}
a {
	color:#fb7c03;
	text-decoration:none;
}
#menu-holder {
	margin:0 0 0 17px;
	width:967px;
	height:61px;
}
.menu {
	margin:0 auto;
	padding:0;
	width:967px;
	height:41px;
	background:url(../images/nav_bg.jpg) repeat-x;
}
.menu li {
	background:url("../images/menu-separator.gif") no-repeat scroll right center transparent;
	padding:0px 2px 0px 0px;
	float:left;
	position:relative;
	font-family:Calibri;
	font-size:15px;
	z-index:99;
}
.menu li a {
	padding:11px 15px 12px 15px;
	color:#ffffff;
	display:block;
	
}
.menu li:hover>a {
	color:#ffffff;
	background:#06628b;
	
	
}
.menu ul {
	background:#06628b;
	display:none;
	margin:0;
	padding:0;
	width:190px;
	position:absolute;
	top:40px;
	left:1px;
	
}
.menu li:hover>ul {
	display:block;
}
.menu ul li {
	display:block;
	float:none;
	margin:0px 0px 0px 15px;
	padding:2px 0px 2px 0;
	background:url("../images/submenu-sep.gif") no-repeat scroll left bottom transparent;
	
}
.menu ul li:hover a, .menu li:hover li a {
	background:none;
	color:#ffffff;
}
.menu ul a {
	display:block;
	height:auto;
	font-size:14px;
	padding:8px 0px 8px 10px;
	
}
.menu ul a:hover, .menu ul li:hover>a {
	background:#06628b!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#06628b', endColorstr='#06628b');
	background:-webkit-gradient(linear, left top, left bottom, from(#0c79ab), to(#0c79ab))!important;
	background:-moz-linear-gradient(top, #0c79ab, #0c79ab)!important;
	color:#e0e0e0!important;
}
#corner-left {
	position:absolute;
	background:url("../images/corner-left.png") no-repeat 0 0;
	top:13px;
	left:-84px;
	width:94px;
	height:60px;
	text-indent:-9999px;
	z-index:-2;
}
#corner-right {
	position:absolute;
	background:url("../images/corner-right.png") no-repeat 0 0;
	top:13px;
	right:-83px;
	width:94px;
	height:60px;
	text-indent:-9999px;
	z-index:-2;
}
.content {
	padding-top:200px;
	margin:0px auto;
	width:680px;
	min-height:300px;
	background:#ffffff;
	text-align:center;
	color:#e5e5e5;
	font-size:15px;
	z-index:-1;
}
a.go {
	font-size:15px;
}
a.go:hover {
	text-decoration:underline;
}
#home {
	margin-top:200px;
}
