@charset "utf-8";
/* CSS Document */

.tabrow {
	color: #FFF;
	text-align: center;
	list-style: none;
	margin-left:10px;
	line-height: 30px;
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-transform: none;
}

a.tabrow:hover {
  color: #FFF;
  background-color: #003366;
}
.tabrow li {
	color: #FFF;
	margin: 0 10px;
	padding: 0 10px;
	display: inline-block;
	float:left;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-decoration: none;
	background-color: #738fc8;
	text-transform: none;
}
.tabrow li.selected {
	color: #003366;
	z-index: 2;
	text-decoration: none;
	text-transform: none;
}


.tabrow:after {
	color: #003366;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
	text-decoration: none;
	text-transform: none;
}
.tabrow:before {
    z-index: 1;
}


.tabrow li:before {
    border-width: 0 1px 1px 0;
	left: -6px;
    position: absolute;
    bottom: -1px;
    width: 6px;
    height: 6px;
    content: " ";
    box-shadow: 2px 2px 0 
	text-decoration: none;
}
.tabrow li:after {
    border-width: 0 0 1px 1px;
	right: -6px;
    position: absolute;
    bottom: -1px;
    width: 6px;
    height: 6px;
    content: " ";
	box-shadow: -2px 2px 0 
	text-decoration: none;
}



.tabrow li.post{
	z-index: 2;
	text-decoration: none;
	background-color: #D20000;
	float: right;
	margin-right: 20px;
}

.tabrow li.directory{
	z-index: 2;
	text-decoration: none;
	background-color: #00a8e4;
	text-transform: none;
	margin-left:400px;
}

.tabrow li.classified{
	z-index: 2;
	text-decoration: none;
	background-color: #FC3;
	text-transform: none;
}

.tabrow li.selected{
	z-index: 2;
	text-decoration: none;
	background-color: #008442;
	text-transform: none;
}

.tabrow li.shopping{
	z-index: 2;
	text-decoration: none;
	background-color: #738fc8;
	text-transform: none;
}

#navwrapper {
	PADDING-TOP: 0px;
}
#nav {
	MARGIN: 0px 0px 0px;
	HEIGHT: 40px;
	background-color: #BA9C70;
}

#nav a {
	 PADDING-BOTTOM: 0px; 
	 LINE-HEIGHT: 100%; 
	 LIST-STYLE-TYPE: none; 
	 MARGIN: 0px; 
	 PADDING-LEFT: 0px; 
	 PADDING-RIGHT: 0px; 
	 DISPLAY: block; 
	 FLOAT: left; 
	 HEIGHT: 40px; 
	 PADDING-TOP: 0px;
}
#nav a.first {
	BORDER-LEFT: none;
}
#nav a.last {
	BORDER-RIGHT: none;
}
#nav A {
	PADDING-BOTTOM: 0px;
	TEXT-TRANSFORM: none;
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 12px;
	DISPLAY: block;
	FLOAT: left;
	HEIGHT: 24px;
	COLOR: #fff;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	PADDING-TOP: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#nav A:hover {
	HEIGHT: 24px;
	COLOR: #003366;
}
#nav A.active {
	HEIGHT: 24px; COLOR: #003366;
}

#navfooter A:hover {
	HEIGHT: 24px;
	COLOR: #003366;
}
#navfooter A.active {
	HEIGHT: 24px; COLOR: #003366;
	}
