/************************ LEFT MENU *****************************/

/* left td tag */
.bgside
{
	font-size: 12px;
	color: #000000;
	text-align: left;
	border-right: 1px solid black;
}

.pageheader
{
	font-size: 30px;
	color: #000000;
	text-align: center;
}

.pageinfo
{
	font-size:10px;
	letter-spacing: 1px;	
	color: #000000;
	text-align: center;
}

/* When the browser does not support the javascript menu, oldmenu will be used */
a.oldmenu:link  {
	font-size: 12px;
	text-decoration:none;
}

a.oldmenu:visited  {
	font-size: 12px;
	text-decoration:none;
}

a.oldmenu:hover  {
	font-size: 12px;
	text-decoration:underline;
}

a.oldmenu:active  {
	font-size: 12px;
	text-decoration:blink;
}

/* background style of the menu and sub menus */
.menu
{
	z-index: 3;
	visibility: hidden;
	position: absolute;
	background-image: url("back_menu.gif");
}

.startmenu
{
	z-index: 3;
	visibility: visible;
	position: relative;
}

/* style of the button when mouse is over the menu item */
.menuover
{
	color: #000000;
	font-size:12;
	letter-spacing: 1px;
	font-weight: bold;
	z-index:4;	
	cursor: hand;
	background-image: url("back_menuover.gif");
	height: 30;
	border: 1px inset #FFC582;
}

/* style of the button when mouse is over the menu item */
.menuovernocontent
{
	color: #000000;
	font-size:12;
	letter-spacing: 1px;
	font-weight: bold;
	z-index:4;	
	cursor: default;
	height: 30;
	border: 1px outset #FFC582;
}

/* normal state of the menu item */
.menuout
{	 
	color: #000000;
	font-size:12;
	letter-spacing: 1px;	
	font-weight: bold;
	z-index:4;
	cursor: hand;
	height: 30;
	border: 1px outset #FFC582;
}



/****************** TOP MENU *******************/
/* style of the menus within the page itself. (not the left menu) */
A.toplink:link  
{
	FONT-SIZE : 12px;
	COLOR : #333333;
	text-decoration:none;
}

A.toplink:visited  {
	FONT-SIZE : 12px;
	COLOR : #333333;
	text-decoration:none;
}

A.toplink:hover  {
	FONT-SIZE : 12px;
	COLOR : #000000;
	text-decoration:underline;
}

A.toplink:active  {
	FONT-SIZE : 12px;
	COLOR : #000000;
}

/* not currently used */
div.menutop-normal
{	
	z-index:2;
	position:absolute;
	left:150;
	top:60;
	width:1000;
	visibility:visible;
}

/* slim top menu */
div.menu-slim
{	
	font-size:12;
	z-index:2;
	width:600;	
}

div.menu-dropdown
{	
	z-index:2;
	position:relative;
	visibility:visible;
}
/********************************************************************/

/* the little image next to the javascript menu item */
.itemleft
{
	width: 15px;
	text-align:center;
}

/* the bullet transparency for each javascript menu item */
.transparent-menubullet
{
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/* the transparency for the arrow point to submenus*/
.transparent-arrow
{
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/* the right mouse click context menu */
DIV.diveditmenu
{
	z-index: 6;
	left: 0px;
	visibility: hidden;
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: white;
}

