#row_menu {
	width:776px;
	height:26px;
	margin:0;
	padding:0;
	text-align:left;
}
#row_menu * {
	/* text-align:center; */
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#row_menu ul, #row_menu ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:22px;
}
#row_menu ul li {
	display:inline;
}
#row_menu ul li a {
	line-height:22px;
}
#row_menu ul li a:visited {
}
#row_menu ul li:hover, #row_menu ul li a:hover {
	/* background:url(../imgs/row_bg.jpg) top left no-repeat; */
	/* background-color:#003399; */
	color:#385e85;
	background:#d2cac0;
}
li.separator {
	border-right:1px dotted #9db6d4;
}
ul#row_bar {
	/* float:left; */
	white-space:nowrap;
	height:20px;
	/* line-height:28px; */
	display:inline;
}
ul#row_bar li {
	display:inline;
	margin:0;
	
	padding:4px 0px 4px 0px;
	
	line-height:22px;
	width:10em;
	height:62px;
	
	/* background-color:green; */
}
ul#row_bar li a {
	/* float:left; */
	
	/* line-height:20px; */
	/* background:url(../imgs/row_bg.jpg) 0 10px no-repeat; */
	padding:0px 6px 1px 6px;
	/* margin-left:4px; */
	/* border-left:4px solid #fff; */
	overflow:hidden; /* fixed IE display bug */
	vertical-align:bottom;
}
ul#row_bar li:hover, ul#row_bar li a:hover {
	/* line-height:29px; */
	/* background:url(../imgs/row_bg.jpg) top left no-repeat; */
	background-color:#9db6d4;
}
a.unselected, a.unselected_anchor {
	color:#ffffff;
	background-color:inherit;
}
a.selected, a.selected_anchor {
	color:#ffffff;
	background-color:#385e85;
}
li.unselected {
	
}
li.selected {
	background-color:#385e85;
}