﻿body {
}
.normalMenuItem,
.selectedMenuItem,
.hoverMenuItem 
{
	display:block; 
	padding: 5px 10px;
	color: #431204;
	font-size: 14px;
	font-family: Times New Roman;
	text-align:right;
	text-decoration:none;
	margin: 0;
	border: 0;
	background: url(../../resources/orleansinn/images/bg_menuItem.gif) bottom right no-repeat;
}

.hoverMenuItem { background-color: #A38D6F; cursor:pointer; }
.selectedMenuItem { background-color: #A38D6F; cursor:pointer; }

a.menuItem { display:block; padding: 2px 0;  }
a.menuItem:link,
a.menuItem:visited,
a.menuItem:active,
a.menuItem:hover { color: #431204; font-size:14px; text-decoration:none; }
a.menuItem:hover { background-color: #A38D6F; }

#menuTabContainer .tabBar		 { float: right; margin: -18px 55px 0 0; overflow: hidden; font-size: 13px; }
#menuTabContainer .tabBar a		 { display:block; width: 98px; height: 19px; float:left; text-decoration: none; font-weight: bold; color:White; margin-right: 2px; padding-top: 12px; text-align: center; }
#menuTabContainer .tabBar a		 { background: url('/resources/orleansinn/images/bg_Recent.gif') left top no-repeat; }
/*#menuTabContainer .tabBar a span { display: block; margin-right: 7px; padding: 0 0 0 8px; height: 23px;  }
#menuTabContainer .tabBar a	span { background: url('/resources/orleansinn/images/bg_Recent.gif') no-repeat; }*/
#menuTabContainer .tabBar a:hover,
#menuTabContainer .tabBar a.active		 { background-image: url('/resources/orleansinn/images/bg_Archive.gif'); }		 
/*#menuTabContainer .tabBar a:hover span,	
#menuTabContainer .tabBar a.active span  { background: url('/resources/orleansinn/images/bg_Archive.gif') no-repeat; }*/
.submitButton input 
{
	background-color: #9A876A;
	border-color: #9A876A;
	color:White;
	font-weight: bold;
}