/* toc.css for NewPortBeachHotel.com 8/9/04 */
.index
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-position: right top;
	color: #000033;
}

#langSelector
{
	top: 0px;
	left: 0px;
}

#TOCcolumn
{
	position: absolute;
	width: 165px;
	left: 0px;
	margin: 0px;
	height: 100%;
	float: left;
	text-indent: 3pt;
	background-color: #20296E;
	top: 0px;
	z-index: 9;
	overflow: default;
}

#TOCbox
{
	position: absolute;
	width: 165px;
	float: left;
	text-indent: 3pt;
	top: 130px;
	left: 0px;
}

#TOCbox img
{
	margin: 2px;
	text-align: right;
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
}

#TOCselect
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 3pt;
	float: left;
	position: relative;
	padding-top: 10px;
	line-height: 20px;
	font-weight: bold;
	z-index: 55;
	overflow: default;
}

#TOCselect p
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-position: right top;
	color: #00FF00;
}

#TOCselect h2
{
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	color: #CCFF99;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0px solid #000;
	padding-bottom: 4px;
}

#TOCselect ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	right: 0px;
	}

/* Styles for Section Items */
#TOCselect ul li {
	display: block;
	text-transform: uppercase;
	position: relative;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: transparent; /* IE6 Bug */
	border-bottom: 0;
	}
	
#TOCselect ul li h3
{
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #00FF00;
	text-decoration: none;
	border-width: 0;
	padding: 0;
	margin: 0;
	width: 156;
}

#TOCselect ul li a {
	display: block;
	text-transform: uppercase;
	position: relative;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	background: #20296E; /* IE6 Bug */
	border-bottom: 0;
	}

#TOCselect ul li a:active
{
	color: #00FF00;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	background: #20296E; /* IE6 Bug */
}

#TOCselect ul li a:hover
{
	color: #FFFF00;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	background: #20296E; /* IE6 Bug */
}

#TOCselect ul li a.hover
{
	color: #FFFF00;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	background: #20296E; /* IE6 Bug */
}

/* Fix IE. Hide from IE Mac \*/
* html #TOCselect ul li { float: left; height: 1%; }
* html #TOCselect ul li a { height: 1%; }
/* End */

#TOCselect li:hover ul, #TOCselect li.over ul { display: block; } /* The magic */
		
/* END Styles for Section Items */

/* Styles for Page Items */
#TOCselect ul li ul {
	position: absolute;
	left: 148px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background: transparent; /* IE6 Bug */
	width: 200;
	}

/* The floating box for Page Items */
#TOCselect ul li ul li a
{
	padding: 2px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0 0 1 20;
	border-width: 1px;
	border-color: #000000;
	border: 1px solid #cccccc;
}

#TOCselect ul li ul li a:hover
{
	padding: 2px;
	text-align: left;
	text-decoration: none;
	color: #FF0000;
	background-color: #ffffff;
	margin: 0 0 1 20;
	border-width: 1px;
	border-color: #000000;
}
		
#TOCselect ul li ul li a:active
{
	padding: 2px;
	text-align: left;
	text-decoration: none;
	color: #00FF00;
	background-color: #ffffff;
	margin: 0 0 1 20;
	border-width: 1px;
	border-color: #000000;
}
		
/* Styles for Menu Items */
#TOCselect ul li ul li
{
	display: block;
	text-decoration: none;
	background: transparent;
	/* IE6 Bug */
	padding: 0px;
	border: 0;
	text-align: left;
	width: 200;
}

