body {
	background-color: #999999;
	background-image: url();
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
}
* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	float:none;
	outline: none;
	line-height:1.3em;
}

p {
	line-height:1.3em;
	margin-bottom:5px;
}
a:link, a:visited, a:active {
	color: #000099;
}
a:hover {
	color: #0000CC;
}

div.clear{
	clear:left;
}


#content{
	position:relative;
	width:1000px;
}
#hdr{
	position:relative;
	width:1000px;
	height:95px;
	background:#656565 url(../imgs/bgnd_ftr.gif) repeat-x bottom left;
}
div.hdr-home img{
	position:absolute;
	top:14px;
	left:29px;
}
#main{
	position:relative;
	height:440px;
	background:#EDEDED;
}

div.wm{
	position:relative;
	height:100%;
	background:#EDEDED url(../imgs/bgnd_wm.gif) no-repeat;
	background-position:540px 40px;
}


#nav{
	height:39px;
	background:transparent url(../imgs/bgnd_nav.gif) repeat-x top left; 
	text-align:left;
}

#ftr{
	height:74px;
	background:#656565 url(../imgs/bgnd_ftr.gif) repeat-x bottom left;
}
#ftr div.address{
	float:right;
	color:#CBCBCB;
	font-size:11px;
	width:300px;
	text-align:left;
	margin:18px 15px 0;
}

#ftr div.address a:link, #ftr div.address a:visited, #ftr div.address a:active{font-weight:normal; text-decoration:none; color:#F59A20;}
#ftr div.address a:hover{text-decoration:none; color:#FF8A00;}


#ftr div.cr{
	float:left;
	color:#CBCBCB;
	font-size:11px;
	width:600px;
	text-align:left;
	margin:32px 20px;
}

/* listings */

div.panel-listings{
	position:absolute;
	top:96px;
	left:30px;
	width:936px;
	height:320px;
	overflow: auto;
	/*border:1px solid green;*/
}

div.list-block {position:relative; float:left; width:300px; height:100px; margin:0 5px 5px 0; text-align:right;}
div.list-block img {float:left; margin:2px 6px 0 2px;}
div.list-block a:link img, div.list-block a:visited img, div.list-block a:active img{ color:#6D6D6D; border:1px solid #6D6D6D;}
div.list-block a:hover img{border:1px solid #FF8A00;}
div.list-block a:hover{color:#FF8A00;} /* Dummy definition to overcome IE bug */


div.list-block span.date{
	display:block;
	color:#3D3D3D;
	padding:4px 6px 0;
}
div.list-block span.desc{
	display:block;
	color:#3D3D3D;
	padding:5px 5px;
	margin:10px 0 0 4px;
	background:transparent url(../imgs/bgnd_g6.png) no-repeat top left;
}

div.list-block span.cost{
	display:block;
	position:absolute;
	bottom:3px;
	right:6px;
	color:#3D3D3D;

}



div.list-block a:link, div.list-block a:visited, div.list-block a:active{font-weight:normal; text-decoration:none; color:#6a6a6a; display:block; height:100%; background: transparent url(../imgs/bgnd_g4.png) no-repeat;}
div.list-block a:hover{font-weight:normal; text-decoration:none; color:#6A6A6A; background: transparent url(../imgs/bgnd_b10.png) no-repeat;}

div.txt-nolist{
	font-size:12px;
	font-weight:bold;
}

/* listing details */

div.panel-listing-details{
	position:absolute;
	top:110px;
	top:94px;
	left:30px;
	width:461px;
	height:348px;
	overflow: auto;
	text-align:left;
	background:transparent url(../imgs/bgnd_text_area.png) no-repeat top left;
}

table.details {
	position:relative;
	/*border:1px solid #724964;
  border-collapse:collapse;
  border-spacing: 0;*/
  vertical-align:top;
  width:420px;
  margin:12px 0 0 30px;
}

table.details td {
	font-size:11px;
  padding:2px;
  text-align:left;
}

table.details td.c1{
	width:140px;
  font-weight:bold;
}

div.panel-listing-btns{
	position:absolute;
	top:366px;
	left:38px;
	width:460px;
}

div.btn-details{float:left; margin:0;}
div.btn-details a {
	display: block;
	float:left;
	text-decoration: none;
	color: #656565;
	width:114px;
	padding: 7px 0;
	font-weight:bold;
	text-align:center;
	border:1px solid #f4f4f4;	
	margin:0 4px 5px;
	text-align:left;

}

div.btn-details a span {
	padding-left:46px;
}

div.btn-submit a:visited span{
	color:#656565;
}


div.btn-details a.magnify {
	background: #f4f4f4 url(../imgs/icon_magnify.gif) no-repeat top left;
}

div.btn-details a.fp{
	background: #f4f4f4;
	width:20px;
	margin:0 4px 0 0;
	text-align:center;
}

div.btn-details a.compass {
	background: #f4f4f4 url(../imgs/icon_compass.gif) no-repeat top left;
}

div.btn-details a.arrow {
	background: #f4f4f4 url(../imgs/icon_arrow.gif) no-repeat top left;
}

div.btn-details a.letter {
	background: #f4f4f4 url(../imgs/icon_letter.gif) no-repeat top left;
}

div.btn-details a.pdf {
	background: #f4f4f4 url(../imgs/icon_pdf.gif) no-repeat top left;
}

div.btn-details a.quote {
	background: #f4f4f4 url(../imgs/icon_quote.gif) no-repeat top left;
}
div.btn-details a.print {
	background: #f4f4f4 url(../imgs/icon_print.gif) no-repeat top left;
}


div.btn-details a:hover, div.btn-submit a:focus  {
	color:#656565;
	background-color: #FFF;
}

/*section */
img.hdr-logo {
	position:absolute;
	top:0;
	left:8px;
}

img.hdr-hakuba {
	position:absolute;
	top:30px;
	left:118px;
}

img.hdr-txt {
	position:absolute;
	top:15px;
	left:450px;
}


div.main-ttl{
	position:absolute;
	left:17px;
	top:21px;
	width:411px;
	height:74px;
	background:url(../imgs/bgnd_ttl.png) no-repeat top left;
	text-align:left;
}
div.main-ttl br{
	clear:left;
}

div.content-date{
	position:absolute;
	bottom:6px;
	right:10px;
	font-weight:bold;
}

div.main-txt-hldr{
	position:absolute;
	left:17px;
	top:95px;
	width:411px;
	height:270px;
	background:url(../imgs/bgnd_txt.png) no-repeat;
	background-position:0 -1px;
	/*border:1px solid green;*/
}
#main-txtOLD{ 
	position:relative;
	margin:16px;
	height:255px;
	text-align:left;
	font-size:11px;
	overflow: auto;
}

#main-txt{
	position:relative;
	margin:16px;
	height:255px;
	text-align:left;
	font-size:11px;
	overflow: auto;
	background:url(/imgs/bgnd_wtrmrk.png) no-repeat;
	background-position:34px 5px;
}



#main-txt ul{
	margin:10px 0 20px;
}

#main-txt ul li{
	list-style-type: square;
	list-style-position: outside;
	margin-left:30px;
	line-height:18px;
}

#main-txt ol{
	margin:10px 10px 20px 24px;
}

#main-txt ol li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom:4px;
}



img.bgnd-wm{
	position:absolute;
	left:30px;
	top:20px;
}

div.bgnd-wm{
	position:relative;
	width:450px;
	height:330px;
	background:url(/imgs/bgnd_wtrmrk.png) no-repeat;
	background-position:34px 8px;	
}

#img-pannel{
	position:absolute;
	top:21px;
	left:522px;
	width:447px;
	height:336px;
	background:#6A6A6A;
	color:#FFF;
}

#img-holder{
	margin:1px;
	width:445px; 
	height:334px;
	overflow:hidden;
}

#img-tn-hldr{
	position:absolute;
	top:366px;
	left:522px;
	width:447px;
	text-align:center;
}

#img-tn-hldr img{
	border:1px solid #6D6D6D;
	margin:0 1px 0 1px;
	padding:0;
}

#img-tn-hldr a:link img, #img-tn-hldr a:visited img, #img-tn-hldr a:active img{color:#6D6D6D; border:1px solid #6D6D6D;}
#img-tn-hldr a:hover img{border:1px solid #FF8A00;}
#img-tn-hldr a:hover{color:#FF8A00;} /* Dummy definition to overcome IE bug */


/* six thumbnail display also used on homepage */


div.main-ttl-h{
	position:absolute;
	left:17px;
	top:21px;
	width:411px;
	height:74px;
	background:url(../imgs/bgnd_ttl2.png) no-repeat;
	text-align:left;
}

div.main-txt-hldr-h{
	position:absolute;
	left:17px;
	top:95px;
	width:411px;
	height:270px;
	background:url(../imgs/bgnd_txt.png) no-repeat;
	background-position:0 -1px;
}

#img-tn-hldr-6{
	position:absolute;
	top:372px;
	left:18px;
	width:409px;
	height:53px;
	border:1px solid #BFBFBF;
	background:#DFDFDF;
	text-align:center;
}

#img-tn-hldr-6 img{
	/*border:1px solid #6D6D6D;*/
	margin:5px 3px 0 3px;
	padding:0;
}


#img-tn-hldr-6 a:link img, #img-tn-hldr-6 a:visited img, #img-tn-hldr-6 a:active img{color:#6D6D6D; border:1px solid #6D6D6D;}
#img-tn-hldr-6 a:hover img{border:1px solid #FFCC33;}
#img-tn-hldr-6 a:hover{color:#FFCC33;} /* Dummy definition to overcome IE bug */

#img-pannel-h{
	position:absolute;
	top:21px;
	left:445px;
	width:538px;
	height:405px;
	background:#6A6A6A;
}


/* ---- */

#panel-location{
	position:absolute;
	top:0;
	left:0;
	width:447px;
	height:336px;
	background:#6A6A6A;
	color:#FFF;
}

#panel-location div{
	position:absolute;
	bottom:2px;
	right:2px;
	width:80px;
	background:#DEDCDC;
	color:#6A6A6A;
	padding:2px 0;
}

#panel-location img{
	position:absolute;
	top:1px;
	left:1px;
}

#panel-location div a:link, #panel-location div a:visited, #panel-location div a:active{font-weight:bold; text-decoration:none; color:#656565;}
#panel-location div a:hover{text-decoration:none; color:#333333;}







/*
#img-lrg{
	position:absolute;
	top:3px;
	left:3px;
}
*/


/**/

#img-desc-bgnd{
	position:absolute;
	bottom:3px; 
	left:3px; 
	width:532px; 
	background: url(../imgs/bgnd_img_desc.png);
}

#img-desc{
	color:#3D3D3D;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	margin:5px;
}











/*
background shorthand
background: #ffffff url("background.gif") no-repeat fixed bottom right;

*/


/* navigation */
.drop_down_element {
	position: absolute;
	z-index: 400;
	border:1px solid #FB8C00;
	border-width:0 0 1px;
	position:absolute;
	bottom:50px;
}
.drop_down_element ul {
	margin: 0; padding: 0; list-style: none;
	/*border: 1px solid #999;*/
	border-top: 0;
	/*background: white;*/
}

.drop_down_element .inner {
	padding: 1em;
}

.drop_down_element ul li a{
	display:block;
	line-height:100%;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	padding:4px 0 4px 4px;
	margin:0;
	border:1px solid #FB8C00;
	border-width:1px 1px 0 1px;
}

.drop_down_element ul li a:link, .drop_down_element ul li a:visited,.drop_down_element ul li a:active{
	color:#6a6a6a;
	background:#FFEEDA;
}

.drop_down_element ul li a:hover{
	background:#FFF;
	/*background: url(../imgs/nav_hover.png) no-repeat top left;*/
}

.legend {
	position:relative;
	overflow: hidden;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	top:0px;
}
ol.legend{
	position:relative;
	top:5px;	
}

ol.legend li {
	/*border:1px solid blue;*/
	float:left;
	height:29px;
	cursor: pointer;
}


/*
#dd1{ width:123px; }
#dd2{ width:104px; }
#dd3{ width:122px; }
#dd4{ width:141px; }
#dd5{ width:102px; }
#dd6{ width:171px; }
#dd7{ width:90px; }
#dd8{ width:147px; }
*/


.nav-main{
	/*background:#FFEBAD;*/
}

.nav-main img, .nav_link img{
	overflow: hidden;
	/**/border:1px solid #FB8C00;
	border-width:0 1px 0 0;
}


.nav_link a:link, .nav_link a:visited, .nav_link a:active{
	color:#037EB1;
	display:block;
}

.nav_link a:hover{
	background:#FECE94;
}

.div-over{
	background:#FECE94;
	border-width:0px;
}
.div-selected{
	/*background:#FFF4E7;*/
	background:url(../imgs/bgnd_btn.gif) repeat-y;
}

div.error{
	padding-top:100px;
}

/* sIfr */
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}

.sIFR-replaced {
	visibility:visible !important;
}

span.sIFR-alternate {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}

h1, h2 {display:block}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-weight: normal;
	font-size: 200%;
	line-height: 150%;
	color:#FFF;
}

.sIFR-hasFlash h1 {
	visibility:hidden;
	font-size:22px;
	margin:0;
	padding:0;
	line-height:0;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-weight: normal;
	font-size: 160%;
	line-height: 100%;
	color:#6A6A6A;	
}

.sIFR-hasFlash h2 {
	visibility:hidden;
	font-size:22px;
	margin:0;
	padding:0;
	line-height:0;
}

div.main-ttl h1, div.main-ttl-h h1, div.main-ttl-wide h1{
 position:absolute;
 left:15px;
 top:5px;
 height:48px;
}


div.main-ttl h2, div.main-ttl-wide h2{
 position:absolute;
 left:15px;
 top:45px;
 height:48px;
}

div.main-ttl-h h2{
 position:absolute;
 left:15px;
 top:45px;
 height:48px;
}

/* contact page */

div.main-ttl-wide{
	position:absolute;
	left:30px;
	top:21px;
	width:460px;
	height:73px;
	background:url(../imgs/bgnd_ttl.png) no-repeat;
	
	height:74px;
	/*background:url(../imgs/bgnd_ttl2.png) no-repeat;*/
	text-align:left;
}

div.main-txt-hldr-wide{
	position:absolute;
	left:17px;
	top:94px;
	width:964px;
	height:270px;
	background:url(../imgs/bgnd_txt_wide.png) no-repeat;
	/*border:1px solid green;*/
}

div.contact-prompt{
 position:absolute;
 left:15px;
 top:49px;
 height:48px;
}

div.panel-contact-txt{
	position:absolute;
	top:50px;
	left:20px;
	width:400px;
	background:url(/imgs/bgnd_wtrmrk.png) no-repeat;
	background-position:34px 5px;	
}

div.contact-txt-1{
	float: left;
	width: 150px;
	font-weight: bold;
	text-align:right;
}

div.contact-txt-2{
	width: 180px;
	margin-bottom: 5px;
	float:left;
	margin-left:16px;
	text-align:left;
}



div.contact-hdr h2{
	position:absolute;
	top:65px;
	left:500px;
	height:30px;
	width:200px;
}


div.panel-contact{
	position:absolute;
	top:-1px;
	left:460px;
	width:480px;
	height:320px;
	background:#CDCDCD;
	border:1px solid #6A6A6A;
}

form.form-contact{
	margin:24px 0 40px 0;
}
label{
	float: left;
	width: 150px;
	font-weight: bold;
	text-align:right;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
	float:left;
	margin-left:16px;
}

select{
	width: 50px;
	margin-bottom: 5px;
	float:left;
	margin-left:16px;
}

textarea{
	width: 250px;
	height: 120px;
	font: normal 12px Verdana;
}

.boxes{
	width: 1em;
}

form.form-contact span{
	float:left;
	margin-left:6px;
}

div.panel-contact br, div.panel-contact-txt br{
	clear: left;
}

div.btn-submit{float:left; margin:8px 0 0 168px;}
div.btn-submit a {
	display: block;
	text-decoration: none;
	color: #FFF;
	width:120px;
	padding: 10px 0;
	font-weight:bold;
	background-color:#6A6A6A;
	text-align:center;
	border:1px solid #6A6A6A;	
}
div.btn-submit a:hover, div.btn-submit a:focus {
	color:#6A6A6A;
	background: #FFCC33;
	border:1px solid #6A6A6A;
}

div.contact-confirm{
	margin:60px 0 100px 140px;
}


/* FAQ */
div.main-txt-hldr-med{
	position:absolute;
	left:17px;
	top:94px;
	width:544px;
	height:330px;
	background:url(../imgs/bgnd_txt_med.png) no-repeat;
	/*border:1px solid green;*/
}

#main-txt-tall{ 
	position:relative;
	margin:16px;
	height:316px;
	text-align:left;
	font-size:11px;
	overflow: scroll;
	background:url(/imgs/bgnd_wtrmrk.png) no-repeat;
	background-position:34px 5px;	
} /* now needs to be an ID for scroller */

/*
#main-txt-tall div.vscrollerbase {
	visibility: visible !important;
}
*/

div.panel-faq-txt{
	position:absolute;
	top:25px;
	left:20px;
	width:520px;
	height:310px;
	text-align:left;
	overflow: auto;
}

#img-pannel-med{
	position:absolute;
	top:21px;
	left:578px;
	width:405px;
	height:405px;
	background:#6A6A6A;
}
#img-holder-med{
	margin:3px; 
	width:399px; 
	height:399px;
	overflow:hidden;
}


/*  "Show All" + "Hide All" links */
#toggle-on,#toggle-off {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#toggle-dl dd,#toggle-dl dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#toggle-dl dt {margin:7px 0; font-weight:bold;}
/* image and left padding for DDs */
#toggle-dl dd {background:url(../imgs/answer.gif) no-repeat;padding-left:50px}
#toggle-dl dd p {padding:0 0 10px; margin:0;}
/* styling all anchors in the DTs */
#toggle-dl dt a {background:0 50% no-repeat; padding-left:22px; color:#333; font-size:12px; text-decoration:none; font-weight:bold; display:block;}
#toggle-dl dt a:visited {color:#666}
#toggle-dl dt a:visited:hover,
#toggle-dl dt a:hover,
#toggle-dl dt a:active,
#toggle-dl dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#toggle-dl .DTplus a {background-image:url(../imgs/toggleDLplus.gif)}
#toggle-dl .DTminus a {background-image:url(../imgs/toggleDLminus.gif)}
/**********************************/
/**********************************/
#toggle-dl .showDD {position:relative;top:0}
#toggle-dl dd,.hideDD{top:-9999px;position:absolute}
#toggle-on,#toggle-off {display:inline;cursor:pointer;cursor:hand}



/* GALLERY */
div.main-gall-tn{
	position:relative;
	margin-top:10px;
	height:314px;
	width:410px;
	text-align:left;
	font-size:11px;
	/*overflow: auto;
	
	border:1px solid blue;*/
}
/*
div.main-gall-tn img{
	float:left;
	display:inline;
	margin:0 6px 6px 0;
	padding:0;
}

div.main-gall-tn a:link img, div.main-gall-tn a:visited img, div.main-gall-tn a:active img{color:#6D6D6D; border:1px solid #6D6D6D;}
div.main-gall-tn a:hover img{border:1px solid #FFCC33;}
div.main-gall-tn a:hover{color:#FFCC33;} *//* Dummy definition to overcome IE bug */


#img-lrg{
	position:absolute;
	top:3px;
	left:3px;
}
/*
#img-holder{
	margin:3px; 
	width:532px; 
	height:399px;
	overflow:hidden;
}
*/

/* thumbnail list */
#thumbs{
	overflow:visible;
}

ul#thumbs li img{
	border:none;
}

ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}

ul#thumbs li{
	float:left;
	margin:0 16px 8px 0;
	border:1px solid #999;
	padding:2px;
}
ul#thumbs a{
	display:block;
	float:left;
	width:100px;
	height:90px;
	line-height:80px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
ul#thumbs a img{
	float:left;
	position:absolute;
	top:-20px;
	left:-32px;
}

/* mouse over */

ul#thumbs a:hover{
	overflow:visible;
	z-index:1000;
	border:none;
}
ul#thumbs a:hover img{
	border:1px solid #999;
	background:#fff;
	padding:2px;
}

ul#thumbs a:hover{
	color:#999;
}

/* // mouse over */

/* clearing floats */

ul#thumbs:after, li#thumbs:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
ul#thumbs, li#thumbs{
	display:block;
}
/*  \*/
ul#thumbs, li#thumbs{
	min-height:1%;
}
* html ul#thumbs, * html li#thumbs{
	height:1%;
}

/* // clearing floats */

/* // thumbnail list */



/* LINKS */
div.link-block {position:relative; width:360px; height:62px; margin:10px 0; clear:both;}
div.link-block img {float:left; margin-right:10px;}
div.link-block a:link img, div.link-block a:visited img, div.link-block a:active img{ color:#6D6D6D; border:1px solid #6D6D6D;}
div.link-block a:hover img{border:1px solid #FFCC33;}
div.link-block a:hover{color:#FFCC33;} /* Dummy definition to overcome IE bug */

div.link-block strong{
	color:#3D3D3D;
	padding-top:4px;
}

div.link-block a:link, div.link-block a:visited, div.link-block a:active{font-weight:normal; text-decoration:none; color:#6a6a6a; display:block; height:100%;}
div.link-block a:hover{font-weight:normal; text-decoration:none; color:#6A6A6A; background: url(../imgs/bgnd_link.png) no-repeat;}

/* scroll bars */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 12px;
	background-color: #F0F0F0;
}
.vscrollerbar {
	width: 12px;
	background-color: #BCBCBC;
}
.hscrollerbase {
	height: 10px;
	background-color: #F0F0F0;
}
.hscrollerbar {
	height: 10px;
	background-color: #BCBCBC;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

#slideshow{
	position:absolute;
	top:21px;
	left:445px;
	width:538px;
	height:405px;
	background:#6A6A6A;
}

div.fade-box{position:absolute;top:3px; left:3px;text-align:center;z-index:900;}
div.fade-box span{display:none;}
#show-controls a:link, #show-controls a:visited {color:#6A6A6A;}

div.testimon{
	border: 1px solid #FF8A00;
	border-width: 0 0 1px 0;
	margin:20px 10px 20px 0;
	padding:10px 0 40px;
	font-style:italic;
	clear:both;
}
div.testimon span{
	display:block;
	float:right;
	font-weight:bold;
	margin:8px;
}

div.testimon blockquote {
	font: italic 1em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 94%;
	background: url(/imgs/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
	margin: 0 0 10px 0px;
	color: #656565;
}
div.testimon blockquote:first-letter {
	background: url(/imgs/open-quote.gif) no-repeat left top;
	padding-left: 18px;
}

/* updated navigation */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position:relative;
	overflow: visible;
}

#nav ul{
	padding-top:5px;
	z-index:1000;
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	bottom:0px;
	z-index:1000;
	border:1px solid #666;
	border-width:0 0 1px 0;
	overflow: visible;
}


#dd1{ width:123px; }
#dd2, #dd2 ul li{ width:104px; }
#dd3, #dd3 ul li{ width:122px; }
#dd4, #dd4 ul li{ width:141px; }
#dd5 { width:102px; }
#dd6, #dd6 ul li{ width:171px; }
#dd7 { width:90px; }
#dd7 ul li{ width:120px; }
#dd8, #dd8 ul li{ width:138px; }


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.nav_link a:hover, .nav-main a:hover{
	/*background:#FECE94;*/
	background:url(../imgs/bgnd_btn2.gif) repeat-y;
}

#nav li ul li a{
	display:block;
	line-height:100%;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	padding:4px 0 4px 4px;
	margin:0;
	border:1px solid #FB8C00;
	border-width:1px 1px 0 1px;
	color:#6a6a6a;
	background:#FFEEDA;
	z-index:5000;
}

#nav li ul li a:hover{
	background:#FFF;
}

#nav ul li ul{
	z-index:5000;
	overflow: visible;
}
