﻿/*Vertical right sidebar navigation*/
#Menu {
	background: #e1e1e1; /*#CBC8B7; #687281; #606977; #858F9D; #336699; transparent;*/
	margin-top:10px;
	padding:5px 5px 5px 8px;
	line-height:5px;
	font-size:10px;
	float: right; /*left;*/
	width: 180px;      
	}
#Menu p {
	font:11px/12px Arial, Helvetica, sans-serif;
	padding:3px 0px 5px 0px;
	border-bottom:1px dotted #666;
	margin:0px;
	color: #333;
		}
#Menu h1 {	
	font:12px/14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px dotted #666;
	padding:5px 0px 5px 0px;
	margin:0px;
	color: #333;
	}
	
#Menu h1 a { color:#333; }
#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: underline;
	color:#f00; /*#FF9900;*/
	/*font-weight:normal;*/
}
#Menu a:active {
	text-decoration: none;
	/*color:#FFFFFF;			 comment out this line for flyout menu */
	/*font-weight:normal;*/
}

/* CSS flyout menu */
.menu1R {
	font-family: arial, helvetica, sans-serif; 
	width:140px; 
	/*height:180px; */
	position:relative; 
	font-size:11px; 
	margin:10px 0px; 
	z-index:100;
}
.menu1R ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
	background:#transparent; /* #eee */
	width:140px; 
	/*height:180px; */
	/*border-bottom:1px dashed #999;*/
}
.menu1R ul li ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; 
	left:-140px;
}
.menu1R ul li {
	float:left; 
	position:relative;
	border-bottom:1px dotted #666;

}
.menu1R ul li a, .menu1R ul li a:visited {
	display:block; 
	float:left; 
	text-decoration:none; 
	color:#333; /*#000; ---------------*/
	width:130px; /*width of main rollover background*/
	height:20px; 
	line-height:20px; 
	font-size:11px; 
	background:transparent; 
	padding-left:10px;
}
* html .menu1R ul li a, * html .menu1R ul li a:visited {
	width:130px; 
}

.menu1R table {
	border-collapse:collapse; 
	border:0; 
	margin:-1px; 
	padding:0; 
	font-size:1em;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu1R ul li:hover a,
.menu1R ul li a:hover{
	background:#cbc8b7; /*#fff; */
	color:#fff;
	background: #ddd;
}
.menu1R ul li:hover ul,
.menu1R ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	height:auto; 
	/*border:1px solid #666; */
	background:#666; /*#cbc8b7;  */
	overflow:visible;
}
.menu1R ul li:hover ul li a {
	display:block; 
	background:transparent; 
	color:#fff; 
	line-height:10px; 
	padding:5px 0 5px 10px; 
	height:auto; 
	text-decoration:none;
}

.menu1R ul li a:hover ul li a{
	display:block; 
	background:transparent; 
	color:#fff; 
	line-height:10px; 
	padding:5px 0 5px 10px; 
	height:auto; 
	text-decoration:none;
}

.menu1R ul li ul li {
	border-bottom:1px dotted #ccc; /*#666;*/
}

.menu1R ul li:hover ul li:hover a,
.menu1R ul li a:hover ul li a:hover {
	background:#cbc8b7; /*#666; */
	color:#f90;
	background: #ddd;
}