/************************ JAVASCRIPT MENU STYLE *****************************/
.startmenu
{
	border:#000000 0px solid;
	z-index: 3;
	left: 0px;
	top:0;
	width: 140px;
	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: #ffffff;
	font-family: tahoma;
	font-size:15;
	font-weight: bold;
	text-transform: lowercase;
	padding-left: 3px;
	z-index:4;
	cursor: hand;
	background-color: #7073de;
	height: 35;
	border-top: solid 0 #000000;
	border-right: solid 0 #111111;
	border-right: solid 0 #111111;
	border-bottom: 1pt solid #ffffff;
}

/* normal state of the menu item */
.menuout
{	 
	color: #ffffff;
	font-family: tahoma;
	font-size:15;
	font-weight: bold;
	text-transform: lowercase;
	padding-left: 3px;
	z-index:4;
	cursor: hand;
	background-color: #c9c8f3;
	height: 35;
	border-top: solid 0 #000000;
	border-right: solid 0 #111111;
	border-right: solid 0 #111111;
	border-bottom: 1pt solid #ffffff;
}
/*little td cell that holdes the menu item image */
.itemleft
{
	width: 1px;
	text-align:center;
	height:25;
}






/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/
/* left td tag */
td.bgside
{
	color: #eeeeee;
	font-family: tahoma;
	font-size:15;
	font-weight: bold;
	text-transform: lowercase;
	padding-left: 3px;
	z-index:4;
	cursor: hand;
	background-color: #c9c8f3;
	height: 35;
	border-top: solid 0 #000000;
	border-right: solid 0 #111111;
	border-right: solid 0 #111111;
	border-bottom: 1pt solid #EEEEEE;
}

/* 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;
}


/* my bits */

.DateCheck
{
	text-align: center;
	text-transform: none;
	color: #5855ae;
	font-size: 12px;
	padding-top: 5px;
}