/************************ LEFT MENU *****************************/

/* left td tag */
.bgside
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-size: 10px;
	border-left: #000000 0px solid;
	color: #FFFFFF;
	border-bottom: #000000 0px solid;
	font-family: verdana;
	background-color: #14479C;
	text-align: left;
}

/* When the browser does not support the javascript menu, oldmenu will be used */
a.oldmenu:link  {
	font-size: 12px;
	text-decoration:none;
	COLOR : #CCCCCC;
}

a.oldmenu:visited  {
	font-size: 12px;
	text-decoration:none;
	COLOR : #CCCCCC;
}

a.oldmenu:hover  {
	font-size: 12px;
	COLOR : #FFFFFF;
	text-decoration:underline;
}

a.oldmenu:active  {
	font-size: 12px;
	COLOR : #CCCCEE;
	text-decoration:blink;
}

/* background style of the menu and sub menus */
.menu
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	z-index: 3;
	cursor: hand;
	visibility: hidden;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	position: absolute;
	background-color:#14479C;

}

.startmenu
{
	z-index: 3;
	visibility: visible;
	position: relative;
}

/* style of the button when mouse is over the menu item */
.menuover
{
	color: #FFFFFF;
	font-family: "Verdana";
	font-size:10;
	z-index:4;	
	cursor: hand;
	background-color: #000033;
	height: 20;
	border-top: #5B7591 1px solid ;
	}

/* normal state of the menu item */
.menuout
{	 
	color: #FFFFFF;
	font-family: "Verdana";
	font-size:10;
	z-index:4;	
	cursor: hand;
	background-color: #203e60;
	height: 20;
	background-color: #14479C;
	border-top: #5B7591 1px solid ;
}



/****************** TOP MENU *******************/
/* style of the menus within the page itself. (not the left menu) */
A.toplink:link  
{
	FONT-SIZE : 12px;
	COLOR : #333333;
	FONT-FAMILY : Tahoma;
	text-decoration:none;
}

A.toplink:visited  {
	FONT-SIZE : 12px;
	COLOR : #333333;
	FONT-FAMILY : Tahoma;
	text-decoration:none;
}

A.toplink:hover  {
	FONT-SIZE : 12px;
	COLOR : #000000;
	FONT-FAMILY : Tahoma;
	text-decoration:underline;
}

A.toplink:active  {
	FONT-SIZE : 12px;
	COLOR : #000000;
	FONT-FAMILY : Tahoma;
}

/* 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;
/*	background-color: #6633ff;*/
}

/* 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;
}
