/***   CSS for LSCA Landing Page     ***/
/***   Release: R8, version 1.0      ***/
/***   Created 01/09/2006, bb        ***/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/***************************************/
/***    CSS for Left Column Areas    ***/
/***************************************/

/***  This sets the left hand navigation column to 222 * 34 pixels  ***/
/***  A separate CSS file for I.E. browsers resets a few of    ***/
/***  these parameters.                                        ***/

.navTable  {
	width: 222px;
}

.navTable td {
	font-family : "CI", Meiryo, Arial, Helvetica, sans-serif;
}

.navHead {
	background-image: url(../../images/head_blue_px.jpg);
	font-weight: bold;
	color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.navContainer {
	width: 222px;
}

.navButtons {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.navButtons a {
	border: 0px;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #3399FF;
	background-image: url(../../images/menu_back.jpg);
	background-color: #EBEBE9;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
	text-decoration: none;
}
.navButtons a:hover {
	border: 0px;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #3399FF;
	background-image: url(../../images/menu_back_r.jpg);
	background-color: #D4DDEE;
	text-decoration: none;
}
.navButtons a:visited {
	COLOR: #3399FF;
}
.navButtons a:active {
	COLOR: #cc6699;
}
.navButtons a.last {
	background-image: url(../../images/menu_backlast.jpg);
}
.navButtons a:hover.last {
	background-image: url(../../images/menu_backlast_r.jpg);
}
.navArrow {
	MARGIN-TOP: 11px;
	POSITION: relative;
	LEFT: 217px;
}
.navBottomCorner {
	MARGIN-TOP: 22px;
	POSITION: absolute;
	LEFT: 8px;
}

.flyoutBox {
	position:absolute;
	visibility: hidden;
	border:1px solid #FFFFFF;
	line-height: 20px;
	text-align:left;
	/* z-index: 100; */
	background-color: #EBEBE9;
	width: 252px;
}

.flyoutBox a {
	width:100%;
	display:block;
	padding:1px 0;
	text-decoration:none;
	text-indent:7px;
	text-align:left;
	color:#0085d5;
	white-space:nowrap;
	border-bottom:1px solid #CCCCCC;
}
.flyoutBox a:hover {
	background-color: #D4DDEE;
	text-decoration:none;
	color: #0085d5;
}
.flyoutBox a:visited {
	COLOR: #0085d5;
}
.flyoutBox a:active {
	COLOR: #cc6699;
}
