﻿/*Vertical right sidebar navigation*/
#Menu {
	background: #333; /*#687281; #606977; #858F9D; #336699; transparent;*/
	margin-top:0px;
	/*margin-bottom:50px;
	padding:5px 5px 5px 8px;*/
	padding:0px 0px 0px 0px;
	line-height:5px;
	font-size:10px;
	float: left;
	width: 150px;      
	}
#MenuA {
	background: #999; /*#687281; #606977; #858F9D; #336699; transparent;*/
	margin-top:0px;
	/*margin-bottom:50px;
	padding:5px 5px 5px 8px;*/
	padding:0px 0px 0px 0px;
	line-height:5px;
	font-size:10px;
	float: left;
	width: 150px;      
	}
#Menu p {
	font:11px/12px Verdana, Arial, Helvetica, sans-serif;
	/*padding:3px 0px 5px 0px;*/
	padding:0px 0px 0px 0px;
	border-bottom:1px dotted #666;
	margin:0;
		}

#Menu a:link {
	text-decoration: none;
	/*color:#333;				 comment out this line for flyout menu */
	/*font-weight:normal;*/
		}
#Menu a:visited {
	text-decoration: none;
	/*color:#333;				 comment out this line for flyout menu */
	/*font-weight:normal;*/
}		
#Menu a:hover {
	text-decoration: none;
	color:#fc0; /*#FF9900;*/
	/*font-weight:normal;*/
}
#Menu a:active {
	text-decoration: none;
	/*color:#FFFFFF;			 comment out this line for flyout menu */
	/*font-weight:normal;*/
}
.menu3 ul li.open {
	background-color:#000;
	color:#ff9900;
	display:block; 
	float:left; 
	text-decoration:none; 
	width:140px; /*width of main rollover background*/
	height:24px; 
	line-height:24px; 
	font-size:11px; 
	padding-right:10px;
	border-bottom:1px solid #000;
	z-index:0;
}
.menu3 ul li.sub a, .menu3 ul li.sub a:visited {
	/*border-bottom:1px dotted #999;*/
	background:#666;
	font-weight:normal;
	color:#fff;
	width:140px;
	/*margin-left:10px;*/
}
.menu3 ul li.sub a:hover {
	/*border-bottom:1px dotted #999;*/
	background:#444;
	font-weight:normal;
	/*width:130px;
	margin-left:10px;*/
}

.menu3 ul li.cd a, .menu3 ul li.cd a:visited {
	/*border-bottom:1px dotted #999;*/
	background:#333;
	font-weight:normal;
	color:#fff;
	width:140px;
	/*margin-left:10px;*/
}
.menu3 ul li.cd a:hover {
	/*border-bottom:1px dotted #999;*/
	background:#444;
	font-weight:normal;
	/*width:130px;
	margin-left:10px;*/
}

/* CSS flyout menu */
.menu3 {
	font-family: arial, sans-serif; 
	width:150px; 
	/*height:180px; */
	position:relative; 
	font-size:11px; 
	text-align:right;
	/*margin:10px 0px; */
	margin:0 0 0 0; 
	z-index:100;
}
.menu3 ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
	background:#transparent; /* #eee */
	width:150px;
	/*height:180px; */
	/*border-bottom:1px dashed #999;*/
}
.menu3 ul li {
	float:left; 
	position:relative;
	font-weight:bold;
	border-bottom:1px dotted #666;
}
.menu3 ul li ul {
	visibility:hidden;
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; 
	left:150px;
}
.menu3 ul li a, .menu3 ul li a:visited {
	display:block; 
	float:left; 
	text-decoration:none; 
	color:#bbb; 
	width:140px; /*width of main rollover background*/
	/*height:24px; */
	height:auto; 
	line-height:13px; /* 24px; */  /* changed 020811 to correct line height problems with wrapped lines */
	font-size:11px; 
	background:transparent; 
	padding-right:10px;
	padding-top:4px;  /* added 020811 to correct line height problems with wrapped lines */
	padding-bottom:4px;  /* added 020811 to correct line height problems with wrapped lines */
}
* html .menu3 ul li a, * html .menu3 ul li a:visited {
	width:150px; 
}

.menu3 table {
	border-collapse:collapse; 
	border:0; 
	margin:-1px; 
	padding:0; 
	font-weight:normal;
	font-size:1em;
}
.menu3 table tr td ul li{
	font-weight:normal;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu3 ul li:hover a,
.menu3 ul li a:hover{
	background:#444; 
	color:#ffcc00;
}
.menu3 ul li:hover ul,
.menu3 ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	height:auto; 
	/*border:1px solid #666; */
	background:#666; 
	padding-right:10px;
	overflow:visible;
}
.menu3 ul li:hover ul li a {
	display:block; 
	background:transparent; 
	color:#fff; 
	line-height:13px; /* 14px; changed 020911 to correct line height problems with wrapped lines */
	padding:4px 0 4px 10px; /* 5px 0 5px 10px; changed 020811 to correct line height problems with wrapped lines */
	padding-right:10px;
	height:13px; /* 14px; changed 020911 to correct line height problems with wrapped lines */
	text-decoration:none;
}

.menu3 ul li a:hover ul li a{
	display:block; 
	background:transparent; 
	color:#fff; 
	line-height:10px; 
	padding:4px 0 4px 5px; /* 5px 0 5px 5px; changed 020911 to correct line height problems with wrapped lines */
	/*padding-left:10px;*/
	height:auto; 
	text-decoration:none;
}

.menu3 ul li ul li {
	border-bottom:1px dotted #333;
}

.menu3 ul li:hover ul li:hover a,
.menu3 ul li a:hover ul li a:hover {
	background:#444; 
	color:#f90;
}


/* ---------third level flyouts - not used 
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; 
	left:140px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	height:auto; 
	color:#000; 
	padding:0; 
	//border:1px solid #666; 
	list-style-type:none; 
	background:#000;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
	display:block; 
	background:transparent; 
	color:#f00;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
	background:#ddd; 
	color:#000;
}*/