#row_menu {
	width:780px;
	height:22px;
	margin:0;
	padding-top:10px;
	text-align: left;
}

#row_menu * {
	/* text-align:center; */
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	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;
}

li.separator {
	border-right:1px dotted #595959;
}

#row_menu ul li a:visited {
}
#row_menu ul li a:hover {
	/* background:url(../imgs/row_bg.jpg) top left no-repeat; */
	/* background-color:#003399; */
	color:#961207;
}

ul#row_bar {
	/* float:left; */
	white-space:nowrap;
	height:20px;
	/* line-height:28px; */
	display:inline;
}

ul#row_bar li {
	display:inline;
	padding:0;
	margin:0;
	
	padding:2px 0px 1px 0px;
	/* background-color:green; */
	line-height: 22px;
	
	width:10em;
	height:62px;
}

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 ul li a:hover {
	/* line-height:29px; */
	/* background:url(../imgs/row_bg.jpg) top left no-repeat; */
}

a.unselected {
	color:#341f09;
}

a.selected {
	color:#961207;
}