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

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#nav-menu li a
{
	color: #242C76;
	text-decoration: none;
	height: 42px;
	width: 113px;
	display: block;
	padding-top: 13px;
	padding-left: 10px;
}
#nav-menu li a:hover {
	color: #FFF;
	background-image: url(images/menu_select.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 43px;
}

#navb-menu ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242C76;
}
#navb-menu li a
{
	color: #242C76;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navb-menu li a:hover {
	color: #FFF;
	background-image: url(images/menu_select.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
}
