@charset "utf-8";
/* CSS Document */

/**************** menu coding *****************/
#upper_menu {
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(/images/common/upper-nav-bkgrd.jpg);
	background-repeat: repeat-x;
}

#upper_menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#upper_menu a, #upper_menu p {
display: block;
margin: 0;
padding: 0;
}

#upper_menu p {
color: #fff;
text-align:center;
font-size:11px;
}

#upper_menu a {
color: #fff;
background: #A32638;
text-decoration: none;
padding: .35em;
}

#upper_menu a:hover {
color: #a00;
background: #fff;
}

#upper_menu p a {
color: #fff;
margin:0;
padding: 0;
}

#upper_menu p a:hover {
color: #a00;
background-color: #fff;
}

#upper_menu li {
position: relative;
}

#upper_menu ul ul {
position: absolute;
z-index: 500;
width: 16em;
}

#upper_menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#upper_menu ul ul,
div#upper_menu ul li:hover ul ul,
div#upper_menu ul ul li:hover ul ul
{display: none;}

div#upper_menu ul li:hover ul,
div#upper_menu ul ul li:hover ul,
div#upper_menu ul ul ul li:hover ul
{display: block;}
