@charset "utf-8";
/* CSS Document */

/*

	#######################################

	Navigation

	Created: John Kepler, Feb. 2005

	From: http://www.htmldog.com/articles/suckerfish/dropdowns/

  #######################################

*/

#main_nav {

	/*width: 350px;*/

	border-color: #000777;

	border-width: 0px; /* USED TO BE 1px???? */

	border-style: solid;

}



#nav, #nav ul { /* all lists */

	border: 0;

	padding: 0;

	margin: 0;

	text-align: left;

	list-style: none;

	line-height: 18px;

	color: #000077;

}

#nav a img {

	border: 0;

}

#nav a { /* all links */

	display: block;

	color: #fff;

	text-decoration: none;

	/* don't specify width for a - will break IE */

}

#nav a:hover { /* all links */

	background-color: #DDDDDD;

	color: #000;

}

#nav li ul a { /* links in second-level lists and below  */

	color: #000077;

	padding: 0 0 0 5px;

	

}

#nav li { float: left; border: 0;  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; 	list-style: none;   margin: 0; }



#nav li ul li { /* second level and below list items */

	width: 193px;

	height: auto; 

	line-height: 18px; 
	border-bottom: 1px solid #000077;

	}

#nav li ul { /* second-level lists */

	position: absolute;

	background-color: #fff;

	border: 1px solid #000077;

	border-bottom: none;

	width: 193px;

	margin-top:5px;

	left: -999em; 

	/* using left instead of display to hide menus because */

	/* display: none isn't read by screen readers */

}

#nav li ul ul { /* third-and-below-level lists */

	margin: -19px 0 0 193px;

 	display: none;

}

#nav li:hover ul ul, #nav li.sfhover ul ul {

	left: -999em;

}

	/* lists nested under hovered list items */

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul { 

	left: auto;	



}

#nav li li.sfhover ul { 

 /* lists nested under hovered list items */

 left: -999em; 



}

/* ARROWS

	

#nav li:hover, #nav li.sfhover  { 

	background-color: #DDDDDD;

 nfrastructure {	

	padding:0;

	margin: 0;

	border: 0;

	background-color: #000077;

	background-image: url(/aha-solutions/images/menus/solutions-menu/menuS-it-off.gif);

	background-repeat: no-repeat;

	height: 28px;

	width: 110px;	

	line-height: 28px;

}

*/

/*
.menuTop { color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; font-size:11px; font-style:normal; font-weight:bold; padding:0 0 0 7px; text-decoration:none; text-transform:inherit; white-space:nowrap; }
.menuTop a:hover { color:#BBBBBB; text-decoration:none; }

#topnavlist {
	width: 250px;
	color:#B21E3B;
	float:right;
}
#topnavlist a:link,
#topnavlist a:visited,
#topnavlist a:hover {
	color:#B21E3B;
	text-decoration:none;	
}
*/

#header_container {
	clear:both;
}

#header_container img {
	border:0;
}

/* Menu Navigation: End */

#topnav ul{
list-style: none;
margin: 0;
padding: 0;
background-color:#fff;
float: right;
}

#topnav ul ul {
width: 200px;
border-top: 1px #000777 solid;
}

#topnav ul li {
float: left;
position: relative;
margin: 0;
padding: 0; 
background-color:#fff;
height:35px;
}

#topnav ul li a {
float: left;
display: block;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
text-decoration: none;
padding: 10px;
color:#B21E3B;
}

#topnav ul li a:hover,
#topnav ul li:hover {
color: #18314d;
}


/* DROP MENUS */
#topnav ul li:hover ul,
#topnav ul a:hover ul {
visibility:visible;
}

#topnav ul li:hover ul ul,
#topnav ul a:hover ul ul {
visibility:hidden;
}
#topnav ul ul li:hover ul,
#topnav ul ul a:hover ul {
visibility:visible;
}

#topnav ul ul li,
#topnav ul ul li a {
float: none;
margin:0;
padding: 0;
height: auto;
}

#topnav ul ul li a {
margin: 0;
padding: 4px 10px;
border: 1px #000777 solid;
border-top: none;
}

#topnav ul ul li a:hover,
#topnav ul ul li:hover a,
#topnav ul ul li a:hover ul li:hover a,
#topnav ul ul li:hover ul li a:hover  {
background: #DDD;
color: #000777;
}

#topnav ul ul li a:hover ul li,
#topnav ul ul li:hover ul a {
background: #FFF;
color:#B21E3B;
}

#topnav ul ul {
visibility:hidden;
position: absolute;
top: 35px;
left: 0;
width: 200px;
background: #FFF;
margin:0;
padding: 0;
}

#topnav ul ul ul {
visibility:hidden;
position: absolute;
top: 0;
left: 200px;
width: 200px;
background: #FFF;
} 