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

#sub_nav ul{
	list-style: none;
}

#sub_nav ul li {
	border-bottom: 2px solid #ffffff;
}
#sub_nav ul li.last {
	border-bottom: none;
}
#sub_nav ul li.selected, #sub_nav ul li.active{
	background: url(../images/design/sub_nav_hover_bg.png) left top repeat-y;
}
#sub_nav ul li a{
	display: block;
	padding: 13px 6px 13px 22px;
	color: #ffffff;
	background: url(../images/design/sub_nav_item_bg.png) 10px 15px no-repeat;
	font-size: 1.2em;
}
#sub_nav ul li a:hover, #sub_nav ul li.active a{
	text-decoration: none;
	background: url(../images/design/sub_nav_item_hover_bg.png) 10px 15px no-repeat;
}
