@charset "utf-8";
/* CSS Document */

/* ##################### MENU ####################### */
.submenu	{background-color: transparent;} /* background of menu and submenu */
.item1	{background-color: #efefef; width: 100%; cursor: pointer;} /* background of menu items and sub items */
.item2	{background-color: #efefef; width: 100%; cursor: pointer;} /* hover background of menu items and sub items */
.text1	{font: bold 11px Arial, Helvetica; color: #000; padding: 4px; padding-left: 4px; padding-right: 20px; width:100%;}/* text of menu and submenu */
.text2	{font: bold 11px Arial, Helvetica; background-color: #6a737b; color: #fff; padding: 4px; padding-left: 4px; padding-right: 20px; width:100%;}/* hover text of menu and submenu */
.text2 img	{margin: 0; padding: 0;}
.topsubmenu	{background-color: transparent; height: 28px;font: bold 13px Arial, Helvetica;}/* the 0 in the data sheet sets this style to top level menu items */
.topitem1	{background-color: transparent; cursor: default; text-align: center; width: 90px; height: 18px;border-right: solid 1px #999;}/* can't tell what this is for */
.topitem2	{text-align: center; cursor: default; width: 90px; height: 18px;border-right: solid 1px #999;}
.toptext1	{font: bold 13px Arial, Helvetica;color: #000000;width:100%;}
.toptext2	{font: bold 13px Arial, Helvetica; color: #ed1a3b;width:100%; text-decoration: underline;}
.textdis1	{font: bold 13px Arial, Helvetica;color: #AAAAAA; padding: 4px;padding-left: 4px;padding-right: 20px;width:100%;cursor:default;}
.borderitem1	{cursor: default; width: auto;}
.bordertext1	{padding: 0px;}