@charset 'UTF-8';

.menu {
	position:absolute;
	top:30px;
}

.menu .top {
	width:1005px;
	height:8px;
	float:left;
	background:url(../images/menu/menu-top-bg.png) 0 0 no-repeat;
	behavior: url(css/iepngfix.htc);
	_margin-bottom:-8px;
}

.menu .bottom {
	width:1005px;
	height:8px;
	float:left;
	margin-top:38px;
	background:url(../images/menu/menu-bottom-bg.png) 0 0 no-repeat;
	behavior: url(css/iepngfix.htc);
}

.menu .midd {
	width:1005px;
	height:38px;
	float:left;
	background:url(../images/menu/menu-middle-bg.png) 0 0 no-repeat;

}

.menu .midd .home {
	position:absolute;
	display:block;
	height:38px;
	float:left;
	padding-left:38px;
	font-family:"Trebuchet MS", "Arial", sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:1.5em;
	line-height:1.8em;
	_line-height:2.1em;
}


/* Hp menu  */
.homepageMenu { 
	_position:relative;
}

.homepageMenu a {
	margin-bottom:10px;
	font-family:"Trebuchet MS", "Arial", sans-serif;
	color:#5d5d5d;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
}

.homepageMenu .right, .homepageMenu .left {
	margin-top:67px;
}

.homepageMenu .left a {
	padding-left:40px;
	margin-left:7px;
}

.homepageMenu .right {
	text-align:right;
}

.homepageMenu .right a {
	text-align:right;
	padding-right:40px;
	margin-right:11px;
}

.homepageMenu .right a span {
	left:inherit;
	right:0px;
}

.homepageMenu a:hover {
	background-color:#fff;
}




/* javascript menu */

.top-menu * { 
	z-index:90!important;
	font-family:"Trebuchet MS", "Arial", sans-serif;
}

.top-menu {
	position:absolute;
	left:150px;

}

html .top-menu{
	height: 1%;
} /*Holly Hack for IE7 */

.top-menu ul {
	list-style-type: none;
}

.top-menu ul li{
	position: relative;
	display:block;
	float: left;
	color:#fff;
}

.top-menu ul li a {
	display: block;
	color:#000a39;
	text-decoration: none;
}

.top-menu ul li a.main {
	height:45px;
	line-height:2.3em;
	_line-height:2.3em;
	font-size:1.2em;

	font-weight:bold;
	padding:0 16px;
	background: url(../images/menu/main-menu-bg.gif) top right no-repeat;
	_float:left;
}

.top-menu ul li a.main.noBg {
	background:none;
}

.top-menu ul li a.main:hover {
	background: url(../images/menu/main-menu-active-bg.gif) top right no-repeat;
}

.top-menu ul li a.main.noBg:hover {
	background:url(../images/menu/main-menu-active-no-bg.gif) top right no-repeat;
}

.top-menu ul li a:hover{}
	
.top-menu ul li ul{
	position: absolute;
	left: -22px !important;
	width:296px;
	display: block;
	visibility: hidden;
	background:url(../images/menu/bg.png) left bottom no-repeat;
	_background:url(../images/menu/bg.gif) left bottom no-repeat;
	padding:8px 0px 23px 30px;
}

/*
.top-menu li .sub-bottom {
	position:absolute;
	bottom:-12px;
	width:215px;
	height:12px;
}
*/

.top-menu ul li ul li{
	display: list-item;
	float: none;
	background: url(../images/menu/li-bg.gif) bottom left no-repeat;
	padding-bottom:3px;
}

.top-menu ul li ul li.noBg {
	background:none;

}

.top-menu ul li ul li.title {
	font-weight:bold;
	font-size:1.2em;

	padding:5px 10px !important;
	
}


.top-menu ul li ul li ul{
	top: 0;
	margin-left:-20px;
	margin-top:-8px;
	background:none;
	border:none;
}

.top-menu ul li ul li a{
	display:block;
	font-size:0.9em;

	width: 215px;
	color:#000a39;
	padding:5px 0 5px 20px;
	background: transparent url(/images/menu/link-li.gif) 10px 10px no-repeat;
	margin: 0;
}




