﻿
/** Navigation **/
.nav ul 		{list-style:none;}
.nav ul li 		{float:left;}
.nav li a 		{display:block;}


.nav ul li a.id502         {width:154px; height:30px; background:url(/images/navbg.jpg) no-repeat 0 0; text-indent:-9999px;}
.nav ul li a.id502:hover   {width:154px; height:30px; background:url(/images/navbg.jpg) no-repeat 0px -30px;}
 
.nav ul li a.id503         {width:190px; height:30px; background:url(/images/navbg.jpg) no-repeat -154px 0; text-indent:-9999px;}
.nav ul li a.id503:hover   {width:190px; height:30px; background:url(/images/navbg.jpg) no-repeat -154px -30px;}
 
.nav ul li a.id504         {width:185px; height:30px; background:url(/images/navbg.jpg) no-repeat -344px 0; text-indent:-9999px;}
.nav ul li a.id504:hover   {width:185px; height:30px; background:url(/images/navbg.jpg) no-repeat -344px -30px}
 
.nav ul li a.id505         {width:257px; height:30px; background:url(/images/navbg.jpg) no-repeat -529px 0; text-indent:-9999px;}
.nav ul li a.id505:hover   {width:257px; height:30px; background:url(/images/navbg.jpg) no-repeat -529px -30px;}
 
.nav ul li a.id506         {width:174px; height:30px; background:url(/images/navbg.jpg) no-repeat -786px 0; text-indent:-9999px;}
.nav ul li a.id506:hover   {width:174px; height:30px; background:url(/images/navbg.jpg) no-repeat -786px -30px;}
 
/** End Navigation **/




/** Main Menu (Top Level) **/

.nav ul li ul li	{float:none  !IMPORTANT;}

.nav { /* (LINK) Global for all top levels */
	display:block;
	padding:0;
}

/** Style Drop Downs **/
.nav li a .dropdown { /* Global for all drop downs */
	width:167px;
	background:#ECE5DF url(/images/navdropdown.jpg) no-repeat;
	text-align:left;
	color:#414141;
	margin-top:0px;
	padding:0 5px;
	
}

.dropdown a:active,
.dropdown a:link,
.dropdown a:visited	{
	color:#414141;
	text-decoration:none;
	padding:12px 0 12px 10px;
	text-transform:uppercase;	
	font-size:9pt;
	font-weight:bold;

}

.dropdown a:hover	{
	color:#000;
	text-decoration:none;

}


.dropdown-1 {
	width:167px;
	background:#ECE5DF url(/images/navdropdown.jpg) no-repeat;
	color:#414141;
	margin-top:0px;
	padding: 1px 10px;
	overflow:hidden;

}

.dropdown-1 a {background: url(/images/nav-arrow.jpg) 0 15px no-repeat;	border-top:1px solid #B1B1B1;}
.dropdown-2  {
	width:167px;
	background:#ECE5DF;
	margin-top:-1px;

}
.dropdown-2 a {padding:2px 0 2px 30px;background: url(/images/nav-arrow2.jpg) 20px 5px no-repeat;}

.dropdown-2 a:link,
.dropdown-2 a:visited {
	padding:2px 0 10px 30px;
	color:#745619;	
	text-transform:none;
	border:0px;
}

.dropdown-2 a:hover{
	color:#4F3A10;
}


.dropdown-3 { /* (UL) Third Drop Down (If Needed) */ }
.dropdown-4 { /* (UL) Fourth Drop Down (If Needed) */ }


.dropdown-top  { /* If you have no top / bottom dropdown style, then don't show it */
	display:none;
}

li.dropdown-bottom { /* If you have no top / bottom dropdown style, then don't show it */
	height:5px;
	background:#ECE5DF;
	border:1px solid #C5BEB3;
	border-top:0px;
	margin:0px 0px -1px -10px;
	padding-right:18px;

}

