﻿div#navcontainer
{
	border-top: solid 1px #FFFFFF;
	background-image: url(../images/navBarBlueGrad.png);
	background-repeat: repeat-x;
}

div#navcontainer ul
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 12px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

#active {
	background-color:#3599d9;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 1px solid #fff;
}

div#navcontainer ul li a
{
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

div#navcontainer ul li a:hover
{
	background-color: #16008D;
	color: white;
	border-left: 1px solid #fff;
}

.firsttab a { border-left: 1px solid #fff; }

.carttab{
	background-image: url('../images/cart.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: justify;
	background-attachment: scroll;
	padding-left: 20px;
}
.breadcrumb{
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-align: left;
}

.breadcrumb a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:active{
color: navy;
}

.breadcrumb a:visited{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}
