IMG.Menu
{
	cursor: Pointer;
	margin-top: 2px;
}

table.submenuSelected td.itemLeft
{
    background-image: url(images/submenu_left_over.gif);
}
table.submenuSelected td.itemMiddle
{
    background-image: url(images/submenu_middle_over.gif);
}
table.submenuSelected td.itemRight
{
    background-image: url(images/submenu_right_over.gif);
}
       
div.submenuHide, div.submenuShow
{
    padding-right: 0px;
    padding-left: 0px;
    z-index: 99;
    padding-bottom: 9px;
    padding-top: 4px;
    position: absolute;
}

div.submenuHide
{
    display: none;
    visibility: hidden;
}

/********** Submenu ***********/
div.submenuHide
{
    display: none;
    visibility: hidden;
}

div.submenuShow
{
    background-color: #FFFFFF;
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #A1A1A1;
    display: inline;
    text-align: left;
    visibility: visible;
    	background-image: url(../images/submenu_bkg.gif);

}

table.submenu, table.submenuSelected
{
	margin: 1px 0px;
	cursor: pointer;
}

table.submenu td.itemLeft
{
    width: 3px;
    background-repeat: no-repeat;
    height: 23px;
}

table.submenu td.itemMiddle
{
	padding-right: 6px;
	padding-left: 6px;
	font-size: 70%;
	padding-bottom: 0px;
	width: 100%;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Verdana;
	height: 23px;
}

table.submenu td.itemRight
{
    background-repeat: no-repeat;
    height: 23px;
    width: 3px;
}

/********** Submenu Selected ***********/
table.submenuSelected td.itemLeft
{
	background-image: url(../images/submenu_left_over.gif);
	width: 3px;
	background-repeat: no-repeat;
	height: 23px;
}
table.submenuSelected td.itemMiddle
{
	padding-right: 6px;
	padding-left: 6px;
	font-size: 70%;
	background-image: url(../images/submenu_middle_over.gif);
	padding-bottom: 0px;
	width: 100%;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Verdana;
	height: 23px;
}
table.submenuSelected td.itemRight
{
	background-image: url(../images/submenu_right_over.gif);
	width: 3px;
	background-repeat: no-repeat;
	height: 23px;
}
A, A:active, a:link, a:hover
{
	color: black;
	text-decoration: none;
}

