/* top navigation */
#top_nav ul {
	margin:0;
	padding: 0;
	list-style: none;
	border:none;
	float:right;
    width:48.0em;
	height:1.3em;
	font-size:1em;
}

#top_nav ul li {	  
   float:left;
   height:1.3em;
   position: relative;
}

	
#top_nav li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 0;
    font-size:1em;	
	display: none;
	width:18.33em; /* <<<<<<<<<<<<!!!!!!!! submenu width  !!!!!!!!!!!>>>>>>>>>>>>> */	
}

/* Styles for Menu Items */
#top_nav ul li a {
	display: inline;
	text-decoration: none;
	background:none;
	padding: .42em 0 .42em .3em;
	border:none;
	border-bottom: 0;
	margin:0 0em 0 0;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 80%; 
	COLOR: #3a3b5d; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

/* Fix IE. Hide from IE Mac \*/
* html #top_nav ul li { float: left; height: 1%; }
* html #top_nav ul li a { height: 1%; }
* html #top_nav ul li ul {margin-top:-.3em;margin-top:-.3em;}
/* End */

#top_nav ul li a:hover { 
color:#000000; 
background: none;
FONT-WEIGHT: bold; 
FONT-SIZE: 80%; 
COLOR: #cc0000; 
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
TEXT-DECORATION: none

} /* Hover Styles */
		
#top_nav li ul li a { padding:.42em; } /* Sub Menu Styles */
		
#top_nav li:hover ul, #top_nav  li.over ul { display: block; } /* The magic */

#top_nav li li {
	position:relative;
	clear:both;
	width:13.00em;
	text-align:left;
}

#top_nav li li a {
	display: block;
	text-decoration: none;
	color: #3a3b5d;
	background:#DADADA;
	padding: .42em 0 .42em 1em;
	
	border-bottom: 0;
	font-weight:bold;
	margin:0 .42em;	
}
	
#top_nav li li a:hover { color: #cc0000; background: #DADADA;	font-weight:bold; } /* Hover Styles */

#top_nav li li.invisible, #top_nav li li a.invisible:hover,  #top_nav li li a.invisible {
	background:none;
	border:none;
}
.clear {
	clear:both;
	font-size:0;
}

/* Top navigation */
#top_nav {
	height:1.3em;
	background-color:#DADADA;
	text-align:right;
	padding:.20em 0em 0 0;
}




/* left menus */	
#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 13em; /* Width of Menu Items */
	border-bottom: .08em solid #ffffff;
}




/* Styles for Menu Items */
#left ul li a {
	display: block;
	text-decoration: none;
	color: #5A5A58;
	background: #EAEAEA; /* IE6 Bug */
	padding: .42em 0 .42em 1em;
	border: 0.08em solid #3a3b5d;
	border-bottom: 0;
	font-weight:bold;
	font-size:.75em;
}

/* Fix IE. Hide from IE Mac \*/
* html #left ul li a { height: 1%; }
/* End */

#left ul li a:hover { color: #5A5A58; background: #BFD2E0;	font-weight:bold; } /* Hover Styles */
				
/*#FFFFCC*/
body {
   background-color:white;
   overflow-x: hidden;
   font-family: Arial, Helvetica, sans-serif;

}
			
/* left menu boxes */
#left dl {
	background: url(../images/box_corner.gif) no-repeat 100% 0%;
	width: 13em;
	background-color:#3a3b5d;
	margin-bottom:.75em;
}

#left dl dd {
	width:12em;
	padding-bottom:1.5em;
	margin:0;
	
}

#left dl dt {
	padding-top:.3em;
	height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

/* Left column */	
#left {
	float:left;
	width:12em;
	margin:2.1em 0 1.67em 0;
}

A.groupsHome:link {
	FONT-WEIGHT: bold; FONT-SIZE: 80%; COLOR: #3a3b5d; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

A.groupsHome:active {
	FONT-WEIGHT: bold; FONT-SIZE: 80%; COLOR: #cc0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}

A.groupsHome:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 80%; COLOR: #3a3b5d; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

A.groupsHome:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 80%; COLOR: #cc0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}




	






	


	






