@charset "UTF-8";

/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */
 
ul#nav {
	position: relative;
	margin-top: 24px;
	/*margin-right: 10px;*/
	height:30px;
 
}

ul.dropdown img,ul,li {
 	behavior: url(iepngfix.htc);
}

/* ----- ALL LEVELS (incl. first) */
ul.dropdown {
	
	position: relative;
	float: right;
	font-family: "Arial","Verdana", serif;
	font-size:12px;
	font-weight:bold; 
	/*text-transform: uppercase;*/
	line-height: 40px;
}

ul.dropdown li {
	color:#ffffff;
	background-color: #000000;
	line-height: normal;

}

ul.dropdown li.hover,ul.dropdown li:hover {
	color: #a8957a;
}

ul.dropdown a:link,ul.dropdown a:visited {
	/*color: #333;*/
	color:#ffffff;
	text-decoration: none;
}

ul.dropdown a:hover {
	color: #a8957a;
	text-decoration: none;
}


/*ul.dropdown a:active {
	color: #333;
	
}*/

/* ----- END LEVEL */ /* ----- NON-FIRST LEVEL */
ul.dropdown ul {
	color: #020100;
	font-size: 11px;
	text-transform: none;
	background-image: url(images/bgnew.png);
	background-repeat: repeat-y repeat-x;
	width: 190px;
	
}

ul.dropdown ul li {
	/*color: #000;*/
	color: #020100;
	width: 190px;
	background-color: transparent;
	padding: 0;
	/*border: 1px solid green;*/ /*debug only*/
	
}

ul.dropdown ul li.hover,ul.dropdown ul li:hover {
	background-color: transparent;
}

ul.dropdown ul a:link,ul.dropdown ul a:visited {
		color: #ffffff;
}


ul.dropdown ul a:hover {
	/*color: #333;*/
	color: #020100;
}

ul.dropdown ul a:active {
	/*color: #333;*/
	color: #020100;
}
/* ----- END LEVEL */

/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */ 
 
/* ----- ALL LEVELS (incl. first) */
ul.dropdown *.dir {
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	/*background-color: red;*/
	
}

/* ----- END LEVEL */ /* Components override */
ul.dropdown li a {
	display: block;
	padding-top: 0px;
	vertical-align:middle;
}

/* ------------- Override default */
ul.dropdown li {
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	/*border: solid 1px red;*/
}

/* ------------- Reinitiate default: post-override activities  */
ul.dropdown li.dir {
	/*background-image: url(images/nav-arrow-down.png);*/
	/*background-position: 100% 30%;*/
	/*background-repeat: no-repeat;*/
	
	padding-bottom: 14px; /* Upper padding for "open-menu" only */
	/*padding-right: 20px;*/  /* Mandatory to display the arrow */
	line-height :16px;
	
	/*background-color: red;*/
}

ul.dropdown ul li.dir {
	/*padding-right: 15px;*/
	padding-bottom : 0px;
	/*background-image: url(images/nav-arrow-right.png);*/
 	background-position: 100% 50%;
 	background-repeat: no-repeat;
}

/* ------------- Custom */
ul.dropdown ul a {
	padding: 4px 5px 4px 14px;
	width: 170px; /* Especially for IE */
}

ul.dropdown ul a:hover {
	color: #020100;
	
}

ul.dropdown a.open {
	color: #FFF;
}

ul.dropdown ul a.open {
	color: #FFF;
}

/* CSS 2.1 */
ul.dropdown li:hover>a.dir {
	color: #FFF;
}

ul.dropdown ul li:hover>a.dir {
	color: #FFF;
}

ul#nav img {
	vertical-align: middle;
	margin-top: -3px;
}
