/************************ JAVASCRIPT MENU STYLE *****************************/
.startmenu
{
	border:#000000 0px solid;
	z-index: 3;
	left: 0px;
	top:0;
	width: 990px;
	visibility: visible;
	position: relative;

}

.submenu
{
	border:#000000 0px solid;
	background-color: ghostwhite;
}


.menuover
{

	font-size: 12px;
	z-index:4;
	cursor:hand;
	cursor:pointer;
	/*border:#888888 1px solid;	white-space: no-wrap;background-color: #251C53;*/
	border-bottom:#FFFFFF 1px solid;
	
	color:#FFFFFF;
	background-color:#94A3A8;
	margin-bottom:1px;
	letter-spacing: 1pt;
	white-space:nowrap;
	width:200px;
	height:25px;
	padding:0px;
	margin:0px;
	background-image:url(images/nav_vert_over.jpg);
	background-repeat:no-repeat;
	/*border-bottom:1px solid gray;*/
}

.menuout
{
	font-size: 12px;
	z-index: 4;
	margin-bottom: 1px;
	cursor:hand;
	cursor:pointer;
	color: #666666;
	/*border: #aaaaaa 1px solid;white-space: no-wrap;*/
	border-bottom:#FFFFFF 1px solid;
	background-color: #F0F0F0;
	letter-spacing: 1pt;
	white-space:nowrap;
	width:200px;
	height:25px;
	padding:0px;
	margin:0px;
	/*border-bottom:1px solid gray;*/
	
}

.menuover_hgs
{
/*	margin-bottom:1px;
	letter-spacing: 1pt;
	white-space:nowrap;*/
	font-size: 12px;
	z-index:4;
	cursor:hand;
	cursor:pointer;
	/*border:#888888 1px solid;	white-space: no-wrap;*/
	color:#FFFFFF;
	background-color: #94A3A8;
	background-image:url(images/nav_divider_over.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px;
	margin:0px;
	border:0px;
	font-weight:bold;
	
}

.menuout_hgs
{
/*	letter-spacing: 1pt;
	white-space:nowrap;
	margin-bottom: 1px;*/
	font-size: 12px;
	z-index: 4;
	cursor:hand;
	cursor:pointer;
	color: #FFFFFF;
	background-color: #94A3A8;
	/*border: #aaaaaa 1px solid;white-space: no-wrap;*/
	background-image:url(images/nav_divider.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:normal;
	padding:0px;
	margin:0px;
	border:0px;
	font-weight:bold;
}

/*little td cell that holdes the menu item image */
.itemleft
{
	width: 5px;
	text-align:center;
}






/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/
/* left td tag */
/*td.bgside
{
	border-top: #000000 0px solid;
	font-size: 12px;
	border-left: #000000 0px solid;
	color: #ADA5D6;
	border-bottom: #000000 0px solid;
	font-family: tahoma;
	text-align: left;
	padding-left:2px;
}
*/

/* When the browser does not support the javascript menu, staticmenu will be used */
a.staticmenu:link  {
	font-size: 12px;
	text-decoration:none;
	COLOR : #EEEEEE;
	font-weight: bold;
	
}

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;
	position: absolute;
	border:1px solid #DDDDDD;
}




/****************** 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;
	white-space:nowrap;
}

A.horizontal-static:visited  {
	FONT-SIZE : 12px;
	COLOR : #444444;
	FONT-FAMILY : Tahoma;
	text-decoration:none;
	white-space:nowrap;	
}

A.horizontal-static:hover  {
	FONT-SIZE : 12px;
	COLOR : #2451A6;
	FONT-FAMILY : Tahoma;
	text-decoration:underline;
	white-space:nowrap;
}

A.horizontal-static:active  {
	FONT-SIZE : 12px;
	COLOR : #2451A6;
	FONT-FAMILY : Tahoma;
	text-decoration:none;	
	white-space:nowrap;
}


/********************** 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: 200px;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: white;
}
