/* top navigation */

#nav-master{
}
	#nav-master a{
		color:#2c2c2c;
		height:40px;
		line-height:40px;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
		display:block;
		width:110px;
		text-align:center;
	}
		#nav-master a:hover {
			background:url('/images/titles/nav_hover2.gif') 0 0 no-repeat !important;
		}
	#nav-master ul.master{
		list-style:none;
		height:40px;
		margin:0px;
	}
		#nav-master ul li {
			float:left;
			height:40px;
			line-height:40px;
			display:inline;
		}
		#nav-master ul li.nav-master-seperator {
			background:url(/images/nav-div.gif) bottom no-repeat;
			width:1px;
			display:block;
		}

#sort-list{
	width: 210px;
	background-color: #649623;
	list-style: none;
	padding-left: 10px;
	z-index: 20;
}
	ul#sort-list li{
		z-index: 20;
	}
a.sortList{
	background: transparent url(/images/icons/Sort_List_Icon_On.png) no-repeat scroll right center !important;
	padding-right: 15px !important;
}
li.dim-option a.nav-selector span{
	margin:0 3px 0;
	text-decoration:none;
}
li.dim-option a.nav-selector span img{
	margin-bottom:-2px;
	text-decoration:none;
}
