*{
	padding: 0;
	margin: 0;
	}

#container a {
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}


#container a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

#container a:hover {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}


/*container tabs outer structure*/

#container{
	margin:10px 0 10px 5px;
	text-align: left;
	height:auto;
	width: 730px;
}

#container .content{
	height:auto;
	width: 736px;
	background-repeat:repeat-y;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}

#container .bar_brown{
	height:9px;
	width: 740px;
	background-image:url(../imgs/bar_brown.jpg);
}

#container .bar_green{
	height:9px;
	width: 740px;
	background-image:url(../imgs/bar_green.jpg);
}

#container .bar_blue{
	height:9px;
	width: 740px;
	background-image:url(../imgs/bar_blue.jpg);
}


/*be kind to opera*/
html>body #container{
	width: 744px;
}

.clear {
clear:both;
}

#menu {
	width:740px;
	height:33px;
}

#menu_tabs {
	float:left;
	width:470px;
	height:33px;
}

/*Openning Times Tabs*/
#tabs_Openning_Time
{
	float:left;
	height:33px;
	width:112px;
	display: block;
	padding: 0px;
	text-decoration: none;
	background: url(../imgs/brown_tag_up.jpg) 0 0 no-repeat;
}
a.Openning_Time {
display: block;
height:33px;
width:112px;
background: url(../imgs/brown_tag_down.jpg) 0 0 no-repeat;
text-decoration: none;
}
a:hover.Openning_Time {
background: url(../imgs/brown_tag_up.jpg) 0 0 no-repeat;
}

/*To See and Do Tabs*/
#tabs_See_n_Do
{
	float:left;
	height:33px;
	width:113px;
	display: block;
	padding: 0px;
	text-decoration: none;
	background: url(../imgs/green_tab_up.jpg) 0 0 no-repeat;
}


a.See_n_Do {
display: block;
height:33px;
width:113px;
background: url(../imgs/green_tab_down.jpg) 0 0 no-repeat;
text-decoration: none;
}


a:hover.See_n_Do {
background: url(../imgs/green_tab_up.jpg) 0 0 no-repeat;
}

/*Running Routes Tabs*/
#tabs_Running_Routes
{
	float:left;
	height:33px;
	width:129px;
	display: block;
	padding: 0px;
	text-decoration: none;
	background: url(../imgs/blue_tag_up.jpg) 0 0 no-repeat;
}


a.Running_Routes {
display: block;
height:33px;
width:129px;
background: url(../imgs/blue_tag_down.jpg) 0 0 no-repeat;
text-decoration: none;
}


a:hover.Running_Routes 
{
background: url(../imgs/blue_tag_up.jpg) 0 0 no-repeat;
}


