/************************ JAVASCRIPT MENU STYLE *****************************/
.startmenu
{
	border:#000000 0px solid;
	z-index: 3;
	left: 0px;
	top:0;
	width: 120px;
	visibility: visible;
	position: relative;
}

.submenu
{
	border:#000000 0px solid;
	background-color: ghostwhite;
}


/* 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: 15;
	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: 15;
	border-top: solid 1 #000000;
	border-right: solid 1 #111111;
	border-bottom: solid 1 #111111;
	border-right: solid 1 #111111;
}
/*little td cell that holdes the menu item image */
.itemleft
{
	width: 1px;
	text-align:center;
	height:15;
}






/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/
/* left td tag */
td.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, staticmenu will be used */
a.staticmenu:link  {
	font-size: 12px;
	text-decoration:none;
	COLOR : #EEEEEE;
}

a.staticmenu:visited  {
	font-size: 12px;
	text-decoration:none;
	COLOR : #EEEEEE;
}

a.staticmenu:hover  {
	font-size: 12px;
	COLOR : #CCFF00;
	text-decoration:underline;
}

a.staticmenu:active  {
	font-size: 12px;
	COLOR : #CCCCEE;
	text-decoration:blink;
}

.menu
{
	z-index: 3;
	visibility: hidden;
	width: 120px;
	position: absolute;
}




/****************** 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 contet menu */
DIV.diveditmenu
{
	z-index: 6;
	left: 0px;
	visibility: hidden;
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: white;
}
