/* TOP NAV */
#horizontal_table_nav {
	margin-left: 10px;
}
#horizontal_table_nav table {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
}
#horizontal_table_nav td {
	padding: 0px;
	text-align: center;	
}
#horizontal_table_nav td.spacer {
	background-color: none;
	text-align: center;
	padding: 0px 1px 0px 0px;
	background-image: none;
}
#horizontal_table_nav td.current {
	background-image: url(../images/topbar_highlight_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#horizontal_table_nav div {
	background-color: #CC6600;
	background-image: url(/site_assets/www.therightshoe.ca/images/topNavOff.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-left: 1px solid #CC3300;
	line-height: 28px;
	padding: 0px 9px;
}
#horizontal_table_nav div.current {
	background-color: #95AEB3;
	background-image: url(/site_assets/www.therightshoe.ca/images/topNavOn.jpg);
}
#horizontal_table_nav a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Verdana, Halvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
}
#horizontal_table_nav a.current {
	color: black;
}
#horizontal_table_nav a:hover {
	text-decoration: none;
	color: #43585C;
}

/* SIDE NAV */
#navcontainer {
	margin: 0px;
	padding: 10px;
	width: 180px;
	text-align: left;
}
#navcontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer li {
	border-bottom: 1px dotted #95AEB3;
	margin-bottom: 4px;
}
#navcontainer li li {
	border-bottom: 1px solid #EAEFF0;
}
#navcontainer a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #43585C;
	padding: 4px 10px 4px 10px;
	width: 160px;
	text-decoration: none;
}
#navcontainer a:hover {
	text-decoration:none;
	color:#CC6600;
}
#navcontainer li a.current {
	text-decoration:none;
	color:#CC6600;
}
#navcontainer li li a.current {
	text-decoration:none;
	color:#CC6600;
}
#navcontainer li li a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #43585C;
	padding: 2px 10px 2px 10px;
	width: 160px;
	text-decoration: none;
}
#navcontainer li li li a {
	font-size: 11px;
	padding: 2px 10px 2px 20px;
	width: 150px;
}
#navcontainer li li li li a {
	font-size: 10px;
	padding: 2px 10px 2px 30px;
	width: 140px;
}

/* BOTTOM NAV */

#horizontal_nav {
	font-size: 12px;
}
#horizontal_nav a {
	color: white;
}
#horizontal_nav a:hover {
	color: #96AEB3;
}
#horizontal_nav a.current {
	color: #96AEB3;
}