/*
  File............: sidebar-menu-styles.css
  Description.....: Styles used for hyperlinks in the left-side navigation
  Version.........: 1.1
  Release Date....: April 13, 2009
*/

/* all lists */
#nav2, #nav2 ul { 
	padding: 0; 
	margin: 0;
	list-style: none;
	float: left;
	width: 13.7em; #width: 13.7em;   /* The '#' character hides this line from all browsers but IE7 */
	font-size: 13px; 
	font-weight: bold;
	font-family:Sans-Serif;
	color: #FFFFFF;
	background-color: #00CCCC;   /* 22B89E was 21B6A8 */
	clear:both;
}

#nav2 li 		{ position: relative; float: left; line-height: 1.0em;  clear:both; }
#nav2 li a:hover 	{ color:#000000; width: 12.8em; #width: 12.8em; }
#nav2 li li a:hover 	{ padding-right: 12px; color:#000000; width: 13em; #width: 13em; }
#nav2 a:hover		{ background-color:#FFFF99; color:#000000; }
.menuSelected		{ color:#000000; }

/*second level list*/
#nav2 ul 
 {
	text-align: right;
	text-indent: 10px;
	padding-right: 13px;
 	font-size: 12px; 
	width: 13.8em; #width: 13.8em;  	
	background-color: #00E6E6;   /* was #80E6E6 */
 }

/* #nav2 li li a{ 	width:13.7em; #width: 13.7em;  padding: 9px 3px 9px 25px;} */

#nav2 li a {
	width: 13.7em;
	#width: 13.7em;   
	w\idth: 13.7em; 
	display: block;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	padding: 9px 3px 9px 10px; 
	margin-bottom: -2px; 
}

/* ============================================================================================================================================== */

#nav1 { height:20px; margin:0 auto; text-align:center; }
#nav1 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width: 100%
	float: left;
	position:relative;
	height:20px;
	/* text-transform:uppercase; */
	font-size: 14px;
	font-weight: bold;
	font-family:Sans-Serif;
	/* color: #FFFFFF; */
	background-color: #00CCCC;
}
#nav1 ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	/* background:transparent url("images/hmenu.jpg") repeat-x top left; */

}
#nav1 ul li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 50px ;
	line-height:20px;
	font-weight:bold;
}

#nav1 ul li a:hover, #nav1 li#current a {
	background-color:#FFFF99;
	color:#000000;
	/* background:transparent url("images/hmenu-sel.jpg") repeat-x top left; */
}



