@charset "utf-8";
/* CSS Document */

#RedBar{
	height:37px;
	margin: 20px 0px 0px 0px;
}
#RedBar .lft{
	background:url(../images/all_menu_lft.gif) no-repeat;
	background-position:left;
	height:37px;
}
#RedBar .rgt{
	background:url(../images/all_menu_rgt.gif) no-repeat;
	background-position:right;
	height:37px;
}
#RedBar .cnt{
	background:url(../images/all_menu_cnt.gif) repeat-x;
	background-position:left;
	margin: 0px 20px 0px 20px;
	height:37px;
}
#RedBar #Title
{
	float:left;
	width:210px;
}
#RedBar ul
{
	float:right;
	padding: 0px 0px 0px 0px;
}
#RedBar ul li
{
	float:left;
	margin: 0px 20px 0px 20px;
}
#RedBar ul li a{
	text-decoration:none;	
}
