#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font:11px Verdana,Arial;
}

#nav a {
	display: block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	background-color:#284b8d
}

#nav li { /* all list items */
	float: left;
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 168px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav ul li a {
	padding:3px 7px 5px; 
}

#nav ul li a:hover {
	background-color:#284b8d; 
	color:#ffff00
}

#nav ul li {
	position:relative; 
	border:1px solid #ccc; 
	border-top:none; 
	width:168px; 
	margin:0; 
}

#nav .sub {
	background:#284b8d url(../images/arrow.gif) 156px 8px no-repeat
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 168px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	width: 168px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}


/* Custom Begin */
ul.menu .top_menu{ display:none;}
ul.menu .home {background:url(../images/nav-home-off.jpg); height:30px; width:89px;}
ul.menu .home:hover {background:url(../images/nav-home-on.jpg); no-repeat; width:89px;}

ul.menu .minilabs {background:url(../images/nav-minilabs-off.jpg); height:30px; width:112px;}
ul.menu .minilabs:hover {background:url(../images/nav-minilabs-on.jpg) no-repeat; width:112px;}

ul.menu .photostudio {background:url(../images/nav-photostudio-off.jpg); height:30px; width:137px;}
ul.menu .photostudio:hover {background:url(../images/nav-photostudio-on.jpg) no-repeat; width:137px;}

ul.menu .dkiosks {background:url(../images/nav-dkiosks-off.jpg); height:30px; width:141px;}
ul.menu .dkiosks:hover {background:url(../images/nav-dkiosks-on.jpg) no-repeat; width:141px;}

ul.menu .film {background:url(../images/nav-film-off.jpg); height:30px; width:140px;}
ul.menu .film:hover {background:url(../images/nav-film-on.jpg) no-repeat; width:140px;}

ul.menu .transfers {background:url(../images/nav-transfers-off.jpg); height:30px; width:155px;}
ul.menu .transfers:hover {background:url(../images/nav-transfers-on.jpg) no-repeat; width:155px;}

ul.menu .other {background:url(../images/nav-other-off.jpg); height:30px; width:156px;}
ul.menu .other:hover {background:url(../images/nav-other-on.jpg) no-repeat; width:156px;}