/*separated top and subnav*/
div#topnav {
	width: 780px;
	height: 19px;
	margin-top: 13px; /* should be 15 for Safari */
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(p/m_lvl1_off.gif); 
	background-repeat: repeat-x;
}

/* topnav item */
.lvl1, .lvl1-r { 
	padding: 3px 5px 3px 5px;
	margin-left: 0;
	border-right: 1px solid white;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	background-image: url(p/m_lvl1_off.gif); 
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
}

/* current topnav item */
div#topnav a.current2 { 
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	background-image: url(p/m_lvl1_on.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	color: #45617F;
}
/* current topnav item */
div#topnav a.current3 { 
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	background-image: url(p/m_lvl1_on.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	color: #45617F;
}


#nav a {
	text-decoration: none;
	display:block;
}

#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
}

#nav li ul {
	display: none;
}

#nav li.off ul, #nav li ul  { /*put the subnav below*/
	position: absolute;
	top: 129px;
	text-decoration: none;
}

#nav li.on1 ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
}

.lvl1:hover, .lvl1-r:hover		{
	color: #232733;
	background-image: url(p/m_lvl1_on.gif); 
}

/* topnav hover */
div#topnav li a:hover {
	color: #45617F;
}

/* subnav hover & current subnav item */
div#topnav li li a:hover, div#topnav li.on1 li a.current {
	background-image: url(p/m_lvl2_on.gif);
	color: #fff;
}

div#topnav li li {
	padding-top: 0;
	margin-top:0;
	padding-left: 0px;
	background-color: #E2EDFB;
	text-transform: uppercase;
	border-right: 1px solid white;
}

div#topnav li li a { /* subpoints */
	font-size: 10px;
	padding: 3px 5px 3px 5px;
	display: block;
	color: #45617f;
	background-image: url(p/m_lvl2_off.gif);
}

div#topnav ul li.right { /* LANGUAGE SWITCH */
	display: block;
	float: right;
}

div#topnav ul li.right a { /* LANGUAGE SWITCH */
	padding: 3px 5px 3px 5px;
	margin-left: 0;
	border-left: 1px solid white;
	border-right: 0 none;
	color: #232733;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	background-image: url(p/m_lvl1_off.gif); 
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
}

div#topnav ul li.right a:hover { /* LANGUAGE SWITCH */
	background-image: url(p/m_lvl2_on.gif);
	color: #fff;
}

