/* NEED THIS CSS FILE DUE TO DIFFERENT LENGTHS ON THE TOPMENU */

#topMenu2 {
	width: 449px;
	margin-left: 2px;
	padding: 0px;
	height: 25px;
	float: left;
	line-height:25px;
	xoverflow:hidden;}

#topMenu2 ul {
	margin:0px;
	padding:0px;
	width: auto; }
	
#topMenu2 ul li {
	border-right:2px solid #FFF;
	float:left;
	line-height:25px;
	font-weight: bold;
	list-style:none;
	width: auto;
	position: relative;
	background-color: #404040;}

/*\*/ * html #topMenu2 ul li { width: 1%; } /**/

#topMenu2 ul li a {
	color:#FFFFFF;
	height:25px;
	display:block;
	margin: 0; 
	padding: 0 19px;
	white-space: nowrap;
	text-decoration: none;}	

#topMenu2 ul li:hover, 
#topMenu2 ul li.selected {
	background:#cccccc;
	color:#000000;
	text-decoration:none; }

#topMenu2 ul li:hover a:link, 
#topMenu2 ul li:hover a:visited, 	 
#topMenu2 ul li.selected a:link,
#topMenu2 ul li.selected a:visited {
	color:#000000;}
	
#topMenu2 ul li.last {
	border-right: none; }


/* EN - padding on the last menu point */
.menuEN  ul li.last { padding-right: 7px;}
/* NO */
.menuNO  ul li.last { padding-right: 3px;}
/* ES */
.menuES  ul li.last { padding-right: 0px;}

