#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-esp.jpg); height:30px; width:74px;}
ul.menu .home:hover {background:url(../images/nav-home-on-esp.jpg); no-repeat; width:74px;}

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

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

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

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

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

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