/* SIDEBAR ONLY */
.navigation-table {
width:150px;
}

.main {
width:150px;
height:100%;
background-color:#ffffff;
background-image:url(../images/nav-bg.jpg);
background-position:top left;
background-repeat:repeat-y;
}

.main_side_gradient
{
width:145px; 
background-color:#ffffff;
background-image:url(../images/nav-bg.jpg);
background-repeat:repeat-y;
}
.navigation {
	padding:0;
	margin:0;
	list-style-type:none;
}

.main-navigation-cell {
width:150px;
}

.navigation li a {
	display: block;
	/*margin:0;*/
	padding:.2em 0 .2em 0;
	width: 143px;
	FONT-SIZE: 11px;
	background-color: transparent;
	COLOR: #333333;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #999999;
	text-decoration: none;
}
.navigation li a:hover {
	background-color: #F9EB39;
	border-top:1px solid #F9EB39;
	FONT-SIZE: 11px;
	color:#033059;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	background-image:url(../images/sale-head.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.navigation td a {
	display: block;
	/*margin:0;*/
	padding:.2em 0 .2em 0;
	width: 143px;
	FONT-SIZE: 11px;
	background-color: transparent;
	COLOR: #333333;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #999999;
	text-decoration: none;
}
.navigation td a:hover {
	background-color: #F9EB39;
	border-top:1px solid #F9EB39;
	FONT-SIZE: 11px;
	color:#033059;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	background-image:url(../images/sale-head.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}


