/* Top Menu */
div.topmenu {
	background: url(../images/topmenu_bg.gif) repeat-x;
	height: 27px;
	text-align: center;
	margin-top: 1px;
}
div.topmenu_left {
	background: url(../images/topmenu_left_bg.gif) no-repeat top left;
	height: 27px;
	padding-left: 11px;
}
div.topmenu_right {
	background: url(../images/topmenu_right_bg.gif) no-repeat top right;
	height: 27px;
	padding-right: 11px;
}
ul.menu * {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #343C42;
	text-decoration: none;
	list-style: none;
}
ul.menu {
	margin: 0;
	padding: 0;
	height: 27px;
	float: left;
	text-align: left;
}
ul.menu a {
	display: block;
	outline: none;
}
ul.menu a:hover {
	text-decoration: underline;
}
ul.menu li {
	position: relative;
	float: inherit;
	text-align: left;
	height: 27px;
	padding: 6px 10px 0 10px;
	cursor: pointer;
}
ul.menu li.active {
	background: url(../images/topmenu_arrow.gif) no-repeat 10px 11px;
	padding-left: 20px;
	font-weight: bold;
}
ul.menu li.topmenu_pc {
	background: url(../images/topmenu_pc.gif) center no-repeat;
	width: 3px;
	height: 27px;
	margin: 0;
	padding: 0;
}
ul.menu ul {
	position: absolute;
	top: 27px;
	left: -2px;
	display: none;
	list-style: none;
}
ul.menu ul li {
	position: relative;
	border: 1px solid #626C6F;
	border-width: 0 1px 1px 1px;
	width: 152px;
	margin: 0;
	padding: 5px 0 0 10px;
	height: 20px;
	background-color: #D4DADC;
	font-weight: normal;
}
ul.menu ul li.parent {
	background: #D4DADC url(../images/topmenu_arrow.gif) no-repeat 150px 10px;
}
ul.menu ul li.parent:hover {
	background: #EFF3F5 url(../images/topmenu_arrow.gif) no-repeat 150px 10px;
}
ul.menu ul li.active {
	background-color: #EFF3F5;
	font-weight: normal;
	padding-left: 10px;
}
ul.menu ul li#current {
	background-image: none;
	text-decoration: underline;
}
ul.menu ul li:hover {
	background: #EFF3F5;
}
ul.menu ul ul {
	left: 162px;
	top: 0;
}

/* Left Menu */
div.leftmenu_bar {
	background: url(../images/leftmenu_bar_bg.gif) repeat-x;
	width: 200px;
	height: 24px;
	padding-top: 10px;
	text-align: center;
}
div.leftmenu_bg {
	background-color: #DFE9EC;
}
ul.leftmenu * {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;	
	text-align: left;
	list-style: none;
}
ul.leftmenu {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #BEC8CD;
}
ul.leftmenu a, ul.leftmenu span {
	background: url(../images/leftmenu_arrow1.gif) no-repeat 10px 7px;
	padding: 6px 0 6px 30px;
	display: block;
	cursor: pointer;
}
ul.leftmenu li {
	background: url(../images/leftmenu_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}
ul.leftmenu li.active {
	font-weight: bold;
	color: #1386E9;
}
ul.leftmenu li a:hover, ul.leftmenu li span:hover {
	text-decoration: underline;
}
ul.leftmenu ul {
	background: #DFE9EC none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #343C42;
}
ul.leftmenu ul li {
	background: url(../images/leftmenu_arrow2.gif) no-repeat 31px 8px;
	margin: 0;
	padding-left: 10px;
	line-height: 8px;
}
ul.leftmenu ul a, ul.leftmenu ul span {
	background-image: none;
}
ul.leftmenu li#current {
	text-decoration: underline;
}