/* submenu */
#submenu 
{ 
	margin-bottom: 10px;
}
#submenu a 
{
	display: block;
	padding: 10px 20px 7px 10px;
	font: 14px Gulim;
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid #9BA6C9;
	border-top: 1px solid #fff;
	background: url(../images/bullet2.gif) 185px 11px no-repeat;
	text-align: right;
	font-weight: bold;
}

#submenu a.first
{
	border-top: 0px;
}
#submenu a.last
{
	border-bottom: 0px;
}

#submenu a:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: #ff8400;
}


