ul#nav {
/*
	list-style: none;
	padding: 0;
	margin: 0;
*/
	float				: right;
	list-style			: none;
	padding				: 0;
	text-indent			: 0;
	margin				: 0;
	margin-bottom		: 2px;
	border				: 0;
	font-size			: 11px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	color				: #333333;
}

#nav a {
/*
	font-weight: bold;
	color: green;
*/
	color				: #333333;
	font-weight			: normal; 
}

#nav a {
	text-decoration: none;
}

#nav li li a {
/*
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
*/
	display				: block;
	font-weight			: normal;
	color				: #000;
	background			: transparent;
	padding				: 0.2em 10px;
}

#nav li li a:hover {
/*
	border: 5px solid #7d6340;
	border-width: 0 5px;
*/
	padding				: 0.2em 5px;
	border				: 5px solid #7d6340;
	border-width		: 0 5px;
	background-color	: #FCFCFC;
	font-weight			: normal; 
}

ul#nav li {
/*
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6340;
	border-width: 1px 0;
*/
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #333333;
	text-align			: center;
	float				: left;
	position			: relative;
	cursor				: default;
    background-color    : #F5F5F5;
    padding				: 0.3em 0.5em 0.3em 0.5em;
    border-top          : solid 1px #EAEAEA;
    border-bottom       : solid 1px #AAAAAA;
    border-left         : 0;
    border-right        : 0;
}

ul#nav li#first {
/*
	border-left-width: 1em;
*/
}

ul#nav li#last {
/*
	border-right-width: 1em;
*/
}

ul#nav li ul {
/*
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(graphics/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
*/
	display				: none;
	position			: absolute;
	top					: 100%;
	text-indent			: 0;
	left				: 0;
	font-weight			: normal;
	background			: url(/images/menu_bg.gif) bottom left no-repeat;
/*
	background-color	: white;
*/
// TDW: added to fix IE 7 bugs
margin: 0;
	padding				: 0.3em 0 1em 0;
	width				: 12em;
	border				: 0;
	border-top			: solid 1px #F0F0F0;
	border-right		: solid 1px #EAEAEA;

}

ul#nav li>ul {
/*
	top					: auto;
	left				: auto;

  TDW: the defaults (immediately above) were replaced with these to work around
  IE 7 bugs
*/
        top : 19px;
        left : 9px;
        margin : 0;
}

ul#nav li li {
/*
	display: block;
	float: none;
	background-color: transparent;
*/
	border: 0;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #333333;
	text-align			: left;
	display				: block;
	float				: none;
	background-color	: transparent;
	border				: 0;
	padding				: 0;
	margin				: 0;
/*
  The following rule only applies to IE
	border-bottom			: solid 1px #EdE3E0;
*/
}

ul#nav li:hover ul, ul#nav li.over ul {
	display				: block;
}

#nav li li a:hover.no_link {
	padding				: 0.2em 9px;
	border				: 0;
	border-left			: 1px solid #7d6340;
	font-weight			: normal; 
}

#nav li a {
	background			: url(/images/down-cfs.gif) center left no-repeat;
    padding-left		: 12px;
	font-weight			: normal; 
}
#nav li a.no_drop {
	background			: transparent;
    padding-left		: 0px;
	font-weight			: normal; 
}
#nav li a:hover.no_drop {
	background-color	: #FCFCFC;
}
#nav li a.no_drop_or_link {
	background			: transparent;
	border				: 0; 
	padding				: 0.2em 9px;
    padding-left		: 0px;
	font-weight			: normal;
}
