﻿
#parking_directions_tab {
 
 float:right;
 width:189px;
 height:45px;       /*changed from 135px*/	
 background-image:url(/App_Master/images/parking_directions_bg.gif);
 background-repeat:no-repeat;
 margin:0px 38px 0px 0px;
 
}

#parking_link {
 
 float:left;
 width:60px;
 height:11px;
 margin:14px 0px 0px 11px;
}
.parking
{
    float:left;
    width:60px;
    height:11px;
    margin: 13px 0 0 7px;
}
.parking a { 
 display:block;
 width:60px;
 height:11px;
 background-image:url(/App_Master/images/topnav/parking_off.png);
 background-repeat:no-repeat;
}

.parking a:hover {
 background-image:url(/App_Master/images/topnav/parking_on.png);
 width:60px;
 height:11px;
 background-repeat:no-repeat;
}

#directions_link {
 
 float:left;
 width:81px;
 height:11px;
 margin:14px 0px 0px 29px;
}

.directions
{
    float:left;
    width:80px;
    height:11px;
    margin: 13px 0 0 27px;
    }
    
.directions a { 
 display:block;
 width:81px;
 height:11px;
 background-image:url(/App_Master/images/topnav/directions_off.png);
 background-repeat:no-repeat;
}

.directions a:hover {
 background-image:url(/App_Master/images/topnav/directions_on.png);
 width:81px;
 height:11px;
 background-repeat:no-repeat;
}

