#nav, #nav ul {
        list-style: none;
        line-height: 1;
        font: 90% Verdana, Lucida, Helvetica, Arial, sans-serif;
        margin: 0px;
        padding: 0px;
        text-align: left;
}
#nav a {
        display: block;
        color : #ff0000; 
        font: bold 16px arial
        text-decoration : none;
        background-color : #000000;
        padding : 8px 8px 8px 8px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
        display: block;
        margin: 0;
        padding:0;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	font-size: 100%;
	width: 20em;


}
#nav li ul a { /* second-level lists */
        text-decoration: none;
        font-weight:normal;
        width: 20em;
        background-color: #dedad5;
        border: 1px solid #000000;
        border-top: none;
        border-bottom: none;
        padding: 3px 6px 3px 6px;

}

#nav li ul a:hover { /* second-level lists hover */
        color: #ffffff;
        background-color: #b4b0aa;
}

#nav a:hover {
	color : white;
	background-color : #b4b0aa;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
}
.second_nav span{
        background-image: url(arrowDown.gif);
        background-repeat: no-repeat;
        background-position: 100% 50%;
}
.last_nav {
        border: 1px solid #000000;
        border-top: none;
        border-right: none;
        border-left: none;
}