@charset "utf-8";
#mainNavList {
	position: absolute;
	top: -25px;
	left: 297px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	display: inline;
	overflow: hidden;
	width: 459px;
	}

#mainNavList li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#mainNavList a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
#mainNavList a:hover {
	background-position: 0 -25px;
	}
#mainNavList a:active {
	background-position: 0 -50px;
	}
#mainNavList a.selected {
	background-position: 0 -50px;
	}
#tab01 a {
	width: 87px;
	background: url(../images/nav/tab01_02.jpg) top left no-repeat;
	}
#tab02 a {
	width: 96px;
	background: url(../images/nav/tab02_02.jpg) top left no-repeat;
	}
#tab03 a {
	width: 87px;
	background: url(../images/nav/tab03_02.jpg) top left no-repeat;
	}
#tab04 a {
	width: 99px;
	background: url(../images/nav/tab04_02.jpg) top left no-repeat;
	}
#tab05 a {
	width: 89px;
	background: url(../images/nav/tab05_02.jpg) top left no-repeat;
	overflow:hidden;
	}

/*Drop Down Menu*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color:#34383b;
color:#fdfbfc;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0065ff;
}