#nav a:active
    {
    outline: none;
    text-decoration:none;
    }


#nav_home {
width:125px; 
height:80px;
}
#nav_portfolio {

width:120px; 
height:80px;
}
#nav_about {

width:119px; 
height:80px;
}
#nav_contact {

width:119px; 
height:80px;
}


#nav a:focus
    {
    -moz-outline-style: none;
    text-decoration:none;
    color:#000;
    }
#nav a:hover {
 background-position: top;
}
#nav a {
 background-position: bottom;
 color:#333;
 font-size:0.9em;
}

#nav_container {
height:80px;
font-size:1.1em;
background:url(../images/menu/menu_backing_general.jpg) top left no-repeat;
float:right;
margin-right:0px;
width:483px;
}

#nav li ul li {
background: url(../images/menu/list_seperator.png) bottom left no-repeat;
margin-left:15px;
margin-bottom:5px;
padding-left:0;
padding-bottom:3px;
display:inline;
}

#nav a {
text-decoration:none;
height:80px;
display:block;
}

#nav, #nav ul { /* all lists */
	padding: 0;
        font-size:1em;
	margin: 0;
	list-style: none;
	line-height: 1.1em;
        z-index:400;
}
#nav span {
visibility:hidden;
}

#nav li { /* all list items */
	float: left;
}




#nav li ul { /* second-level lists */
    position: absolute;
    background: url(../images/menu/background.png) bottom left no-repeat;
    width: 254px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    padding-bottom:15px;
    padding-top:10px;
}

#nav li ul li, #nav li ul li a {width:220px; height:20px; padding-top:2px; overflow:hidden;}

#nav li ul li a:hover, #nav li ul li a:active {text-decoration:underline; color:#000;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
        /*pull the lists back a bit to take advantage of drop shadow*/
        margin-left:-13px;
        top:80px;
}

.li_heading {
 margin-bottom:10px;
margin-top:5px;
text-decoration:underline;
color:#1F1f1F;
}

#search #search_text {
border:1px solid #999;
height:16px;
padding:2px;
width:150px;
}

#search #submit {
width:50px;
}

.dropdown_trim {
position:absolute;
top:0px; 
right:0px; 
height:8px; 
width:114px; 
background-image:none;
}