/*////////// BEGIN leftcolumn CSS //////////*/
div.leftcolumn {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url("../images/navigation/leftnavbottom.gif") no-repeat right bottom;
	color: white;
    float: left;
}

div.leftcolumn div {
	background: url("../images/navigation/leftnavheader.gif") repeat-x;
	overflow: hidden;
}

div.leftcolumn div:first-child {
	background: url("../images/navigation/leftnavtopheader.gif") no-repeat;
}

div.leftcolumn div.collapsed {
	height: 25px;
}

div.leftcolumn div span {
	display: block;
	padding: 5px 24px;
    padding-right: 0px;
	font-weight: bold;
	color: white;
	background: url("../images/navigation/leftnavexpanded3.gif") no-repeat 9px center;
	cursor: default;
    border-bottom: 1px solid #ffecdb;
	/*border-bottom: 1px solid #7faaff;*/
    /*border-bottom: 1px solid orange;*/
}

div.leftcolumn div.collapsed span {
	background-image: url("../images/navigation/leftnavcollapsed3.gif");
}

div.leftcolumn div a {
	padding: 4px 10px;
	/*background: #94c4ff;*/
    background: #fffaf5;
	display: block;
    border-bottom: 1px solid #ffecdb;
	/*border-bottom: 1px solid #7faaff;*/
    /*border-bottom: 1px solid orange;*/
	color: #ff6600;
    /*color: white;*/
}

div.leftcolumn div a.current {
	/*background : #cccccc;*/
    background : #ffdabb;
}

div.leftcolumn div a:hover {
	/*background : blue url("../images/navigation/leftnavlinkarrow.gif") no-repeat right center;*/
    background : blue;
	color: #ffffff;
	text-decoration: none;
}
/*////////// END leftcolumn CSS //////////*/





/*//////////  BEGIN rightcolumn CSS //////////*/
div.rightcolumn {
	width: 185px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url("../images/navigation/rightnavbottom.gif") no-repeat right bottom;
	color: #ffffff;
    float: left;
}

div.rightcolumn div {
	background: url("../images/navigation/leftnavheader.gif") repeat-x;
	overflow: hidden;
}

div.rightcolumn div:first-child {
	background: url("../images/navigation/rightnavtopheader.gif") no-repeat;
}

div.rightcolumn div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	/*border-bottom: 1px solid #ffecdb;*/
    text-align: center;
}

div.rightcolumn div a {
	padding: 5px 10px;
	background: #fffaf5;
	display: block;
	/*border-bottom: 1px solid #ffecdb;*/
	color: #ff6600;
    text-align: center;
    font-size: 11px;
}

div.rightcolumn div a img {
    border: 2px solid #ff6600;
}

div.rightcolumn div a:hover img {
    border: 2px solid blue;
}

div.rightcolumn div a:hover {
	color: blue;
	background : blue url("../images/navigation/leftnavlinkarrow.gif") no-repeat right center;
}
/*//////////  END rightcolumn CSS //////////*/




/*////////// BEGIN chevyshowleftcolumn CSS //////////*/
div.chevyshowleftcolumn {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url("../images/navigation/chevyshowleftnavbottom.gif") no-repeat right bottom;
	color: white;
    float: left;
}

div.chevyshowleftcolumn div {
	background: url("../images/navigation/chevyshowleftnavheader.gif") repeat-x;
	overflow: hidden;
}

div.chevyshowleftcolumn div:first-child {
	background: url("../images/navigation/chevyshowleftnavtopheader.gif") no-repeat;
}

div.chevyshowleftcolumn div.collapsed {
	height: 25px;
}

div.chevyshowleftcolumn div span {
	display: block;
	padding: 5px 24px;
    padding-right: 0px;
	font-weight: bold;
	color: white;
	background: url("../images/navigation/leftnavexpanded.gif") no-repeat 9px center;
	cursor: default;
    border-bottom: 1px solid #6b6d73;
}

div.chevyshowleftcolumn div.collapsed span {
	background-image: url("../images/navigation/leftnavcollapsed.gif");
}

div.chevyshowleftcolumn div a {
	padding: 4px 10px;
    background: #d9d9d9;
	display: block;
    border-bottom: 1px solid #d9d9d9;
	color: #6b6d73;
}

div.chevyshowleftcolumn div a.current {
    background : #ff6701;
	color: white;
	font-weight: bold;
}

div.chevyshowleftcolumn div a:hover {
    background : blue;
	color: #ffffff;
	text-decoration: none;
}
/*////////// END chevyshowleftcolumn CSS //////////*/





/*//////////  BEGIN chevyshowrightcolumn CSS //////////*/
div.chevyshowrightcolumn {
	width: 185px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url("../images/navigation/chevyshowrightnavbottom.gif") no-repeat right bottom;
	color: #ffffff;
    float: left;
}

div.chevyshowrightcolumn div {
	background: url("../images/navigation/chevyshowrightnavheader.gif") repeat-x;
	overflow: hidden;
}

div.chevyshowrightcolumn div:first-child {
	background: url("../images/navigation/chevyshowrightnavtopheader.gif") no-repeat;
}

div.chevyshowrightcolumn div span {
	display: block;
	padding: 5px 0px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #dddddd;
    text-align: center;
}

div.chevyshowrightcolumn div a {
	padding: 5px 10px;
	background: #d9d9d9;
	display: block;
	border-bottom: 1px solid #d9d9d9;
	color: #ff6600;
    text-align: center;
    font-size: 11px;
}

div.chevyshowrightcolumn div a img {
    border: 2px solid #6b6d73;
}

div.chevyshowrightcolumn div a:hover img {
    border: 2px solid blue;
}

div.chevyshowrightcolumn div a:hover {
	color: blue;
}
/*//////////  END chevyshowrightcolumn CSS //////////*/