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


/* topmenu ------------- */
#top ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 930px;
	}
#top li {
	float: right;
	}
#top ul a {
	display: block;
	padding: 5px;
	margin: 0 0 0 5px;
	background-image: url(../images/corpnav.gif);
	color:#FFF;
	text-decoration:none;
	line-height:30px;
	}

/* header menu ------------- */
#header .menu{
	position: absolute;
	left: 210px;
	top: 120px;
	width: 710px;
	height:30px;
	}
#header ul {
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	background-color:#F06;
	background-image: url(../images/navHeader.png);
	background-repeat: no-repeat;
	}
#header li {
	float:left;
	height:30px;
	}
#header a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	height:30px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	padding: 0 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #903;
	border-left-color: #C39;
	display: block;
	}
#header a:hover {
	background-image:url(../images/navHeaderHover.png);
	height:30px;
	}
	
/* left menu ------------ */
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#left a {
	text-decoration: none;
	color: #fff;
}
#left a:hover {
	text-decoration: none;
	color:#FCF;
}
#left .mainlevel{
	color:#FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0 0;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0px;
	display: block;
}
#left .sublevel {
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
	background-image: url(../images/squareOrange.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#left .mainlevel a:hover {
	padding-left:10px;
	background-image: url(../images/squarePink.png);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	
}
#left .sublevel:hover {
	background-image: url(../images/squarePink.png);
}