@charset "utf-8";
/* CSS Document */

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0px;
border-bottom-width: 0;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
z-index:100;
/*background-color: #acd5f4;*/
background-color:#D20000;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 4px 0;
background-color: #0875F6;
text-decoration: none;
font-weight: bold;
color: #FFF;
padding-left:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#d61f26;
background:  url(../images/menubg-over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}


/********************************************tab start*****************************************/

.totalDiv{
	width:auto; 
	}
	.headerTop{
		width:1003px; height:97px;
		}
	.linksArea{
		width:1003px; height:39px;background:url(../images/link-bg.jpg);
		display:block;
		}
		.homeButton{
			width:91px; height:39px;
			display:block; float:left;
			margin-left:3px; cursor:pointer;
				font-family:Geneva, Arial, Helvetica, sans-serif; font-size:13px;
				font-weight:bold;
				text-align:center; text-decoration:none;
				line-height:42px;
			}
			.homeButton span A{
				background:url(../images/home-btn.jpg) no-repeat;
				font-weight:bold; color:#FFF; font-weight:bold;
				display:block; text-decoration:none;
				}
			.homeButton span A:hover{
				width:91px; height:39px;
				background:url(../images/home_btn.jpg);
				display:block;
				text-decoration:none;
				color:#FFF;
				}
		.historyButton{
			width:91px; height:39px;
			display:block; float:left;
			margin-left:8px; cursor:pointer;
				font-family:Geneva, Arial, Helvetica, sans-serif; font-size:13px;
				font-weight:bold;
				text-align:center; text-decoration:none;
				line-height:42px;
			}
			.historyButton span A{
				background:url(../images/home-btn.jpg) no-repeat;
				font-weight:bold; color:#FFF; font-weight:bold;
				display:block; text-decoration:none;
				}
			.historyButton span A:hover{
				width:91px; height:39px;
				background:url(../images/home_btn.jpg);
				display:block;
				text-decoration:none;
				color:#FFF;
				}
		.guestButton{
			width:113px; height:39px;
			display:block; float:left;
			margin-left:8px; cursor:pointer;
				font-family:Geneva, Arial, Helvetica, sans-serif; font-size:13px;
				font-weight:bold;
				text-align:center; text-decoration:none;
				line-height:42px;
			}
			.guestButton span A{
				background:url(../images/guesthouse01.jpg) no-repeat;
				font-weight:bold; color:#FFF; font-weight:bold;
				display:block; text-decoration:none;
				}
			.guestButton span A:hover{
				width:113px; height:39px;
				background:url(../images/guesthouse-01.jpg);
				display:block;
				text-decoration:none;
				color:#FFF;
				}
