﻿td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF}
.paragraphtext {  line-height: 14pt; text-align: justify}
.nav {  font-size: 8pt}
a {  color: #CCCCCC; text-decoration: none}
a:hover {  color: #FFFFFF; text-decoration: none}
.room-desc {  font-size: 8pt; line-height: 12pt; text-align: left}
.room-desc2 { font-size: 8pt; line-height: 12pt; text-align: left ; color: #000000}
.wht-bdr {  border: 1px #BD8680 double}

.sidebar{
   float: right;
   width: 275px;
   height: 30px;
   font-family:arial;
   font-size: 12px;
   border: 0px dotted #000;
   padding: 0px;
   margin-left: 25px;
   margin-bottom: 25px;
   background-color: #7B0D01;
   color: #000;
}

.sidebar-menu{
   float: right;
   width: 273px;
   height: 337px;
   font-family:arial;
   font-size: 12px;
   border: 0px dotted #000;
   padding: 10px 0px 0px 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   background-color: #780000;
   color: #000;
   position: relative;
}


.arrowgreen{
	width: 265px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	position:absolute;bottom:5;
		
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreen-orange.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #ffffff;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #ffffff;
	background-position: 100% -64px;
}


