/* Dropdown */
.dropdownhide {
	width:185px;
	visibility:hidden;
	position:absolute;
	/*background: gray*/
}


.dropdownshow {
	width:185px;
	visibility:visible;
	position: absolute;
	z-index: 100;
	/*background: gray;*/
	
}


#menutable2 {/*border-width:20pt; border-color:blue;width:60%; padding:10%;*/}
 
.menutable {
	width:185px;
	filter:Alpha(enabled=1, opacity=100);
}
.menutable td{
	background-image: url(submenu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.inactive, .inactive TD {
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:13px;
	color:#ffffff;
	font-weight:;
	/*height:32px;
	line-height:32px;*/
padding-top:9px;
padding-bottom:10px;
	text-align: center;
}


.active, .active TD {
	cursor: pointer;
	font-family:Verdana, Helvetica, Arial;
	font-size:13px;
	color:#FFFFFF;
	font-weight:;
	/*height:32px;
	line-height:32px;*/
padding-top:9px;
padding-bottom:10px;
	text-align: center;
}
.menutable .active td:hover {
border:0px solid red;
/*background: transparent; 
background:gray;*/
background: url(submenu_hover.gif) no-repeat;
background-image:
}
.spacer {
	height:4px;
}

