/************************ JAVASCRIPT MENU STYLE *****************************/
.startmenu
{
	border:#000000 0px solid;
	z-index: 3;
	left: 0px;
	top:0;
	width: 127px;
	visibility: visible;
	position: relative;
	border: #FC7529 1px solid;
}

.submenu
{
}

/***0066cc NEW MENU DAVE 2009-05-13**/
/*
#column-left a {
  color: #414384;
}
#column-left a:link{
  color: #414384;
}
#column-left a:visited {
  color: #414384;
}

#column-left {
  background: #FFFFFF;
  width: 160px;
  padding: 8px 12px;
  color: #001747;
  font-size: 14px;
  float: left;
}

#column-left ul li {
  list-style-image: url(/book/images/fresh/icon-bullet.gif);
  margin: 2px 0;
  margin-left: -18px;
}

#column-left h1 {
  font-size: 18px;
  color: #2C2E73;
  margin-bottom: -2px;
}

#column-left h2 {
  font-size: 15px;
  color: #2C2E73;
  margin-bottom: -2px;
}

#column-left h3 {
  font-size: 14px;
  font-weight: bold;
  color: #2C2E73;
  margin-bottom: -2px;
}

#column-left h4 {
  font-size: 13px;
  font-weight: bold;
  color: #2C2E73;
  margin-bottom: -2px;
}
/*** NEW MENU DAVE 2009-05-13**/

*/

.menu
{
	border:#BBBBBB 1px solid;
	z-index: 3;
	background-color: ghostwhite;
	visibility: hidden;
	padding-top:1;
	width:127;
	position: absolute;
	border: #ffcc88 1px solid;
	color:#FFFFFF;
}

.menuover
{
	color:#FFFFFF;
	width:127;
	z-index:4;
	cursor: hand;
	cursor:pointer;
	border:#000000 1px solid;
	margin-bottom:2px;
	background-color: #0048aa;
	height:30px;
}

.menuout
{
	width:127;
	z-index: 4;
	margin-bottom: 0px;
	cursor: hand;
	color:#222244;
	border:#FFFFFF 1px solid;
	margin-bottom:2px;
	height:30px;
}


/*little td cell that holdes the menu item image */
.itemleft
{
	width: 1px;
	text-align:center;
}





/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/
/* left td tag */
td.bgside
{
	border-top: #000000 0px solid;
	font-size: 12px;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	font-family: tahoma;
	text-align: left;
}


/* When the browser does not support the javascript menu, staticmenu will be used */
a.staticmenu:link  {
	font-size: 12px;
	text-decoration:none;
	COLOR : #dddddd;
}

a.staticmenu:visited  {
	font-size: 12px;
	text-decoration:none;
	COLOR : #dddddd;
}

a.staticmenu:hover  {
	font-size: 12px;
	COLOR : #ffffff;
	text-decoration:underline;
}

a.staticmenu:active  {
	font-size: 12px;
	COLOR : #dddddd;
	text-decoration:blink;
}
a.staticmenu-sub:link  {
	font-size: 10px;
	text-decoration:none;
	COLOR : #dddddd;
}

a.staticmenu-sub:visited  {
	font-size: 10px;
	text-decoration:none;
	COLOR : #dddddd;
}

a.staticmenu-sub:hover  {
	font-size: 10px;
	COLOR : #ffffff;
	text-decoration:underline;
}

a.staticmenu-sub:active  {
	font-size: 10px;
	COLOR : #dddddd;
	text-decoration:blink;
}




/****************** TOP MENU (AKA HORIZONTAL MENU) *******************/

/* the div that holds the top javascript menu. Set absolute to move anywhere */
.horizontal-javascript
{
/*	overflow: hidden;
	position: relative;*/
}


/* static top links */
A.horizontal-static:link  
{
	FONT-SIZE : 12px;
	COLOR : #dddddd;
	FONT-FAMILY : Tahoma;
	text-decoration:none;
}

A.horizontal-static:visited  {
	FONT-SIZE : 12px;
	COLOR : #dddddd;
	FONT-FAMILY : Tahoma;
	text-decoration:none;	
}

A.horizontal-static:hover  {
	FONT-SIZE : 12px;
	COLOR : #2451A6;
	FONT-FAMILY : Tahoma;
	text-decoration:underline;
}

A.horizontal-static:active  {
	FONT-SIZE : 12px;
	COLOR : #dddddd;
	FONT-FAMILY : Tahoma;
	text-decoration:none;	
}


/********************** VARIOUS *******************************/
.transparent-arrow
{
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=55);
}

.transparent-menubullet
{
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}



/* the right mouse contet menu */
DIV.diveditmenu
{
	z-index: 6;
	left: 0px;
	visibility: hidden;
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: white;
}



.roundheader127
{
	background-repeat: no-repeat;
	background-image: url(/gfx/sidebar-top-127.gif);
}
.roundheader165
{
	background-repeat: no-repeat;
	background-image: url(/gfx/sidebar-top.gif);
}

a.linktopten:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:   navy;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
}
a.linktopten:visited {
	text-decoration : none;
}
a.linktopten:hover {
	color: darkorange;
	text-decoration : underline;
}

