

DIV.MenuContainer {
	width: 165px;
	height: 240px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

A.MenuItem {
    text-decoration: none;
    cursor: hand;
}

SPAN.MenuItem {
	display: block;
	width: 165px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: default;
	/*behavior:url(../css/behave.htc);*/
}

TD.MenuItem {
  	width: 165px;
	height: 40px;
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
	/*color: #333333;
	background-image: url('../images/03.jpg');
	background-repeat: no-repeat;*/
	text-decoration: none;
	cursor: hand;
}

TABLE.MenuItem {
  	width: 165px;
	height: 40px;
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-image: url('../images/03.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: hand;
}

SPAN.MenuItemHover {
  	background-image: url('../images/04.jpg');
  	color: white;
}

DIV.SubmenuContainer {
	position: absolute;
	width: 165px;
	visibility: hidden;
    background-color: #F0F0F0;
    padding: 0px;
    margin: 0px;
    border: 0px;
}



SPAN.SubmenuItem {
  	display: block;
    width: 165px;
	height: 40px;
	margin: 0px;
	border: 0px;
	cursor: default;
}

TD.SubmenuItem {
  	width: 165px;
	height: 40px;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: bottom;
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-image: url('../images/02.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: hand;
}

A.SubmenuItem {
    text-decoration: none;
    width: 165px;
	height: 40px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	cursor: hand;
}

