/* CSS Tabs */

#navcontainer {
	height: 34px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: auto;
	right: auto;
	padding-left: 10px;
	text-align: center;
	padding-right: 10px;
}

#navcontainer ul {
	border: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: text-bottom;
	height: 35px;
	background-attachment: scroll;
	background-image: url(images/menu_online_store.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	line-height: 35px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}

#navcontainer ul li {
	display: block;
	text-align: center;
	margin: 0;
	border: 0px solid #FFF;
	vertical-align: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#navcontainer ul li a {
	width: auto;
	height: 35px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-position: right center;
	vertical-align: text-bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border: 0px solid #FFF;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(images/menu_div.png);
	background-repeat: no-repeat;
	word-spacing: normal;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

#navcontainer ul li a:hover {
	color: #E7C1FF;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(images/menu_div.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 35px;
}

#navcontainer a:active {
	color: #fff;
	background-attachment: scroll;
	background-image: url(images/menu_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navcontainer li#active a {
	border: 0px solid #99ccff;
	background-attachment: scroll;
	background-image: url(images/menu_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

