@charset "UTF-8";
/* --------------------------------------------------------------
 
CSS Document
AJAX Tabs style  -  The Market Shopping Centre Shopping Centre - Bury
Author - Phil Clayton - Bray Leino Destination

--------------------------------------------------------------- */

/* Content Container */

#menuContent {
	/*border: 1px solid #b7e48f;*/
	width: 370px;
	min-height: 100px; /* keep container expanded whilst content is pulled in with AJAX*/
	margin: 0 0 15px 0; /* add top margin to allow selected tab to over lap */
	padding: 15px;
	background-color: #D1E2EF;
	border: 1px solid #99C1DF;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentMenu{
	width: 100%; /*leave this value as is in most cases*/
	margin-top: 15px;
	padding-bottom: 1px;
}

.indentMenu ul{
	/*border: 1px solid #b7e48f;*/
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
}

.indentMenu ul li{
 	display: inline;
  	font: .85em Helvetica, Arial, sans-serif;
	color: #4d7628;
	font-weight: 700;
  	/* heres where you can add a repeat bg */
}

.indentMenu ul li a {
	float: left;
	width: 120px;
	color: #123E5F; /*text color*/
	text-align: center;
	padding-top: 4px; /*shift text down 1px*/
	padding-bottom: 4px;
	margin: 0 3px 0 0;
	text-decoration: none;
	background-color: #B5C4CF;
	border-top: 1px solid #99C1DF;
	border-right: 1px solid #99C1DF;
	border-left: 1px solid #99C1DF;
	outline: none;
}

.indentMenu ul li a:visited{
	color: #123E5F;
	outline: none;
}

.indentMenu ul li a:hover{
	color: #123E5F;
	background-color: #D1E2EF;
	outline: none;
}

.indentMenu ul li a.selected{
	color: #012047;
	padding: 6px 0 4px 0;
	background-color: #D1E2EF;
	outline: none;
	position: relative;
	top: 2px;
}

