﻿

#Logo a{
  display:none;
}

#HomePageTop{
  background:#005696;
  display:block;
}

#IntroText{
  width:384px;
  height:122px;
  background:url(../images/home-blue-bkgd.jpg) no-repeat;
  color:#FFF;
  font-weight:bold;
  font-size:1.2em;
  padding:20px 40px 20px 20px;
  border-right:1px solid #8CA4CC;
}

#Nav ul ul{
   width:132px;
   padding:0px 7px;
   float:left;
   margin:0 4px;
   font-size:11px;
   height:243px;
   position:absolute;
   left:-4px;
   top:29px;
   display:none;
}

#Nav li:hover > ul{
    display:block;
}

#Nav ul ul ul{
    display:none;
    height:auto;
    margin:0 0 0 -3px;
    padding:0;
    text-indent:15px;
}

#Nav li:hover ul li:hover ul{
    display:block;
    position:static;
}

#Nav{
	height:273px;
	background:url(../images/main-tabs.jpg) no-repeat;
}
#Nav li.org ul{
    background:url(../images/tabs_hover.jpg) no-repeat 0px 0;
}

#Nav li.ind ul{
    background:url(../images/tabs_hover.jpg) no-repeat -147px 0;
}

#Nav li.learn ul ul,
#Nav li.connect ul ul,
#Nav li.getInvolved ul ul{
	background:none;
}


#Nav ul ul > li{
	text-align:left;
	font-weight:bold;
	padding:0px 3px;
	width:128px;
	border-left:none;
}

#Nav ul ul li a{
  width:128px;
	height:auto;
  border-bottom:1px dashed #CCCCCC;
}
