#standardmenu-wrap { position: absolute; width: 100%; top: 0; }
#standardmenu-wrap-2 { position: absolute; width: 100%; top: 0; right: 212px; }
ul#standardmenu {
	position: absolute;
	right: 0;
	display: block;
	list-style: none;
	z-index: 10;
}
#standardmenu li {
	float: left;
	display: block;
}
#standardmenu a {
	padding: 8px 8px 6px 8px;
	border-left: dotted 1px #9da8be;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	color: #9da8be;
	display: block;
	float: left;
}
#standardmenu a:link {
}
#standardmenu a:hover, #standardmenu li.act a {
	background-color: #9da8be;
	color: #425482;
}

ul#menu1 {
	position: absolute;
	display: block;
	list-style: none;
	padding: 0 9px 0;
  height:31px;
	margin-top: 2px;
}
#menu1 li {
	float: left;
	display: block;
}
#menu1 a {
	float: left;
	display: block;
	font: bold 13px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background: #425482;
	padding: 3px 5px;
	margin-right: 5px;
	color: #fff;
	border-top: 2px solid #627197;
	border-right: 2px solid #1d294a;
	border-bottom: 2px solid #1d294a;
	border-left: 2px solid #627197;
}
#menu1 a:hover, #menu1 li.act a {
	border-top: 2px solid #97a1ba;
	border-right: 2px solid #444b60;
	border-bottom: 2px solid #444b60;
	border-left: 2px solid #97a1ba;
	background-color: #5f6e95;
} 

/* menu in left (and right) border */

.border ul { 
	margin: 56px 9px 1em 9px; 
	list-style: none;
	position: relative; /* IE bug - avoids clear backgrounds on load */
	font-face: Arial,sans-serif;
}
.border li a { font-weight: bold; color: #9a314f; background: transparent url(images/menu2-bullet.jpg) no-repeat 0 0; border-bottom: 1px solid #a2c0eb; width: 100%; display: block; padding: 0.7em 1em 0.7em 33px; }
html>body .border li a {
	width: auto; /* IE bug - keep 'a' box at same width as 'ul' box */
}

/* define all menu states in order link,visited,hover,active for IE */
/* IE bug - order .act,.no,.cur is essential */ 
.border li.cur a:link, 
.border li.cur a:visited,
.border li.cur a:hover,
.border li.cur a:active { font-weight: bold; }

.border li a:hover, .border li.cur a { background: #edeef3 url(images/menu2-bullet-act.jpg) no-repeat 0 0; }

/* second menu level */
.border ul ul { padding: 0; margin: 0; }
.border ul ul li a { background-image: none; padding-left: 42px;  font-size: 90%; }
.border ul ul li a:hover { }
/* third menu level */
.border ul ul ul { padding: 0; margin: 0; }
.border ul ul ul li a { background-image: none; padding-left: 51px; font-size: 90%; }
.border ul ul ul li a:hover { }

.border ul dfn {
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 3000px;
	font-size				:	0px;
	line-height				:	0px;
  _display: none;
}

