﻿div.menu-title
{
    width: 85px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

#global-tabs li
{
	white-space: nowrap;
	overflow: hidden;
}

#global-tabs li a
{
	white-space: nowrap;
	overflow: hidden;
}
      
#global-tabs li.start
{
    width: auto;
    height: 37px;
}
      
#global-tabs li.more{
    width: auto;
    overflow:visible;
}

#global-tabs li.more li{
    width: auto;
    margin: 3px;
}
#global-tabs li.active
{
    height: 37px;
}