a {
	color: #434343;
	text-decoration: none;
	outline: none
}
a:hover {
	text-decoration: underline
}
/*HOVER*/
#header {
	position: relative;
	width: 980px;
	height: 140px;
	overflow: hidden;
	color: #f00;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
nav-title {
	height: 20px;
	clear: left;
	font-weight: bold;
	font-size: 1em;
	line-height: 19px;
	color: #434343;
	display: block;
	padding-bottom: 5px;
}





/*Nav-1*/
#navcontainer {
	height: 140px;
	width: 130px;
	position: absolute;
	left: 460px;
	top: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(images/BG_nav.png);
	background-repeat: no-repeat;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 100px;
}
#navcontainer a:link, #navlist a:visited {
	color: #666666;
}
#navcontainer a:hover {
	text-decoration: underline;
}





/*Nav-2*/
#navcontainer2 {
	height: 140px;
	width: 130px;
	position: absolute;
	left: 610px;
	top: 1px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(images/BG_nav.png);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
#navcontainer2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer2 a {
	display: block;
	padding: 3px;
	width: 100px;
}
#navcontainer2 a:link, #navlist2 a:visited {
	color: #666666;
}
#navcontainer2 a:hover {
	text-decoration: underline;
}





/*Nav-3*/
#navcontainer3 {
	height: 140px;
	width: 130px;
	position: absolute;
	left: 760px;
	top: 1px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(images/BG_nav.png);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
#navcontainer3 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer3 a {
	display: block;
	padding: 3px;
	width: 100px;
}
#navcontainer3 a:link, #navlist3 a:visited {
	color: #666666;
}
#navcontainer3 a:hover {
	text-decoration: underline;
}
