/************************ JAVASCRIPT MENU STYLE *****************************/
.startmenu
{
	border			: #000000 0px solid;
	z-index			: 3;
	top			: 1px;
	left			: 5px;
	width			: 128px;
	visibility		: visible;
	position		: relative;
}

.menu
{
	border			: #000000 0px solid;
	z-index			: 3;
	background-color	: #641684;
	visibility		: hidden;
	padding-top		: 1px;
	padding-left		: 4px;
	width			: 128px;
	position		: absolute;
}

.menuover
{
	font-family		: Arial;
	font-weight		: bold;
	width			: 128px;
	font-size		: 12px;
	z-index			: 4;
	cursor			: hand;
	border			: #FFFFFF 0px solid;
	color			: #FFFFFF;
/*	background-color	: #A685BB; */
	letter-spacing		: 1pt;
}

.menuout
{
	font-family		: Arial;
	font-weight		: bold;
	width			: 128px;
	font-size		: 12px;
	z-index			: 4;
	margin-bottom		: 0px;
	cursor			: hand;
	color			: #C2D347;
	border			: #FFFFFF 0px solid;
	letter-spacing		: 1pt;
}

.itemleft
{
	width			: 1px;
	text-align		: center;
}
.transparent-arrow
{
	filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
}

.transparent-menubullet
{
	height			: 12px;
/*	filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=50);*/
}

/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/

/* When the browser does not support the javascript menu, staticmenu will be used */
a.staticmenu:link
{
	font-size		: 12px;
	text-decoration		: none;
	color			: #222266;
}

a.staticmenu:visited
{
	font-size		: 12px;
	text-decoration		: none;
	color 			: #444444;
}

a.staticmenu:hover
{
	font-size		: 12px;
	color 			: #666699;
	text-decoration		: underline;
}

a.staticmenu:active
{
	font-size		: 12px;
	color 			: #222266;
	text-decoration		: blink;
}

.staticmenu
{
	font-size		: 12px;
	color 			: #222266;
}



/****************** 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 		: Arial;
	text-decoration		: none;
}

A.horizontal-static:visited
{
	font-size 		: 12px;
	color 			: #444444;
	font-family		: Arial;
	text-decoration		:none;	
}

A.horizontal-static:hover
{
	font-size		: 12px;
	color			: #2451A6;
	font-family		: Arial;
	text-decoration		: underline;
}

A.horizontal-static:active
{
	font-size		: 12px;
	color			: #2451A6;
	font-family		: Arial;
	text-decoration		: none;	
}
/***************** RIGHT CLICK CONTENT MENU *****************/
DIV.diveditmenu
{
	z-index			: 6;
	left			: 0px;
	top			: 0px;
	width			: 100px;
	height			: 60px;
	position		: absolute;
	visibility		: hidden;
	background-color	: white;
}
/***************** PAGETOOLS *******************************/
A.pagetools
{
	verticalAlign		: text-top;
	font-size		: 11px;
}

A.pagetools IMG
{
	border 			: 0px none;
	margin-left		: 4px;
	margin-right		: 4px;
	vertical-Align		: middle;
	width			: 22px;
}

A.pagetools:visited IMG
{
	filter 			: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.pagetools:link IMG
{
	filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.pagetools:hover IMG
{
	filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

A.pagetools:active IMG
{
	filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
/***************** MENUPATH *****************/
SPAN.menupath
{
	font-size		: 10px;
}

A.menupath
{
}
