@font-face {
    font-family: 'FrancoisOneRegular';
    src: url('FrancoisOne-webfont.eot');
    src: url('FrancoisOne-webfont.eot?#iefix') format('embedded-opentype'),
         url('FrancoisOne-webfont.woff') format('woff'),
         url('FrancoisOne-webfont.ttf') format('truetype'),
         url('FrancoisOne-webfont.svg#FrancoisOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ddsmoothmenu{ width: 100%; }
.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0;
}
.ddsmoothmenu ul li{ position: relative; display: inline; float: left; background:transparent; padding: 0 25px; border-left: 1px dotted #3366CC;}
.ddsmoothmenu ul li.first{border-left: none;}
.ddsmoothmenu ul li ul{ margin-top: 8px; margin-left: 20px; }
.ddsmoothmenu ul li a{ display: block; text-decoration: none; border:0;font-family:'FrancoisOneRegular',sans-serif; text-align:center; }
.ddsmoothmenu ul li ul li a,
.ddsmoothmenu ul li ul li a:visited{
	font-family:'FrancoisOneRegular', sans-serif;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	background-color: #0066CC;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
/*
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{ color: white; }
.ddsmoothmenu ul li a.selected{ background: black; color: white; }
.ddsmoothmenu ul li a:hover{ background: black; color: white; }
*/
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ position: absolute; left: 0; display: none; visibility: hidden; }
.ddsmoothmenu ul li ul li{ background-color:#ccc; display: list-item; float: none; list-style:none; padding:0;}
.ddsmoothmenu ul li ul li:hover{ background-color:#0099CC; color: #FFFFFF;}
.ddsmoothmenu ul li ul li:hover a{ background-color:#0099CC; color: #FFFFFF;}
.ddsmoothmenu ul li ul li ul{ top: 0; }
.ddsmoothmenu ul li ul li a{
	font: normal 13px 'FrancoisOneRegular',sans-serif;
	width: 130px;
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	border-bottom-color: #0099CC;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{ position: absolute; top: -1112px; display:none;}
.rightarrowclass{ position: absolute; top: -6666px; display:none;}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ position: absolute; left: 0; top: 0; width: 0; height: 0; }
.toplevelshadow{ opacity: 0.8; }