			a#menu {
				background-color: #2878B7;
				color: white;
				font-family: Verdana, Arial;
				font-size: 12pt;
				padding: 5px;
				text-decoration: underline;
			}
			
			a#menu:hover {
				background-color: #2878B7;
				text-decoration: none;
			}
			
			div#booknow {
				position: relative;
				width: 205px;
				text-align: center;
				font-family: Arial;
				font-size: 22pt;
			}
			div#hotdealdesc {
				position: relative;
				width: 205px;
				font-family: Arial;
				font-size: 10pt;
				color:#FFFFFF;
			}

			div#hotdeal {
				background-color: #c50000;
				background:url("images/hotdeal.gif");
				color: black;
				font-family: Arial;
				text-align: left;
				height: 210px;
				width: 205px;
			}

			h3#hotdeal_heading {
				font-size: 12pt;
				text-align: center;
				padding-top: 7px;
				padding-bottom: 5px;
			}

			li#navmenu{
				display: inline;
				float: right;
				list-style-type: none;
				padding: 5px;
			}

			li#nostyle {
				list-style-type: none;
				padding-left: 5px;
			}

			li#leftpadd5px {
				padding-left: 5px;
			}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
