
 .menuButtondown td {
	cursor:default;
	height:16px;
}

.menuButton td {
  	 height:16px;
    
}
.menuButtonover td {
      text-decoration:underline;
}


.defaultMenuText{
     	 height:16px;

	color:#fff;
	padding:8px 6px 8px 6px;
	font-family:Georgia, Times New Roman, Times, serif;
	
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	text-decoration:none;
	background:#666;
	display:block;
	float:left;	
	white-space:nowrap;


	
}

.buttonTextDisabled{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	padding-left:10px;
	padding-right:5px;
    color:gray;
}

.menuName{
       height:16px;
       color:#666;
       font:1px Arial,sans-serif;
}

.menuButton {
           height:16px;
           cursor : pointer;
}

.menuButtondown {

	cursor : pointer;
}

.menuButtonover {

cursor : pointer;
}

.menuButtonSecond td {

	 font-family:Georgia, Times New Roman, Times, serif;
	 font-size:10px;
	 height:10px;
	 vertical-align:middle;
}

.menuButtonSecond {

	 font-family:Georgia, Times New Roman, Times, serif;
	 font-size:10px;
	 height:10px;
	 vertical-align:middle;
}

.menuButtonSecondover, .menuButtonSeconddown {

         color:white;

	 font-family:Georgia, Times New Roman, Times, serif;
	 font-size:10px;
	 height:10px;
	 vertical-align:middle;
	
}

.menuButtonSeconddown td {

	 color:#cf0;   
	 font-family:Georgia, Times New Roman, Times, serif;
	 height:10px;
	 font-size:10px;
	 vertical-align:middle;
	 background:#666;
}

.menuButtondown td {
	 color:#cf0;
}


.menuTable{
	background-color : #666;
	height:16px;
}

.secondMenuTable{
	background-color : #666;
	height:10px;
}


.menuDivider {
	background-color : #D4D0C8;
	border-left : solid #808080 1px;
	border-right : solid #FFFFFF 1px;
	height : 100%;
	margin-bottom : 2px;
	margin-top : 1px;
	overflow : hidden;
	vertical-align : middle;
	width : 2px;
}

.menuDividerY {
	background-color : #D4D0C8;
	border-bottom : solid #FFFFFF 1px;
	border-top : solid #808080 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

.menuHandle {
	background-color : #D4D0C8;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 100%;
	overflow : hidden;
	width : 3px;
}

.vmenuHandle {
	background-color : #D4D0C8;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 3px;
}


/*============ ICONS and SCROLLERS ====================*/

.iconGray {
	filter : BlendTrans(Percent=50) gray();
	cursor: default;
	border:solid 1px #D4D0C8;
}


.menuScrollerEnabled{
	background-color:#CAC8D4;
	 cursor: pointer;
	 text-align:center;
}

.menuScrollerDisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:center;
}

