/* CSS Document */

body {
	border: 0px;
	margin: 0px;

}

.nav_link_1 a {
	position: absolute;
	top:111px;
	left:0px;
	display:block;
	width: 132px;
	padding:-0px -0px -0px 0px;
	background: url("images/nav.gif") -0px -0px no-repeat;
}
.nav_link_1 a:hover {
background-position: 0 -30px;
}

.nav_link_1_idle a {
	position: absolute;
	top:111px;
	left:0px;
	display:block;
	width: 132px;
	padding:-0px -0px -0px 0px;
	background: url("images/nav.gif") -0px -30px no-repeat;
}
.nav_link_2 a {
	position: absolute;
	top:111px;
	left:132px;
	display:block;
	width: 101px;
	padding:0px 0px 0px 0px;
	background: url("images/nav.gif") -132px -0px no-repeat;
}
.nav_link_2 a:hover {
background-position: -132px -30px;
}
.nav_link_2_idle a {
	position: absolute;
	top:111px;
	left:132px;
	display:block;
	width: 101px;
	padding:-0px -0px -0px 0px;
	background: url("images/nav.gif") -132px -30px no-repeat;
}
.nav_link_3 a {
	position: absolute;
	top:111px;
	left:233px;
	display:block;
	width: 143px;
	padding:0px 0px 0px 0px;
	background: url("images/nav.gif") -233px -0px no-repeat;
}
.nav_link_3 a:hover {
background-position: -233px -30px;
}
.nav_link_3_idle a {
	position: absolute;
	top:111px;
	left:233px;
	display:block;
	width: 143px;
	padding:-0px -0px -0px 0px;
	background: url("images/nav.gif") -233px -30px no-repeat;
}
.nav_link_4 a {
	position: absolute;
	top:111px;
	left:376px;
	display:block;
	width: 175px;
	padding:0px 0px 0px 0px;
	background: url("images/nav.gif") -376px -0px no-repeat;
}
.nav_link_4 a:hover {
background-position: -376px -30px;
}
.nav_link_4_idle a {
	position: absolute;
	top:111px;
	left:376px;
	display:block;
	width: 175px;
	padding:-0px -0px -0px 0px;
	background: url("images/nav.gif") -376px -30px no-repeat;
}
.nav_link_5 a {
	position: absolute;
	top:111px;
	left:551px;
	display:block;
	width: 144px;
	padding:0px 0px 0px 0px;
	background: url("images/nav.gif") -551px -0px no-repeat;
}
.nav_link_5 a:hover {
background-position: -551px -30px;
}
.nav_link_5_idle a {
	position: absolute;
	top:111px;
	left:551px;
	display:block;
	width: 144px;
	padding:-0px -0px -0px 0px;
	background: url("images/nav.gif") -551px -30px no-repeat;
}
.nav_link_6 a {
	position: absolute;
	top:111px;
	left:695px;
	display:block;
	width: 150px;
	padding:0px 0px 0px 0px;
	background: url("images/nav.gif") -695px -0px no-repeat;
}
.nav_link_6 a:hover {
background-position: -695px -30px;
}
.nav_link_6_idle a {
	position: absolute;
	top:111px;
	left:695px;
	display:block;
	width: 150px;
	padding:-0px -0px -0px 0px;
	background: url("images/nav.gif") -695px -30px no-repeat;
}
.logo a {
	position: absolute;
	top:30px;
	left:440px;
	width:372px; 
	height:64px;
	padding:0px 0px 0px 0px;
	background: url("images/logo.gif") -0px -0px no-repeat;
}

#dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 1px;
font:normal 11px Arial, Helvetica, sans-serif;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}
#dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #666666;
}

* html .dropmenudiv a { 
width: 100%;
}

#dropmenudiv a:hover {
	background-color: #C6C1BD;
	color: #FFFFFF;
}