/* NAV2 - Home page side navigation */
ul#nav2, ul#nav2 ul { /* all lists */
	width:253px;
	position:relative;
	list-style: none;
	list-style-type:none;
}

#nav2 li { /* all list items */
	float:left;
	position:relative;
	width:253px;
}

#nav2 img {
float:left; /* For IE 6*/
}

#nav2 li a:hover {
	color:#c51807;
	text-decoration:none;		
}

#nav2 li a {
	color:#002946;
	text-decoration:none;
}

/*navigation stylesheet*/

ul#nav{
list-style-type:none;
margin-right:6px;
}


ul#nav li{
float:right;
}




#nav a {
	display: block;
}


/* SECOND LEVEL */

#nav li ul { 
	/* second-level lists */
        width: 221px; 
	list-style-type:none;
	margin: 0;
	position: absolute;
	left: -999em;
}

#nav li ul li { 
  background-image: url(/images/nav_level2.gif);
  height: 34px; 
  width: 221px;
  text-align: left;
}

#nav li ul li a {
    color: #0071bc;
    font-size: 16px;
    font-weight: 700;
    font-family: 'trebuchet ms',verdana,geneva,arial,sans-serif;
    text-decoration: none;
    padding-top:5px;
    padding-left:10px;
}


#nav li ul li a:hover {
    color: #30156d;
}

/* *** */
#nav li:hover ul ul, 
#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul { 
	/* lists nested under hovered list items */
	left: auto;
	top:auto;
}

/***/

#hide {
display:none;
height:0;
}


