/***********************************************************************/
/* SD-Flyout v1.0 layout, design and all included source code          */
/* copyright (c)2006. Spriteworks Developments. All rights reserved.   */
/* This copyright notice MUST remain within this document at all times */
/* as a condition of use. Removal of this copyright notice voids your  */
/* right to use this product. SD-Flyout v1.0 may not be redistributed  */
/* in any form without express written permission from Spriteworks     */
/* Developments. This external CSS file MUST remain separate from the  */
/* HTML code at all times and may not be integrated into it or other   */
/* pages in any way, displayed, performed or otherwise made accessible */
/* for public viewing under any circumstances. Please carefully read   */
/* the license agreement included with this script. It is the same     */
/* one you agreed to when you purchased a license to use it.           */
/*                                                                     */
/***********************************************************************/

.vertbox {
  text-align:left; 
  position:relative;
  margin:0 auto;
	background-color:#ffffff;
  }
span.sd-flyout {  }
.subverts {
  position:relative;
  }
.vertbox a, .vertbox a:visited {
  text-decoration:none;
  background-color:#aad5ff; 
  color:#004488; 
  display:block; 
  width:140px; 
  height:16px; 
  border:1px solid gray; 
  padding:5px;
	font-family:verdana, helvetica, arial;
  }
* html .vertbox a, * html .vertbox a:visited {
  width:140px; 
  height:28px; 
  w\idth:140px; 
  he\ight:16px;
  }
.vertbox a span {
  display:none;
  }
.vertbox a:hover {
  border:1px gray solid;
	background-color:#ffffd5;
	color:#c1c100;
	width:140px; 
  height:28px; 
  w\idth:140px; 
  he\ight:16px;
	cursor:hand;
}
.vertbox a:hover span.lside {
  left:5px; 
  top:5px; 
  border-left:8px solid gray;
  }
.vertbox a:hover span.rside {
  left:87px; 
  top:5px; 
  border-right:8px solid gray;
  }
* html .vertbox a:hover span.lside, 
* html .vertbox a:hover span.rside {
  width:8px; 
  height:16px; 
  w\idth:0; 
  he\ight:0;
  }
.vertbox a:hover span.tbox {
  display:block; 
  position:absolute; 
  left:180px; 
  top:0; 
  padding:5px; 
  width:200px;
  background-color:#efefef; 
  color:#000; 
  border:1px solid gray;
  }