		@import url('http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:700');
@import url('http://fonts.googleapis.com/css?family=Lobster&subset=all');
@import url('http://fonts.googleapis.com/css?family=Maven+Pro:400');


@font-face {
    font-family: 'papyrusregular';
    src: url('papyrus-regular-webfont.eot');
    src: url('papyrus-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('papyrus-regular-webfont.woff') format('woff'),
         url('papyrus-regular-webfont.ttf') format('truetype'),
         url('papyrus-regular-webfont.svg#papyrusregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'candararegular';
    src: url('candara-webfont.eot');
    src: url('candara-webfont.eot?#iefix') format('embedded-opentype'),
         url('candara-webfont.woff') format('woff'),
         url('candara-webfont.ttf') format('truetype'),
         url('candara-webfont.svg#candararegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:1020px;
	z-index:99999999999999999999999999999;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
	z-index:99999999999999999999999999999;
	}
ul.sdt_menu li{
	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12000;
	background:transparent url(../images/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:1000099999999999999999999;
;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:10px;
	left:0px;
	width:170px;
	height:60px;
	z-index:1500000;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#003366;
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14000;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color: #FCC200;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
	
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background: #003366;
			z-index:12000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#FCC200;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}