/* @override http://localhost:8888/Hotel%20Sole/web-content/menu/menu.css */

.basictab ul {
	padding: 3px 0;
	border-bottom: 3px solid #f6ebdd;
	list-style-type: none;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin: 4px 4px 4px -6px;
	cursor: default;

}

.basictab li {
	display: inline;
	margin: 0;
}

.basictab li a {
	text-decoration: none;
	margin-right: 3px;
	border: 1px solid gray;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
	padding: 7px 7px 3px;
	border-top-style: none;
}

.basictab li a:visited {
	color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current {
	background-color: white;
	color: black;
	background: url(shadeactive.gif); 
}

.basictab li a:active {
	color: black;
}

#tabcontentcontainer { /*width of 2nd level content*/
	height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/;
	padding-left: 5px;
	padding-top: 5px;
	text-align: right;
}

.tabcontent{
	display:none;
}

.tabcontent a{
	margin-right: 20px;
	text-decoration: none;
	padding: 2px;
	color: black;
}

.tabcontent a:hover, .tabcontent a.current {
	background-color: #ffb099;
	color: black;
	z-index: 10;
}

.tabcontent a:visited {
	color: #2d2b2b;
}

.basictab a[href] {
	cursor:pointer;
}

