
/*menu item with no subitems*/

.sf-top-item-standalone{
	padding: 6px 4px 6px 6px;
	line-height: 1.5em;
   font-size: 10pt;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	border-bottom: 1px solid white;
}

.sf-top-item-standalone a:visited, .sf-top-item-standalone a:link{
	text-decoration: none;
	color: white;
}

.sf-top-item-standalone a:hover{
	text-decoration: none;
	color: #D9D9D9;
}

/*menu item with subitems*/

.sf-wrapper{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid white;
	display: block;
	width: 100%;
	height: 32px;
}

.sf-top-item-link{
	text-align: left;
	padding: 6px 0px 6px 6px;
	line-height: 1.5em;
	float: left;
	width: 120px;
	display: block;
}

.sf-top-item-link a:visited, .sf-top-item-link a:link,
	.sf-top-item-link a:hover{
	padding: 6px 0px;
	line-height: 1.5em;
   font-size: 10pt;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;		
}

.sf-top-item-link a:visited, .sf-top-item-link a:link{
	color: white;
}

.sf-top-item-link a:hover{
	color: #D9D9D9;
}

.sf-top-item, .sf-top-item-over{
	padding: 0; /*6px 4px 6px 6px;*/
	float: right;
	width: 20px;
	height: 32px;
	cursor:  default;
}

.sf-top-item {
   background-image: url(../images/close.gif);
   background-position: right center;
   background-repeat: no-repeat;
}

.sf-top-item-over {
   background-image: url(../images/open.gif);
   background-position: right center;
   background-repeat: no-repeat;
}



/*drop menu*/

.sf-drop-menu{
  	background-color: rgb(137,144,152);
  	filter: alpha(opacity=100);
 	border-bottom: 2px solid white;
  	width: 100%;
	display: block;
}

.sf-sub-menu{
	padding: 0;
	margin: 0;
	width: 100%; 
	display: block;
}

.sf-sub-item{
	text-align: left;
	cursor: pointer;
	padding: 4px 2px 6px 6px;
	height: 28px; /*Essential for slide and to give sub-menu height*/
   font-size: 8pt;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	display: block;
	vertical-align: middle;
}

.sf-sub-item a:link, .sf-sub-item a:visited{
   text-decoration: none;
   color: white;
}

.sf-sub-item a:hover{
	text-decoration: none;
	color: #D9D9D9;
}

/*misc*/
.lengthen-menu{
	display: none;
}


