/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav { padding:0 5px; font-size:.98em; }
#nav {
	background:#e5e5e5;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#ccc;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#ccc;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ccc;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#ccc;
	padding-bottom:2px;
}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav li.nav-headache { display: none;}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; background: url(../images/shop_access_pipenav.gif) repeat-x 0 100%; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#000; font-weight:bold; }
#nav a { float:left; padding:5px 5px 6px 8px; color:#000; font-weight:normal; }

#nav li.over a,
#nav a:hover { color:#000; background:#e7f1f4; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#e7f1f4; /* url(../images/nav_divider.gif) repeat-x 0 100%;*/ }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#e7f1f4; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px; border-style:solid; border-color:#ccc;}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a {  padding-left:5px; padding-top:4px; padding-bottom:4px;}
#nav ul li a:hover { padding-left:5px; padding-top:4px; padding-bottom:4px; color:#000; }
#nav ul li a, { color:#000}
#nav ul li a:hover { color:#1e7ec8 !important; }
#nav ul span,
#nav ul li.last li span { padding:15px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }



/* Unique Photo Stuff: */
#goldBarContainer {
	height: 6px;
	width: 900px; 
	text-align: center;
}
#goldBar {
	height: 6px;
/*	width: 900px;  */
   /* background:url(http://store.uniquephoto.com/e/skin/frontend/uPhoto/default/images/gold_nav_bar.gif) no-repeat;*/
}
#mx a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	/*background: #0e479e url(http://store.uniquephoto.com/e/skin/frontend/uPhoto/default/images/left-tab-r.gif) left top no-repeat; */
	text-decoration: none;
	line-height: 1.2em;
	padding-left: 8px;
}

#mx a span {
	/*background: url(http://store.uniquephoto.com/e/skin/frontend/uPhoto/default/images/right-tab-r.gif) right top no-repeat;*/
	padding-right: 1px;
   font-weight: bold;
}

#mx a, #mx a span {
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#mx a, #mx a span {
	float: none
}
/* End hide */

#mx a:hover {
	color: #fff;
/*	background: #ffc425 url(http://store.uniquephoto.com/e/skin/frontend/uPhoto/default/images/left-tab-hover-r.gif) left top no-repeat; */
/*	background: #ffc425 url(http://store.uniquephoto.com/e/skin/frontend/uPhoto/default/images/left-tab-hover-r.gif) left top no-repeat; */
	font-weight: bold;
	padding-left: 8px;
}

#mx a:hover span {
/*	background: url(http://store.uniquephoto.com/e/skin/frontend/uPhoto/default/images/right-tab-hover-r.gif) right top no-repeat;*/
	font-weight: bold;
	padding-right: 1px;
}

#mx ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#mx li {
	list-style: none;
	float: left;
	margin: 0;
	width: 190px;
	vertical-align: bottom;
}

.reg {
	font-size:50%;
}


/*nav_homepage just for homepage*/

#navhome { float:left; margin-top:0px; margin-left:1px; font-size:1em; width:25px; font-weight: bold; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#navhome .even-navigation-row { background-color: #f2f2f0; } /* mxwest added */
#navhome .odd-navigation-row { background-color: #e8e8e7; } /* mxwest added */

#navhome li { position:relative;text-transform:none; text-align:left; font-weight: bold;  }
#navhome li.over { z-index:999; font-weight: bold;}
#navhome a,
#navhome a:hover { display:block; line-height:1em; text-decoration:none; width:164px; font-weight: bold; }


#navhome li.nav-uniquephoto-home1
        {
  display: none;
}

#navhome li.nav-uniquephoto-home2
        {
  display: none;
}

#navhome li.nav-uniquedirect-home1
        {
  display: none;
}

#navhome li.nav-uniquedirect-home2
        {
  display: none;
}
#navhome li.nav-uniqueuniversity-home1
        {
  display: none;
}





/*
 * See also : #navhome li.over > ul { left:---px; top:-40px }
 */
#navhome span { display:block; cursor:pointer; white-space:nowrap; }
#navhome li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
/* See also #navhome li .over, li.active, about 10 lines from now */
#navhome li { float:left; margin:0px 8px 2px 1px; padding:2px 2px; border:1px solid transparent; }
#navhome li.active a { color:#444; }
#navhome a { float:left; background:url(../images/nav_top_level_arrow.gif) no-repeat 100% 50%; padding-right:11px; color:#444; font-weight:bold; }
#navhome li.over a,
#navhome a:hover { color:#444; }
/*
#navhome li.over,
#navhome li.active { margin:0 7px 10px 0; border:1px solid #bbb; background:#ececec; }
 */

#navhome li.over,
#navhome li.active { margin:0px 8px 2px 1px; padding:2px 2px; border:1px solid #bbb; background:#d8e6fb; }

/************ 1ST LEVEL ************/
#navhome ul li,
#navhome ul li.active,
#navhome ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#navhome ul li.parent { background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; }
#navhome ul li.last { padding-bottom:0; }
#navhome ul li.active { margin:0; border:0; background:none; }
#navhome ul a,
#navhome ul a:hover { float:none; padding:0; background:none; }
#navhome ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#navhome ul { position:absolute; width:15em; top:22px; left:-10000px; border:1px solid #bbb; border-bottom:2px solid #999; padding:3px 8px; background:#fcfcfc; font-size:11px; }

/* Show menu */
#navhome li.over > ul { left:168px; top:4px; z-index:1000; }
#navhome li.over > ul li.over > ul { left:100px; }
#navhome li.over ul ul { left:-10000px; }

#navhome ul li a { padding:3px 0; color:#444 !important; }
/* #navhome ul li a:hover { padding:3px 0; color:#5a7f00 !important; } */
#navhome ul li a:hover { padding:3px 0; background-color: #d8e6fb !important; }

/************ 3RD+ LEVEL ************/
#navhome ul ul { top:5px; }
