
/*
Start mainNav
*/

#mainNav {
background: transparent url(../images/mainNav_bg.gif) left top no-repeat;	
z-index: 999;
}

#mainNav ul {
list-style:none;
margin:0;
padding:0;
z-index: 999;
	
}

#mainNav ul li{
float:left;
z-index: 999;

}



.mainButt1 {
background: transparent url(../images/mainButt1.gif) left top no-repeat;
width:53px;	
	
}

.mainButt2 {
background: transparent url(../images/mainButt2.gif) left top no-repeat;	
width:74px;	
	
}


.mainButt3 {
background: transparent url(../images/mainButt3.gif) left top no-repeat;	
width:72px;		
	
}


.mainButt4 {
background: transparent url(../images/mainButt4.gif) left top no-repeat;	
width:131px;		
	
}


.mainButt5 {
background: transparent url(../images/mainButt5.gif) left top no-repeat;	
width:150px;		
	
}


.mainButt6 {
background: transparent url(../images/mainButt6.gif) left top no-repeat;	
width:74px;		
	
}



.buttonSpace {

margin-right:151px;	
	
}


.mainButt1 a:link, .mainButt1 a:active, .mainButt1 a:visited,
.mainButt2 a:link, .mainButt2 a:active, .mainButt2 a:visited,
.mainButt3 a:link, .mainButt3 a:active, .mainButt3 a:visited,
.mainButt4 a:link, .mainButt4 a:active, .mainButt4 a:visited,
.mainButt5 a:link, .mainButt5 a:active, .mainButt5 a:visited,
.mainButt6 a:link, .mainButt6 a:active, .mainButt6 a:visited {
	display:block;
	overflow:hidden;
	height:24px;
	z-index: 999;
	text-indent: -2999;
}



.mainButt1 a:hover {
	background: url(../images/mainButt1.gif) no-repeat 0 -24px;
	}
	.mainButt2 a:hover {
	background: url(../images/mainButt2.gif) no-repeat 0 -24px;
	}
	.mainButt3 a:hover {
	background: url(../images/mainButt3.gif) no-repeat 0 -24px;
	}
	.mainButt4 a:hover {
	background: url(../images/mainButt4.gif) no-repeat 0 -24px;
	}
	.mainButt5 a:hover {
	background: url(../images/mainButt5.gif) no-repeat 0 -24px;
	}
	.mainButt6 a:hover {
	background: url(../images/mainButt6.gif) no-repeat 0 -24px;
	}
	
	
		
	/*
Start dropdown
*/
	
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: none;
	z-index: 999;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#mainNav ul li {
	position: relative;
	z-index: 999;
	float: left;
}

#mainNav li ul {
	position: absolute;
	left: 0;
	top: 24px;
	display: none;
	border-top: none;
	z-index: 999;
	width:100px;
	}

.border {
	border-top: 1px solid #ffffff;
}

#mainNav li ul li a { 
	color: #ffffff;
	background: #064c94;
    padding: 5px ; 
	display: block;
	height:15px; /* MUST have heigh, IE7 Bug */
	text-decoration: none;
	vertical-align:middle;	
	border: 1px solid #ffffff;
	border-top: none;
	width: 100px;
	z-index: 999;
} 

#mainNav li ul li a:hover {
	color: #bababa;
	background: #ffffff;
}
		
#mainNav li:hover ul, #mainNav li.over ul { 
	display: block; 
} 


/*
end dropdown
*/


/*
end mainNav
*/



