/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:    see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:            absolute;
	z-index:             200;
	visibility:          hidden;
	margin:              0px;
	padding:             0px;
	list-style-type:     none;
	display:             none;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #666;
	line-height: 155%;
	margin: 0;
	padding: 0;
	border: 0;

	/*	Customizeable options	--------------------*/
	width:               220px;
	background-color:    #E3E3E3;
	font-weight:         bold;
	font-size:           10px;
}

ul.submenublock 
{
	margin-left: 0px;
	background-color:    #F1F1F1;
	width: 340px;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:             inline;
}

ul.menublock a,
ul.submenublock a
{
	display:             block;
	width:               auto;
	line-height:         16px;
	padding:             3px 8px;
	white-space:         nowrap;
	text-decoration:     none;
	color:               black;
	border:              4px solid #E3E3E3;

}

ul.submenublock a
{
	height:              19px;
	border-bottom:       0px;
	line-height:         19px;
	border:              4px solid #F1F1F1;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	text-decoration:     none;
	background-color:    white;
	color:               #CC0001;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	b/ackground-image:    url('/images/arrow_dark.gif');
	b/ackground-position: 95% 50%;
	b/ackground-repeat:   no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
}


#m9100500 ul
{
	width:               370px!important;
}
