@charset "UTF-8";

/*---------------------------*/
/*-----NAVIGATION STYLE------*/
/*---------------------------*/

#nav {
	float:left;
	width: 624px;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
}

#nav ul {
	margin: 73px 0px 0px 0px;
	float:left;
	width:100%;
}
#nav ul li {
	display:inline-block;
	/*width:123px;*/
	background: transparent url(../images/nav/navBG.gif) left bottom repeat-x scroll;
	text-align:center;
	float:left;
	/*margin: 0px -2px 0px -2px;*/
	margin:0px;
	border-bottom: 7px solid #968E6C;
	/*padding: 0px 1px 0px 1px;*/
	width:20%;
}

#nav ul li.current {
	
	background: transparent url(../images/nav/currentNavBG.gif) left bottom repeat-x scroll;
	
}

#nav ul li a {
	line-height:32px;
	/*width:123px;*/
	display:block;
	background: transparent url(../images/nav/navDivider.gif) right bottom no-repeat scroll;
	
}

#nav ul li.end a {
	background:none;
	margin-right:-2px;
	
}

#subNav ul {

	margin: 40px 0px 0px 0px;

}

#subNav ul li {
	float:right;
	clear:both;
	width:188px;
	background: transparent url(../images/nav/subNavItemBG.png) left top repeat-x scroll;
	margin: 2px 0px 2px 0px;
	display:block; 
	font-weight:bold;
}

#subNav ul li a {
	line-height:21px;
	background: transparent url(../images/nav/subNavArrow.gif) left center no-repeat scroll;
	padding: 0px 0px 0px 25px;
	margin:0px 0px 0px 15px;
}

#subNav ul li.current a {
	line-height:21px;
	background: transparent url(../images/nav/subNavArrowDown.gif) left center no-repeat scroll;
	padding: 0px 0px 0px 25px;
	margin:0px 0px 0px 15px;
}

#subNav ul ul {
	margin: 0px 0px 0px 0px;
	
	clear:both;
}

#subNav ul ul li {
	background: transparent none left top no-repeat scroll;
	
}

#subNav ul li.current ul li a {
	background:transparent none left top no-repeat scroll;
	margin:0px 0px 0px 25px;
	display:block;
}
/*
#subNav ul li {
	width:188px;
	background: transparent url(../images/nav/subNavItemBG.png) left top repeat-x scroll;
	
	margin: 4px 0px 4px 0px;
	display:block; 
	font-weight:bold;
	height:21px;
	padding: 3px 0px 0px 0px;
}

#subNav ul li a{
	background: transparent url(../images/nav/subNavArrow.gif) left center no-repeat scroll;
	padding: 0px 0px 0px 25px;
	margin:0px 0px 0px 15px;
}

#subNav ul ul {
	margin:0px 20px 0px 0px;
	text-align:right;
}

#subNav ul ul li {
	background: transparent none left top scroll no-repeat;
}

*/