@import url("css/dropdown/dropdown.css");
@import url("css/dropdown/themes/CeanetSkin/default.advanced.css");
ul.dropdown
{
	text-align: left;
}
ul.menuwidth
{
	width:100%;
	background: url(bgMenu.gif);
	background-repeat: repeat-x;
	background-position: left;
	height:30px;
	padding:0;
	margin:0;
	border-bottom: 4px solid #3c90c7;
}
li.arrow
{
	background: url(rew.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a#current
{
	color: #27598f;
}
