@charset "UTF-8";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	/*background-color: #b60000;*/
	color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-left: 1px;
	background-image:url(../Images/content-button-bg.gif);
	background-repeat:repeat-x;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	background-color: #990000;
	color: #FFF;
	background-image:url(../Images/content-button-bg-hover.gif);
	background-repeat:repeat-x;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{
	color: #FFF;
	text-decoration: none;
}
	ul.dropdown a:hover		{
	color: #FFF;
}
	ul.dropdown a:active	{
}


	/* -- level mark -- */

	ul.dropdown ul {
	width: 116px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 0px;
	}

		ul.dropdown ul li {
	font-weight: normal;
	background-color: #FFF;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
	text-align: left;
	margin-left: 0px;
	background-image:none;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {

}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {

}

ul.dropdown-upward *.dir {

}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {

}

ul.dropdown-vertical-rtl *.dir {

}
ul.dropdown ul a:link, ul.dropdown ul a:visited {
	color: #333;
	text-decoration: none;
	text-align: left;
	display: block;
}
ul.dropdown ul li.hover, ul.dropdown ul li:hover {
	background-color: #B60000;
	color: #FFF;
	background-image:none;
}
ul.dropdown ul a:hover {
	color: #FFF;
}
