
#nav3 ul
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none; 


}

#nav3 ul li
{
	/*float: left;*/
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
	border-bottom: solid 1px #999;

}

#nav3 ul a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
	color: #000;
	display:block;
	/*background-color:#CCC;*/
	padding:10px;


}
#nav3 ul li ul li ul li:hover > a
{
	font-weight:bold;
	color: #3e8ad3;
}
#nav3 ul li:hover > a
{
	color: #000;
}

*html #nav3 ul li a:hover /* IE6 */
{
	color: #000;
}

#nav3 ul li:hover > ul
{
	display: block;
}

/* Sub-menu */

#nav3 ul ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
   /* position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999; */   
    background: #FFF;
    border-top:solid 1px white;
    border-top:solid 1px #3e8ad3;;
    margin-bottom:0px;
    
}
#nav3 > ul > .current > ul {
	/*background-color:pink;*/
	display: block;
}
#nav3 > ul > .current > ul > li > ul {
	/*background-color:gold;*/
	display: block;
}
#nav3 > ul > li > ul > .current > ul {
	/*background-color:gold;*/
	display: block;
}
#nav3 ul ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  

}

#nav3 ul ul li:last-child
{   
  
}

#nav3 ul ul a
{    
    padding: 10px;
	/*height: 10px;*/
	width: 100%;
	/*height: auto;*/
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;

}

*html #nav3 ul ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #nav3 ul ul a /* IE7 */
{    
	height: 10px;
}

#nav3 ul ul a:hover
{
    /*background-color: #FFF;*/
    font-weight:bold;

}

#nav3 ul .current ul li a {
	/*background-color: #FcF;*/
}

#nav3 ul ul li:first-child > a
{
	/*background-color: #FcF;*/
}

#nav3 ul ul li:first-child > a:after
{
    content: '';
background-color: #FcF;
    width: 0;
    height: 0;

}

#nav3 ul ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	

}

#nav3 ul ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#nav3 ul ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#nav3 ul ul li:last-child > a
{

}

/* Clear floated elements */
#nav3 ul:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #nav3 ul             { zoom: 1; } /* IE6 */
*:first-child+html #nav3 ul { zoom: 1; } /* IE7 */





#nav3 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav3 ul li a {
	font-family: sam, sans-serif;
	font-size: 25px;
	padding-top:60px;
	line-height: 30px;
	text-decoration: none;
	color: #000;
}
#nav3X ul li a { font-size: 16px; padding-top:30px; line-height: 20px; }
#nav3 ul li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-left: 40px;
	padding-top:10px;
}
#nav3X ul li ul li a { font-size: 14px; line-height: 16px; padding-top:10px;
}
#nav3 ul li ul li ul li a {
	color: #3e8ad3;
	margin-left: 80px;
		
}

#nav3 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e8ad3;
	margin: 0px;
	padding: 0px;
}

#nav3 ul li ul li ul li {
	

}
#nav3 ul li ul li:hover ul li, #nav3 ul li ul .current ul li {
		
 /*background-color: #ddF;*/

}

#nav3 ul ul.current ul {
	/*display: block;*/
}
#nav3 ul li ul li ul{
	/*display: none;*/
}

#nav3 ul ul ul
{
  /*
  top: 0;
  left: 150px;
  */
}

