#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	background-color: #cc0000;
	}

#nav li {
	margin: 0; 
	padding: 0;
     list-style-type: none;
	display: inline;	
	}

#nav a {
	float: left;
	padding: 0px;
	overflow: hidden;
	height: 43px !important; 
	height /**/:50px; /* for IE5/Win */
	}

#nav a:hover {
	background-position: 0 -43px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -86px;
	}
	
#nabout a  {
	width: 90px;
	background: url(../images/navigation/btn_about.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
#nnews a  {
	width: 58px;
	background: url(../images/navigation/btn_news.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
#nrental a  {
	width: 114px;
	background: url(../images/navigation/btn_rental.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
#nservices a  {
	width: 75px;
	background: url(../images/navigation/btn_services.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
#nretail a  {
	width: 90px;
	background: url(../images/navigation/btn_retail.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
#nphoto a  {
	width: 102px;
	background: url(../images/navigation/btn_gallery.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
#ndownload a  {
	width: 123px;
	background: url(../images/navigation/btn_download.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
#ncontact a  {
	width: 104px;
	background: url(../images/navigation/btn_contact.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
	}

/* Sub Navigation */
#submenu { 
	width: 100%;  /* Changed From 159px; */
	overflow: hidden;
	}



#submenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	}

#submenu li{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}

#submenu ul li a{
	display: block;
	width: 100%; /* Changed */
	padding: 3px 5px 3px 20px;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #a8a8a8;
	background-color: #d9d9d9;
	}

#submenu ul li a:link, #submenu ul li a:visited{
	color: #666;
	text-decoration: none;
	background-image: url(../images/navigation/plus.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	}

#submenu ul li a:hover{
	background-color: #444;
	color: #FFF;
	background-image: url(../images/navigation/plus_dark.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	}

#submenu ul ul li{
	margin-top: 0px;
	background-color: #cc0000;
	}


#submenu ul ul li a{
	display: block;
	padding: 0 5px 0 20px;
	width: 135px;
	background-color: #c8c8c8;
	font-size: 0.9em;
	font-weight: normal;
	border: none;
	}

#submenu ul ul li a:link, #submenu ul ul li a:visited{
	color: #444;
	text-decoration: none;
	background-image: url(../images/navigation/sub_bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	}

#submenu ul ul li a:hover{
	background-color: #444;
	color: #FFF;
	}

/* selected states 5d5c5c*/
#submenu ul li a#current{
	font-weight: bold;
	color: #444;
	background-image: url(../images/navigation/minus.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-color: #FFF;
	}

#submenu ul ul li a#subcurrent{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/navigation/sub_bullet.gif);
	background-position: 10px 8px;
	text-decoration: underline;
	}