
/*home page*/
body
{
    margin: 0 auto;
    padding: 0;
    font: 76% Arial,sans-serif;
    background: #784D23;
    
}


#menu ul {	
font-weight: 500;
list-style: none;
width: 248px;
/*bottom margin is to ensure road top always shows - road top is 77px high*/
margin: 0 0 77px 0;
padding: 0;
font-size: 1.6em;
}	

#menu li {
margin-bottom: 1px;
}

#menu li a
{
    height: 69px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    padding: 0px 3px 0 5px;
    line-height: 1.0em;
    background-color: #2f6a7a;
    
    /*background-image: url(GoldCupSelect.jpg);
    
    background-repeat: no-repeat;
    background-position: right top;
    background: #2f6a7a url(GoldCupSelect.jpg) no-repeat right top;*/
}


#menu small {
padding: 0;
margin: 0 0 0 0;
font-weight: 400;
font-size: 0.7em;
color: #bbbbbb;
}


#menu li a:hover
{
    background-color: #95e9ff;
    color: #7A4D23;
    /*background-image: url(GoldCupSelectHover.jpg);
    background-repeat: no-repeat;
    background-position: right top;*/
}



#menu li a:hover small
{
    color: #330000;
}

.current
{
   
}

.current a
{
    background-image: url(GoldCupSelect.jpg);
    background-repeat: no-repeat;
    background-position: 32% 5%;
}

.current a:hover
{
    background-image: url(GoldCupSelectHover.jpg);
    background-repeat: no-repeat;
    background-position: 32% 5%;
}

.currentLong
{
   
}

.currentLong a
{
    background-image: url(GoldCupSelect.jpg);
    background-repeat: no-repeat;
    background-position: 50% 5%;
}

.currentLong a:hover
{
    background-image: url(GoldCupSelectHover.jpg);
    background-repeat: no-repeat;
    background-position: 50% 5%;
}





a {
text-decoration: none;
color: #FFFFFF;
}

a:hover {
color: #95E9FF;
}

a.links {
display: block; 
margin: 2px 0 0 0;
}

a img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.hide {
display: none;
}


#road
{
    position: relative;
    left: -340px;
    top: 0px;     
    width: 268px;
    height: 240px;
    float: right;
    
    
}




