/*under construction*/
.MenuStatic
{
	color: #000000;
	background-color:Transparent;
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
	text-align:left;
}
.MenuStaticItem
{
    background-color:Transparent;
    padding-left:12px;
    padding-right:12px;
	height:100%;
	width:auto;
}

.MenuStaticItem_Over
{
	color: #9e9fa2;
    background-color: #414346;
	padding-left:12px;
	padding-right:12px;
	height:100%;
	width:auto;
	cursor:pointer; 
	cursor: hand;
}

.MenuStaticLeftCell
{
	background-color:Transparent;
	border-style:none;
	height:7px;
	width:0px;
}
.MenuStaticLeftCell_Over
{
	
	background-color:Transparent;
	border-style:none;
	height:7px;
	width:0px;
	cursor:pointer; 
	cursor: hand;
}

.MenuStaticCenterCell
{
	border-style:none;
}
.MenuStaticCenterCell_Over
{
	border-style:none;
	cursor:pointer; 
	cursor: hand;
}

.MenuStaticRightCell
{
	background-color:Transparent;
	border-style:none;
	height:7px;
	width:0px;
}
.MenuStaticRightCell_Over
{
	background-color:Transparent;
	border-style:none;
	height:7px;
	width:0px;
	cursor:pointer; 
	cursor: hand;
}

.MenuDynamic
{
    color: #000000;
    background-color:#efefef;
	border-color:#cacaca;
	border-style:solid;
	border-width:1px;
	
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
	text-align:left;
}
.MenuDynamicItem
{
	color: #000000;
	border-color:#ededed;
	border-style:solid;
	border-width:1px;
	
	padding-left:12px;
	padding-right:6px;

    font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
	text-align:left;
	
	height:100%;
	width:100%;
}
.MenuDynamicItem_Over
{
	color: #9e9fa2;
	background-color:#414346;
	border-color:#ededed;
	border-style:solid;
	border-width:1px;
	
	padding-left:12px;
	padding-right:6px;
    
    font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
	text-align:left;
	
	height:100%;
	width:100%;
	cursor:pointer; 
	cursor: hand;
}

.MenuDynamicLeftCell
{
	border-style:none;
	height:0;
	width:0;
}
.MenuDynamicLeftCell_Over
{
	border-style:none;
	height:0;
	width:0;
	cursor:pointer; 
	cursor: hand;
}

.MenuDynamicCenterCell
{
	border-style:none;
}

.MenuDynamicCenterCell_Over
{
	border-style:none;
	cursor:pointer; 
	cursor: hand;
}

.MenuDynamicRightCell
{
	border-style:none;
}

.MenuDynamicRightCell_Over
{
	border-style:none;
	cursor:pointer; 
	cursor: hand;
}
