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

.mainDIV
{
	margin:0px auto;
	width:800px;
	height:80px;
}


.Main
{
		background-image:url(images/bg.jpg);
		margin:0px auto;
		width:800px;
		height:80px;
		position:absolute;
	
}

#apDiv1 {
		position:absolute;
		left:155px;
		top:4px;
		width:127px;
		height:47px;
		z-index:3;
}

#apDiv2 {
		position:absolute;
		left:11px;
		top:6px;
		width:151px;
		height:73px;
		z-index:2;
}

#apDiv3 {
		position:absolute;
		left:280px;
		top:4px;
		width:124px;
		height:47px;
		z-index:4;
}
#apDiv4 {
		position:absolute;
		left:403px;
		top:4px;
		width:137px;
		height:47px;
		z-index:5;
}
#apDiv5 {
		position:absolute;
		left:539px;
		top:5px;
		width:127px;
		height:47px;
		z-index:6;
}
#apDiv6 {
		position:absolute;
		left:665px;
		top:5px;
		width:129px;
		height:47px;
		z-index:7;
}

/* This div is the container of the sublinks*/ 
#apDiv7 {
		position:absolute;
		left:164px;
		top:49px;
		width:623px;
		height:49px;
		/*overflow:auto;*/
		z-index:8;
		text-align:center;
		line-height:9px;
}


.apDiv1
{
	background-image:url(images/menu_01.jpg);
	width:127px;
	height:48px;
}


.apDiv3
{
	background-image:url(images/menu_02.jpg);
	width:124px;
	height:48px;
}

.apDiv3:hover
{
	background-image:url(images/menuOn_02.jpg);
	width:124px;
	height:48px;
}

.apDiv4
{
	background-image:url(images/menu_03.jpg);
	width:137px;
	height:48px;
}

.apDiv4:hover
{
	background-image:url(images/menuOn_03.jpg);
	width:137px;
	height:48px;
}

.apDiv5
{
	background-image:url(images/menu_04.jpg);
	width:127px;
	height:48px;
}

.apDiv5:hover
{
	background-image:url(images/menuOn_04.jpg);
	width:127px;
	height:48px;
}
.apDiv6
{
	background-image:url(images/menu_05.jpg);
	width:129px;
	height:48px;
}

.apDiv6:hover
{
	background-image:url(images/menuOn_05.jpg);
	width:129px;
	height:48px;
}



.subLink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#663366;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	line-height:13px;
	padding-left:5px;
}

.subLink:hover
{
	color:#663366;
	text-decoration:underline;
	text-align:center;
	
}



/* FIXED FOR IE6 onmouseover*/

.apDiv1.hovered, .apDiv1:hover {
    background-image:url(images/menuOn_01.jpg);
	width:127px;
	height:48px;
}

.apDiv3.hov, .apDiv3:hover {
    background-image:url(images/menuOn_02.jpg);
	width:127px;
	height:48px;
}

.apDiv4.hove, .apDiv4:hover {
    background-image:url(images/menuOn_03.jpg);
	width:127px;
	height:48px;
}

.apDiv5.hovere, .apDiv5:hover {
    background-image:url(images/menuOn_04.jpg);
	width:127px;
	height:48px;
}

.apDiv6.hoverd, .apDiv6:hover {
    background-image:url(images/menuOn_05.jpg);
	width:127px;
	height:48px;
}


