﻿*
{
	/*margin: 0;*/
	padding: 0;
}
table#state-list tr
{
    vertical-align: top;
}
table#state-list td
{
    width: 140px;
}

div.state
{
    background-image: url(http://www.furnishedhousing.com/images/bg-states.gif);
    background-repeat: repeat-x;
    background-position: top;
    float: left;
    font-family: "Trebuchet MS";
    padding-top: 0;
    margin-right: 10px;
    padding-left: 5px;
    width: 130px;
}

div.state ul
{
	width: 110px; /*FF 3 fix*/
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    display: block;
    float: right;
    margin: 0;
}

div.state ul li
{
    list-style-type: none;
    background-color: #FFF;
    border: solid 1px #d4de63;
    border-bottom-width: 0;
    font-size: 12px;
    color: #7c0d02;
    width: 110px;
    float: right;
}

div.state ul li a
{
    text-decoration: none;
    color: #7C0D02;
    display: block;
    padding: 3px 3px 3px 5px;
}
div.state ul li a:hover
{
    background-color: #f9faea;
    color: #5c5e49;
}
div.state .last
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d4de63;
}
div.state p
{
    float: left;
    color: #81817f;
    font-size: 14px;
    padding-top: 0;
    padding-right: 5px;
    margin: 2px 0 0;
}
