.headerDiv {
	height:100px;
}

.headerLeftDiv {
	float:left;
	width:150px;
	height:70px;
	margin-left:20px;
	margin-top:10px;
}

.headerRightDiv a {	
	float:right;
	width:210px;
	height:55px;
	margin-right:10px;
	margin-top:20px;
    background-image: url(/images/Rydges_Hideaway_Logo.png);
    background-repeat: no-repeat;	
	cursor:pointer;
}



/*---------------------------------------
 TOP MENU START
---------------------------------------*/
.headerMenuDiv {
	width:921px;
	height:40px;
	margin-left:7px;	
}
.headerMenuLeftDiv {
	float:left;
	width:769px;
	height:40px;
    background-image: url(/images/Nav_bg_01.png);
    background-repeat: no-repeat;
}
.headerMenuRightDiv a{
	float:right;
	width:152px;
	height:40px;
    background-image: url(/images/Nav_RPG.png);
    background-repeat: no-repeat;
    cursor:pointer;
}


.headerMenuItemsDiv {
	padding-top:12px;
	height:25px;
}
.headerMenuItemSepDiv {
	float:left;
	width:15px;
	padding-left:5px;
}
.headerMenuItem1Div {
	float:left;
	margin-left:15px;
	width:88px;
}
.headerMenuItem2Div {
	float:left;
	width:110px;
}

.headerMenuItem3Div {
	float:left;
	width:125px;
}
.headerMenuItem4Div {
	float:left;
	width:62px;
}
.headerMenuItem5Div {
	float:left;
	width:125px;
}
.headerMenuItem6Div {
	float:left;
	width:58px;
}
.headerMenuItem7Div {
	float:left;
	width:57px;
}

/*---------------------------------------
 TOP MENU END
----------------------------------------*/