/* All <ul> tags in the menu including the first level */
.nav1, .nav1 ul {
 margin: 0;
 padding-left:20px;
 padding-right:0;
 padding: 0;
 background-color:#000000;
 font-family: Times;
 font-size:12px;
 width: 120px;
 list-style: none;
 text-align:left;
 margin-left:400px;
 font-size:18px;
 color: #FFB300;
 line-height:1em;
}

/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/
.nav1 ul {
 display: none;
 position: absolute;
 top: -200px;
 left: 100px;
 margin-left:0px;
 margin-bottom: 0px;
 padding-bottom:0px;
 width:160px;
 line-height:.8em;
 font-size:14px;
 color:#FF9900;
}

.nav1 ul ul {
 display: none;
 position: absolute;
 top: -55px;
 left: 120px;
 font-size:1em;
 text-decoration:none;
 width:30px;
 line-height:.8em;
}

.nav1 ul ul ul{
 display: none;
 position: absolute;
 top: -20px;
 left: 58px;
 font-size:1em;
 width:20px;
 line-height:.8em;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
HAMPTONS */
.nav1 li {
//padding-bottom:.3em;
 position: relative;
 text-decoration:none;
 /*border: 1px solid #000;*/
 background: none;
 margin-bottom: -1px;
}

.nav1 li li {
	text-decoration:none;
}

.nav1 ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.nav1 a {
 display: block;
 padding: 2px;
  color:#CCCCff;
/* color: #FFB300; */
 text-decoration: none;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.nav1 a:hover, .nav1 a.highlighted:hover, .nav1 a:focus {
	color: #ffffff;
}
.nav1 a.highlighted {
	/* color: #856812; */
	color: #FFFFFF;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .nav2 a#xyz {
      background-image: url(out.gif);
    }
    .nav2 a#xyz:hover, .nav2 a.highlighted#xyz, .nav2 a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.nav1 a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .nav1 li {
 float: left;
 width: 100%;
}

* html .nav1 li {
 float: left;
 height: 1%;
}
* html .nav1 a {
 height: 1%;
}
.nav1a, .nav1a ul {
 margin: 0;
 padding: 0;
 width: 140px;
 list-style: none;
 text-align:left;
 font-size:.8em;
 line-height:.8em;
}

/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/
.nav1a ul {
 display: none;
 position: absolute;
 top: -100px;
 left: 100px;
 font-size:1em;
 width:144px;
 line-height:.8em;
 text-align:right;
}

.nav1a ul ul {
 display: none;
 position: absolute;
 top: -55px;
 left: 140px;
 font-size:1em;
 width:30px;
 line-height:.8em;
}

.nav1a ul ul ul{
 display: none;
 position: absolute;
 top: -10px;
 left: 38px;
 font-size:1em;
 width:50px;
 line-height:.8em;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
HAMPTONS */
.nav1a li {
 position: relative;
 /*border: 1px solid #000;*/
 background: none;
 margin-bottom: -1px;
}

.nav1a li li {
	background-color: #000000;
}

.nav1a ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.nav1a a {
 display: block;
 padding: 2px;
 color: #000;
 text-decoration: none;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.nav1a a:hover, .nav1a a.highlighted:hover, .nav1a a:focus {
	color: #00ffff;
	background-color: #000000;
}
.nav1a a.highlighted {
	color: #856812;
	background-color: #000000;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .nav2 a#xyz {
      background-image: url(out.gif);
    }
    .nav2 a#xyz:hover, .nav2 a.highlighted#xyz, .nav2 a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.nav1a a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .nav1a li {
 float: left;
 width: 100%;
}

* html .nav1a li {
 float: left;
 height: 1%;
}
* html .nav1a a {
 height: 1%;
}



/* End Hacks */

