/*-----------------------------------------
Navigation Styles

/*------------------------------------------*/
/* =RightNav
------------------------------------------*/
		
	ul#RightNav li {
	display: list-item;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 25px;
	color: #EEE4C3;
		}
		
	ul#RightNav li a {
	color: #EEE4C3;
	text-decoration: none;
		}
	
	ul#RightNav li a:hover {
	color: #EFCF52;
	font-size: 1.1em;
	
		}
		
/*------------------------------------------*/
/* =Menu2 Nav
------------------------------------------*/
ul#Nav2 {
	overflow: hidden;
	left: 0;
	height: 25px;
	text-align: left;
	}
		
		
	ul#Nav2 li a.menu2NavItem, ul#Nav2 li a.menu2NavOn
		{
	float: left;
	display: list-item;
	overflow: hidden;
	padding: 25px 0 0;
	height: 0px !important;
	/* for IE5/Win only */
		height /**/:25px;
		}
		
/*--------------------------------------------*/	
/* Menu2 Rollovers
----------------------------------------------*/
	ul#Nav2 a.menu2NavItem:hover {
		background-position: 0 -25px;
		}
		
	ul#Nav2 a.menu2NavItem:active, ul#Nav2 li a.menu2NavOn
		{
			background-position: 0 -25px;
			cursor: default;
		}

/* Rightmenu
-----------------------------------*/
li#navPurchasing,
li#navPurchasing a {
	width: 200px;
	}
		
li#navPurchasing a {
	background-color: transparent;
	background-image: url(../images/sub/purchasing.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

/*---------------------------------
Footer Nav
----------------------------------*/
ul#Footer {
	text-align: center;
	padding: 10px;
	}
		
	ul#Footer li {
		display: inline;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 1.0em;
		line-height: 16px;
		color: #ABB7C4;
		}
		
	ul#Footer li a {
		color: #ABB7C4;
		text-decoration: none;
		}
	
	ul#Footer li a:hover {
		color: #ABB7C4;
		text-decoration: underline;
		}
