/* CSS Document */

TABLE#menu_css a {
TEXT-DECORATION: none;
color:#000000;
}

TABLE#menu_css a:hover {
text-decoration:underline;
color:#000000;
}

TABLE#menu_css-hover a {
TEXT-DECORATION: none;
color:#000000;
}

TABLE#menu_css-hover a:hover {
text-decoration:underline;
color:#000000;
}


/* menu_css td  */
TABLE#menu_css td.left-top {
width:5px;
height:5px;
background-image: url("images/table-left-top.gif");
}
TABLE#menu_css td.center-top {
background-image: url("images/table-center-top.gif");
}
TABLE#menu_css td.right-top {
width:5px;
height:5px;
background-image: url("images/table-right-top.gif");
}


TABLE#menu_css td.left-middle {
background-image: url("images/table-left-middle.gif");
}
TABLE#menu_css td.center-middle {
background-color:#F0F0F0;
vertical-align:middle;
text-align: center;
}
TABLE#menu_css td.right-middle {

background-image: url("images/table-right-middle.gif");
}

TABLE#menu_css td.left-down {
width:5px;
height:5px;
background-image: url("images/table-left-down.gif");
}
TABLE#menu_css td.center-down {
background-image: url("images/table-center-down.gif");
}
TABLE#menu_css td.right-down {
width:5px;
height:5px;
background-image: url("images/table-right-down.gif");
}

/* menu_css td hover */
TABLE#menu_css-hover td.left-top {
width:5px;
height:5px;
background-image: url("images/table-left-top-hover.gif");
}
TABLE#menu_css-hover td.center-top {
background-image: url("images/table-center-top-hover.gif");
text-align: center;
color:#000000;
}
TABLE#menu_css-hover td.right-top {
width:5px;
height:5px;
background-image: url("images/table-right-top-hover.gif");
}


TABLE#menu_css-hover td.left-middle {
background-image: url("images/table-left-middle-hover.gif");
}
TABLE#menu_css-hover td.center-middle {
background-color:#dddddd;
vertical-align:middle;
text-align: center;
}
TABLE#menu_css-hover td.right-middle {

background-image: url("images/table-right-middle-hover.gif");
}

TABLE#menu_css-hover td.left-down {
width:5px;
height:5px;
background-image: url("images/table-left-down-hover.gif");
}
TABLE#menu_css-hover td.center-down{
background-image: url("images/table-center-down-hover.gif");
}
TABLE#menu_css-hover td.right-down{
width:5px;
height:5px;
background-image: url("images/table-right-down-hover.gif");
}