﻿#navigation UL
{
width: 1000px;
margin: 0;
padding: 0;
white-space: nowrap;
}

#navigation LI
{
display: block;
float: left;
list-style-type: none;
font-weight: bold;
font-family: Arial;
}

.nav1
{
display: block;
float: left;
width: 164px;
text-align: center;
color: #fff;
text-transform: uppercase;
padding: 3px 0px 3px 0px;
border-right: solid 3px #fff;
background: url('/liv/menusteps.jpg') repeat-x center -54px;
}

.nav1:hover
{
background: url('/liv/menusteps.jpg') repeat-x center top;
}

.nav1right
{
display: block;
float: left;
width: 165px;
text-align: center;
color: #fff;
text-transform: uppercase;
padding: 3px 0px 3px 0px;
background: url('/liv/menusteps.jpg') repeat-x center -54px;
}

.nav1right:hover
{
background: url('/liv/menusteps.jpg') repeat-x center top;
}

.nav2
{
display: block;
float: left;
width: 164px;
text-align: center;
color: #fff;
text-transform: uppercase;
padding: 3px 0px 3px 0px;
border-right: solid 3px #fff;
background: url('/liv/menusteps.jpg') repeat-x center -27px;
}

.nav2right
{
display: block;
float: left;
width: 165px;
text-align: center;
color: #fff;
text-transform: uppercase;
padding: 3px 0px 3px 0px;
background: url('/liv/menusteps.jpg') repeat-x center -27px;
}

.nav2:hover
{
background: url('/liv/menusteps.jpg') repeat-x center top;
}

.nav2right:hover
{
background: url('/liv/menusteps.jpg') repeat-x center top;
}

.nav1right .selected{
border: none;

}
.nav2right .selected{
border: none;
}

.navselected
{
background: url('/liv/menusteps.jpg') repeat-x center top;
}
.selected a{
/*display: block;*/
/*float: left;*/
/*width: 164px;*/
/*text-align: center;*/
/*color: #fff;*/
/*padding: 3px 0px 3px 0px;*/
/*border-right: solid 3px #fff;*/
/*background: url('/liv/menusteps.jpg') repeat-x center top;*/
/*background: #f46401;*/
}
#subnav .selected a{
background-color: #f46401;
display: block;
float: left;
width: 154px;
text-align: left;
color: #fff;
padding: 3px 0px 3px 10px;
border-right: solid 3px #fff;
}
#subnav UL
{
float: left;
margin: 0;
padding: 0;
width: 167px;
}

#subnav LI
{
display: block;
list-style: none;
padding: 0;
margin: 0;
font-weight: bold;
font-family: Arial;
}
#subnav li a{
display: block;
float: left;
width: 154px;
text-align: left;
padding: 3px 0px 3px 10px;
border-right: solid 3px #fff;
border-top: solid 3px #fff;
/*background: url('/liv/menusteps.jpg') repeat-x center -27px;*/
background-color: #cccccc;
color: #000;
}
#subnav li A:HOVER{
background: #f46401;
color: #fff;
}
#navigation ul li .selected .nav1
{
background: #f46401;
}
#navigation ul li .selected .nav1right
{
background: #f46401;
}

#navigation ul li .selected .nav2
{
background: #f46401;
}
#navigation ul li .selected .nav2right
{
background: #f46401;
}


#subnav li A:SELECTED{
background-color: #f46401;
}
.subnav1
{
display: block;
float: left;
width: 164px;
text-align: center;
padding: 3px 0px 3px 0px;
border-right: solid 3px #fff;
border-top: solid 3px #fff;
/*background: url('/liv/menusteps.jpg') repeat-x center -27px;*/
background-color: #cccccc;
color: #000;
}

.subnav1:hover
{
background: url('/liv/menusteps.jpg') repeat-x center top;
color: #fff;
}

#footer2 ul{
display: inline;
float: right;
margin: 0;
padding: 0;
}
#footer2 li{
display: inline;
list-style: none;
/*padding: 0px 10px 0px 10px;*/
width: 200px;
}
#footer2 li a
{
    width: 200px;
    font-size: 11px;
    padding-left: 20px;
}
#footer2 .selected a{
background: none;
color: #000;
/*padding: 0px 10px 0px 10px;*/
/*width: 200px;*/
}
#footer2 li .selected a{
background: none;
color: #000;
/*padding: 0px 10px 0px 10px;*/
/*width: 200px;*/
}
#footer2 ul .selected a{
background: none;
color: #000;
/*padding: 0px 10px 0px 10px;*/
/*width: 200px;*/
}

