/*********************** nav.css MASTER updated 17th June 2004 */
body#profile ol#m1,
body#buyers ol#m2,
body#suppliers ol#m3{ 
	display: block;
}

/*********************** SUB NAV LIST FOR NOSCRIPT */
.subnoscript
{
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

li.subnoscript
{
	display: inline;
	font: normal 85% arial, verdana, lucida, helvetica, sans-serif;
}

li.subnoscript
{
	display: inline;
}

li.subnoscript .internal a{
	background-image: none;
}

/*********************** MENU */
ul#menu {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul#menu a,
ul#menu a.active {
	margin: 0;
	display: block;
	background-color: #D5DC95;
	padding: 2px 2px 2px 10px;
	border-bottom: solid 1px #A1A864;
	color: #757D30;
	text-decoration: none;
}

ul#menu a:hover {
	color: #757D30;
	background-color: #fff;
	text-decoration: none;
}



/*********************** SUBNAVLIST */

li.subnoscript .external a, li.subnoscript .internal a, ol.subnavlist li .external a{
	background: #FBFFD9 url("/images/external_link.gif") center right no-repeat;
}

ol.subnavlist li .external a:hover, .subnoscript .external a:hover
{
	background: #fff url("/images/external_link.gif") center right no-repeat;
	color: #757D30;
	text-decoration: none;
}

ol.subnavlist
{
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

ol.subnavlist li a
{
	font-size: 85%;
	color: #757D30;
	background: #FBFFD9;
	border-bottom: solid 1px #D1D5AE;
}

.arrow a, .arrow a:hover{
	background: url("/images/arrow.gif") center right no-repeat;
}

.external a	
{
	background: transparent url("/images/external_link.gif") center right no-repeat;
}

ul#menu ol {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 100%;
}

ul#menu ol li a{
	color: #757D30;
	margin: 0;
	padding: 3px 3px 3px 20px;
	background-color: #FBFFD9;
}

/*********************** KEY */
#external
{
	font: normal small;
	background: transparent url("/images/external_link.gif") 10% 48% no-repeat;
	padding: 10px 10px 10px 30px;
	width: 102px;
	text-align: left;
	color: #757D30;
}
.subnavlist{
	display: block;
}