.flyingthings {

	visibility:hidden;

}

/* left side td tag. menu is inside of this. you can set menu with here or in skin file itself */
td.bgside
{
	border-top: #000000 0px solid;
	font-size: 12px;
	border-left: #000000 0px solid;
	color: white;
	border-bottom: #000000 0px solid;
	font-family: tahoma;
	text-align: center;
	padding-left:1;
	background-color: #4B86CA;

	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;

}

/*
	Used to truncate header line on printouts
*/

IMG.SCREENBMP
{
	display: none;
}

/*************************************************************************
CSS MENU - NEW. Used by default
Used by "WriteCSSMenu thisparentid" in skin.asp
BLUE MENU */
#navcontainer
{
margin-left: 0px;
border-right: 0px solid #000;
padding: 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
font-size:12px;
font-weight:bold;

	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;

}

#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 0px 5px 5px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #28519E;
color: #fff;
}

#navcontainer li li
{
border-top: 1px solid #90bade;
border-bottom: 0;
margin: 0;
font-size:11px;
font-weight:normal;
}

#navcontainer li li a
{
display: block;
padding: 1px 0px 1px 15px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2586d7;
color: #eee;
text-decoration: none;
width: 100%;
}

#navcontainer li li li
{
border-top: 1px solid #90bade;
border-bottom: 0;
margin: 0;
font-size:10px;
}

#navcontainer li li li a
{
display: block;
padding: 1px 1px 1px 25px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2586d7;
color: #eee;
text-decoration: none;
}

#navcontainer img
{
  padding-right:3px;
}

/************************ JAVASCRIPT MENU STYLE *****************************
Used by "WriteVerticalMenu thisparentid" in skin.asp

*/
.startmenu
{
	border:#000000 0px solid;
	z-index: 3;
	left: 0px;
	top:0;
	width: 144px;
	visibility: visible;
	position: relative;

	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;

}

.submenu
{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
}

.menu
{
	border:#000000 0px solid;
	z-index: 3;
	background-color: ghostwhite;
	visibility: hidden;
	padding-top:1;
	width:144;
	position: absolute;

	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;

}

.menuover
{
  border-right: #888888 1px solid;
  border-top: #888888 1px solid;
  font-size: 12px;
  z-index: 4;
  margin-bottom: 2px;
  border-left: #888888 1px solid;
  width: 143px;
  cursor: pointer;
  color: #ffffff;
  border-bottom: #888888 1px solid;
  letter-spacing: 1pt;
  background-color: #2451a6;

	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;

}

.menuout
{
	width:143;
	font-size: 12px;
	z-index: 4;
	margin-bottom: 0px;
	cursor: hand;
	color: #444444;
	border: #aaaaaa 1px solid;
	letter-spacing: 1pt;
	margin-bottom:2px;
	background-color: #D6D6D6;

	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;

}

/*little td cell that holdes the menu item image */
.itemleft
{
	width: 1px;
	text-align:center;
	height:25;

	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;

}




/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/

/* When the browser does not support the javascript menu, staticmenu will be used */
a.staticmenu:link
{
  color: #222266;
  text-decoration: none;
}

a.staticmenu:visited  {
	text-decoration:none;
	COLOR : #444444;
}

a.staticmenu:hover  {
	COLOR : #666699;
	text-decoration:underline;
}

a.staticmenu:active  {
	COLOR : #222266;
	text-decoration:blink;
}

.staticmenu  {
	font-size: 19px;
	COLOR : #222266;
}

a.staticmenu-sub:link
{
  color: #222266;
  text-decoration: none;
}

a.staticmenu-sub:visited  {
	text-decoration:none;
	COLOR : #444444;
}

a.staticmenu-sub:hover  {
	COLOR : #666699;
	text-decoration:underline;
}

a.staticmenu-sub:active  {
	COLOR : #222266;
	text-decoration:blink;
}

.staticmenu-sub  {
	font-size: 14px;
	COLOR : #222266;
}



/****************** 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 : #222222;
	FONT-FAMILY : Tahoma;
	text-decoration:none;
}

A.horizontal-static:visited  {
	FONT-SIZE : 12px;
	COLOR : #444444;
	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 : #2451A6;
	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 context menu */
DIV.diveditmenu
{
	z-index: 6;
	left: 0px;
	visibility: hidden;
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: blue;
}

