/* menu bottom start */
#tab_nav_bottom {
margin: 0;
padding: 0;
}
#tab_nav_bottom img {
border: 0;
padding-right: 5px;
}
#tab_nav_bottom li {
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
position: relative;
list-style: none;
}
#tab_nav_bottom, #tab_nav_bottom ul {
margin: 0;
padding: 0;
background: #991B1F; /* IE6 Bug */
color: black;
font-size: 11px;
}
#tab_nav_bottom li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
position: relative;
list-style: none;
}
#tab_nav_bottom li a, #tab_nav_bottom li a:link
{
text-decoration: none;

background-image: url(../images/arrow_small_white.png);
background-repeat: no-repeat;
background-position: left center;
color: #F5E7B4;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
width: 130px;
}

#tab_nav_bottom li a:hover
{
color: #464646;
cursor: pointer;
background: #eee;
background-image: url(../images/arrow_small_blue_hover.png);
background-repeat: no-repeat;
background-position: left center;
width: 130px;
}
/* menu bottom end */
