#nav {
	width: 980px;
	background: #404040 url(../images/generic/nav.gif) left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0 auto;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#nav a {
	text-decoration: none;
	background-color: #404040;
	background-image: url(../images/generic/nav.gif);
	background-position: -10px bottom;
	padding: 7px 10px 9px 10px;
	color: #2d9cce;
	float: left;
	font-weight: bold;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color: #fff;
	background-color: #2d9cce;
	background-image: url(../images/generic/nav.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: underline;
}
.nav_clear {
	clear: both;
	width: 980px;
	font-size: 1%;
	height: 0;
	overflow: hidden;
}

/* Nav page marker */

body.home #nav li.home a,
body.home #nav li.home a:hover,

body.mailboxes #nav li.mailboxes a,
body.mailboxes #nav li.mailboxes a:hover,

body.domestic #nav li.domestic a,
body.domestic #nav li.domestic a:hover,

body.about-us #nav li.about-us a,
body.about-us #nav li.about-us a:hover,

body.clients #nav li.clients a,
body.clients #nav li.clients a:hover,

body.case-studies #nav li.case-studies a,
body.case-studies #nav li.case-studies a:hover,

body.gallery #nav li.gallery a,
body.gallery #nav li.gallery a:hover,

body.news #nav li.news a,
body.news #nav li.news a:hover,

body.contact #nav li.contact a,
body.contact #nav li.contact a:hover,

body.store #nav li.store a,
body.store #nav li.store a:hover{
	color: #fff;
	background-color: #2d9cce !important;
	background-image: url(../images/generic/nav.gif);
	background-position: right bottom !important;
	cursor: default;
	text-decoration: none;
}


#sidenav {
	width: 180px;
	margin-right: 0;
	float: left;
	font-size: 70%;
	text-align: left;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidenav ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 88%;
	list-style-type: none;
}
#sidenav ul ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
	border-top: none;
}
#sidenav li {
	margin: 0;
}
#sidenav a,
#sidenav p {
	background: #f4f4f4 url(../images/generic/sidenav-arrow.gif) no-repeat left center;
	border-bottom: 1px solid #fff;
	color: #666666;
	display: block;
	margin: 0;
	padding: 7px 5px 8px 30px;
	text-decoration: none;
}
#sidenav p {
	color: #026ca9;
	font-weight: bold;
	font-size: 117%;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	background: #eaeaea;
	padding: 6px 5px 7px 18px;
}
#sidenav a:hover, #sidenav a:focus, #sidenav li a.current {
	background: #026ca9 url(../images/generic/sidenav-arrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
#sidenav li a.current {
	cursor: default;
}

#sidenav a strong {
	color: #000;
}
#sidenav a:hover strong,
#sidenav a:focus strong {
	color: #fff;
}


/* Sub nav */

#subnav {
	color: #000000;
	text-align: left;
	font-size: 70%;
	z-index: 900;
	margin: 0 260px 0 200px;
	border-top: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

body.mailboxes#index #subnav,
body.domestic#index #subnav,
body.store#index #subnav {
	margin-left: 20px;
}
body.store#index #subnav {
	margin: 0 20px;
}

#subnav li {
	display: inline;
	list-style-type: none;
	background-image: none;
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav a {
	text-decoration: none;
	color: #3b3b3b !important;
	padding: 5px 0 5px 14px;
	font-weight: bold;
	float: left;
	margin-right: 20px;
}

#subnav a:hover, #subnav a:active, #subnav a:focus,
#subnav2 a:hover, #subnav2 a:active, #subnav2 a:focus {
	color: #397ab2;
	text-decoration: underline;
	font-weight: bold;
}

#subnav a.top {
	background-image: url(../images/generic/arrow_up.gif) !important;
	background-position: center left !important;
	background-repeat: no-repeat;
}
#subnav a.back {
	background-image: url(../images/generic/arrow_left.gif) !important;
	background-position: center left !important;
	background-repeat: no-repeat;
}


