/************************ LEFT MENU *****************************/

/* left td tag */
.bgside
{
	border-right: #000000 1px solid;
	border-top: #000000 0px solid;
	font-size: 10px;
	border-left: #000000 0px solid;
	color: #DDDDDD;
	border-bottom: #000000 1px solid;
	font-family: tahoma;
	background-color: #000000;
	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 1px solid;
	border-top: black 1px solid;
	z-index: 3;
	visibility: hidden;
	border-left: black 1px solid;
	border-bottom: black 0px solid;
	position: absolute;
	background-color:Black;

}

.startmenu
{
	z-index: 3;
	visibility: visible;
	position: relative;
}

/* style of the button when mouse is over the menu item */
.menuover
{
	color: #CCCCCC;
	font-family: tahoma;
	font-size:10;
	letter-spacing: 2px;
	z-index:4;	
	cursor: hand;
	background-color: #203e60;
	height: 30;
	border: solid 1 #777777;
}

/* normal state of the menu item */
.menuout
{	 
	color: #dddddd;
	font-family: tahoma;
	font-size:10;
	letter-spacing: 2px;	
	z-index:4;
	cursor: hand;
	background-color: #000000;
	height: 30;
	border-top: solid 1 #000000;
	border-right: solid 1 #111111;
	border-bottom: solid 1 #111111;
	border-right: solid 1 #111111;
}



/****************** 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;
}
