
#menu_length
{
	width:200px;
}

/* button styles */
a.menu, a.menuDis {
display: block;
background-color: transparent;
background-image: url(../images/buttonBackground.gif);
background-repeat: repeat;
width: auto;
height: 18px;
margin: 0px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color:#FFFFFF;
text-decoration: none;
cursor:pointer;
}
a.menu:link, a.menu:visited {
color:#FFFFFF;
}
a.menu:hover, a.menu:active {
background-position: 0 -36px;
color:#FFFFFF;
}
a.menuDis:link, a.menuDis:visited, a.menuDis:hover, a.menuDis:active {
background-position: 0 -72px;
color:#FFFFFF;
cursor:pointer;
}
.icon {
display: inline-block;
background-repeat: no-repeat;
padding: 0 0 0px 0px;
}
a.menu:hover .icon, a.menu:active .icon {
background-position: 0 -28px;
}

