/* DoSimpleMenu Style Sheet */
.DoSimpleMenu
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	color:		#A6A6A6;
	font-weight:bold;
}

.DoSimpleSubMenuTable
{
	font-size:	12px;
	color:		#A6A6A6;
	width: 150px;
	border:	none;
	
}

.DoSimpleSubMenuTable
{
	border-top: none ;
	border-left:  1px solid #EAEAE2;
	border-right:  1px solid #EAEAE2;
	border-bottom:  1px solid #EAEAE2;
	background-color:	#EAEAE2;
}

.DoSimpleMenuItemLeft, .DoSimpleMenuItemText, .DoSimpleMenuItemRight,
.DoSimpleMenuFolderLeft, .DoSimpleMenuFolderText, .DoSimpleMenuFolderRight
{
	border-top: 1px solid #EAEAE2;
	border-left:  none;
	border-right:  none;
	border-bottom:  none;
}

.DoSimpleMenuFolderRight
{
    text-align:right;
}


.DoSimpleMainItemHover,.DoSimpleMainItemActive,
.DoSimpleMenuItemHover,.DoSimpleMenuItemActive
{
	color:		#FE2123;
	background-color:	#ffffff;
}






.DoSimpleMenu,.DoSimpleSubMenuTable
{
	padding:	0;
	cursor:		default;
}

.DoSimpleSubMenu
{
	position: absolute;
	visibility: hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:        100;
	padding-top:	8;
}

.DoSimpleSubMenuTable TD
{
	white-space:	nowrap;
}

.DoSimpleMainItem,.DoSimpleMainItemHover,.DoSimpleMainItemActive,
.DoSimpleMenuItem,.DoSimpleMenuItemHover,.DoSimpleMenuItemActive
{
	white-space:	nowrap;
}


.DoSimpleMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.DoSimpleMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}

