#navigation_container {
	float:left;
}

ul#navigation_all {
	width:auto;
	height:310px;
	margin:0;
	padding:0;
	float:left;
}

ul#navigation_all span {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	display:none;
}

ul#navigation_all li {
	width:auto;
	height:21px;
	display:block;

}

/* ------------- PRIMARY NAVIGATION ------------- */

#navigation_all a.camera_1 {
	width:181px;
	height:21px;
	background:url(../images/nav/camera_1__off.gif) no-repeat;
	display:block;
}

body#camera_1 #navigation_all a.camera_1, #navigation_all a.camera_1:hover {
	background:url(../images/nav/camera_1__over.gif) no-repeat;
}

#navigation_all a.camera_2 {
	width:181px;
	height:21px;
	background:url(../images/nav/camera_2__off.gif) no-repeat;
	display:block;
}

body#camera_2 #navigation_all a.camera_2, #navigation_all a.camera_2:hover {
	background:url(../images/nav/camera_2__over.gif) no-repeat;
}

#navigation_all a.camera_3 {
	width:181px;
	height:21px;
	background:url(../images/nav/camera_3__off.gif) no-repeat;
	display:block;
}

body#camera_3 #navigation_all a.camera_3, #navigation_all a.camera_3:hover {
	background:url(../images/nav/camera_3__over.gif) no-repeat;
}

#navigation_all a.newsletters {
	width:181px;
	height:21px;
	background:url(../images/nav/newsletters__off.gif) no-repeat;
	display:block;
}

body#newsletters #navigation_all a.newsletters, #navigation_all a.newsletters:hover {
	background:url(../images/nav/newsletters__on.gif) no-repeat;
}





/*#navigation {
	width:180px;
	float:left;
}

#navigation a {
	display: block;
}

#navigation a span {
	display:none;
	text-decoration:none;
}

li {
	float:left;
	list-style-type:none;
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
}

#navigation a#camera_1 {
	background-image: url(../images/nav/camera_1__off.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
}

#navigation a#camera_1:hover {
	background-image: url(../images/nav/camera_1__over.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
}

#navigation a.camera_1:selected {
	background-image: url(../images/nav/camera_1__on.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
}

CAMERA 2

#navigation a#camera_2 {
	background-image: url(../images/nav/camera_2__off.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
}

#navigation a#camera_2:hover {
	background-image: url(../images/nav/camera_2__over.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
}

#navigation a.selected#camera_2 {
	background-image: url(../images/nav/camera_2__on.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
}

CAMERA 3

#navigation a#camera_3 {
	background-image: url(../images/nav/camera_3__off.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
}

#navigation a#camera_3:hover {
	background-image: url(../images/nav/camera_3__over.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
}

#navigation a.selected#camera_3 {
	background-image: url(../images/nav/camera_3__on.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 21px;
}*/
