@import url("css/dropdown/dropdown.css");
@import url("css/dropdown/themes/CoatingsPro/default.advanced.css");
ul.dropdown
{
	text-align: left;
}
ul.menuwidth
{
width:100%;
background-color: #474747;
}
li.arrow
{
	background: url(rew.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a#current
{
	color: #ffe200;
}
ul.dropdown li
{
float: right; /*overide for tab menu display on right*/
}
li#lastrightitem
{
	width:10px;
	background: transparent;
	color: #c0c0c0;
   font-size: 0.1em;
	text-indent: -999px;
}
