﻿.chromemenu {
	width: 95%;
	/*font-weight: bold;*/
}
.chromemenu:after {
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.tourenmenu:after {
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromemenu ul {
	border: 1px solid #BBB;
	width: 100%;
	background: url(media/chromebg.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
}
.tourenmenu ul {
	border: 1px solid #BBB;
	width: 100%;
	background: url(media/chromebg.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
}
.chromemenu ul li {
	display: inline;
}
.tourenmenu ul li {
	display: inline;
}

.chromemenu ul li a {
	color: #494949;
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	
	border-right: 1px solid #BBB;
}
.tourenmenu ul li a {
	color: #494949;
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #BBB;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current {
	background: url(media/chromebg2.gif) center center repeat-x;
}
.tourenmenu ul li a:hover, .tourenmenu ul li a.current {
	background: url(media/chromebg2.gif) center center repeat-x;
}

.tabcontent {
	display: none;
}
/*some responsive styles  */
@media only screen and (max-width: 479px) {
.tabcontainer {
	clear: left;
	width: 95%; /*width of 2nd level sub menus*/;
	height: 3em;
	text-align: left;
}
.tourenmenu {
	width: 100%;
	/*font-weight: bold;*/
	padding-top: 30px;

}
}
@media only screen and (min-width: 480px) and (max-width: 789px) {
.tabcontainer {
	clear: left;
	width: 95%; /*width of 2nd level sub menus*/;
	height: 3em;
	text-align: left;
	padding-left: 2%;
}
.tourenmenu {
	width: 100%;
	/*font-weight: bold;*/
	padding-top: 15px;
	padding-left: 2%;
}
}
@media only screen and (min-width: 790px) and (max-width: 1199px){
.tabcontainer {
	clear: left;
	width: 95%; /*width of 2nd level sub menus*/;
	height: 2em;
	text-align: left;
	padding-left: 6%;

}
.tourenmenu {
	width: 95%;
	/*font-weight: bold;*/
	padding-top: 15px;
	padding-left: 6%;
}
}
@media only all and (min-width: 1200px) {
.tabcontainer {
	clear: left;
	width: 95%; /*width of 2nd level sub menus*/;
	height: 1.5em;
	text-align: left;
	padding-left: 10%;
}
.tourenmenu {
	width: 880px;
	/*font-weight: bold;*/
	padding-top: 15px;
	padding-left: 10%;
}
}
