#mainmenu {
	background-image: url(/sitestyle/templates/images/mainmenu-bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 238px;
	left: 11px;
	width: 1000px;
	height: 26px; }
#mainmenu .menulink {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	display: block;
	height: 20px !important;
	height /**/:26px;
	float: left;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #346281; }
#mainmenu .menulink:hover {
	color: #f6c312;
	background-image: url(/sitestyle/templates/images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none; }
#mainmenu .selected {
	color: #f6c312;
	background-image: url(/sitestyle/templates/images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none; }
#mainmenu #countries {
	background-color: white;
	background-image: url(/sitestyle/templates/images/dropdown-bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	right: 0;
	width: 199px;
	height: 20px;
	z-index: 500;
	overflow: hidden;
	float: right; }
#mainmenu #countries div {
	text-align: left;
	border-bottom: 1px dotted #e0e0e0;
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
	position: relative;
	top: 0;
	width: 199px;
	height: 20px; }
#mainmenu #countries div span {
	font-weight: bold;
	font-size: 8pt;
	color: #606060 !important;
	position: absolute;
	top: 5px;
	left: 3px; }
#mainmenu #countries div img {
	position: absolute;
	top: 3px;
	right: 3px; }
