@charset "utf-8";
/* CSS Document */

/* Import the basic menu bar stylesheet */
@import "menubar.css";

/* set width for top-level menu items */
.menu li {
	width:155px;
}

/* set the width of the sub-menus */
.menu ul ul {
	width:136px;
}

/* set width of the second-level links */
.menu ul ul a:active, .menu ul ul a:link, .menu ul ul a:visited {
	width:136px;
}


