/**************************************************
 * WebMaster:Louie L
 *
 * @file		nav-bar.css
 * @author		Louie L
 * @type		CSS
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @copyright	2010 Monte Carlo Inns. All Rights Reserved.
 *
 *******************************************************/
 
 
 
 
 
 
 #logo {
	float: left;
	margin: 43px 10 0 0;
	width: 1000px;
	height: 224px;
}

#container {  
    width:1000px;  
    margin:0 auto;    
    text-align:center;  
    background-color: white;
    border: 0;
 }  



.capital {
font:70px/50px Georgia, "Times New Roman", Times, serif;
color: black;
background: eff1d1;

padding: 5px 5px 2px 4px;
margin-right: 5px;
margin-top: 2px;
float: left;
}


 
 
 
.sf-menu, .sf-menu * {
	font-family:  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin:			0;
	padding:		0;
	list-style:		none;
}
/*--------
ul.sf-menu {
	padding: 0 0 0 1em;
    background: url(images/logo35.jpg) 0 16px no-repeat;
}*/

.sf-menu {
	line-height:	1em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			right;
	margin:			140px 0 30 0; /* move margin here ll */
}
.sf-menu a {
	padding: 		1em;
	text-decoration:none;
}
.sf-menu li li a {
	padding: 		0.75em 0.75em 0.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			black;
}
.sf-menu li.current a, .sf-menu li.current a:active, .sf-menu li.current a:visited, .sf-menu li.current a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#cc0000;
}
.sf-menu li.current li a, .sf-menu li.current li a:active, .sf-menu li.current li a:visited, .sf-menu li.current li a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#333333;
}
.sf-menu li a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#cc0000;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		transparent;
	outline:		0;
}

.sf-menu li li {
	background:		#ffffff;
	border-bottom:		1px solid #cccccc;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	outline:		0;
	background:		#eeeeee;
	color:			#333333;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		#f5dbb6;
}
.sf-menu li li li {
	background:		#ffffff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/interface/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('') no-repeat bottom right;
	padding: 0 8px 9px 0;
	/* Won't Validate Yet, Come W3C!
	-moz-border-radius: 0px 17px 0px 17px;
	-webkit-border-radius: 0px 17px 0px 17px;
	*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* BACK up of logo style
#logo {
	float: left;
	margin: 43px 0 0 0;
	width: 98px;
	height: 31px;
}
*/



/**************************************************
 * WebMaster:Louie L
 *
 * @file		nav-bar.css
 * @author		Louie L
 * @type		CSS
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @copyright	2010 Monte Carlo Inns. All Rights Reserved.
 *
 *******************************************************/


.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x;  
padding: 4px 0;
margin: 0;
text-align: center; /* "left", "center", "right" */
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(images/chromebg-over.gif) center center repeat-x; 
}

/* @@@@@@ Style for Drop Down Menu @@@@@@ */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white; /*background color for sub links */
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
}








	

