/**
* Magento
*
* Modified Modern Theme for BPHIL
*
*/

#nav {
float: left;
font-family: 'GraublauWebRegular', Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size: 1.6em;
line-height: 1.6em;
color: #006A93;
margin-left:35px;
}

/************** 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 span {
display: block;
cursor: pointer;
white-space: nowrap;
}
#nav li ul span {
white-space: normal;
}

/************ 0 LEVEL ***************/
#nav li {
float: left;
margin: 1px 22px 11px 0;
padding: 3px 0;
}
#nav li.active a {
	text-decoration: underline;
}
#nav a {
float: left;
background: url(../images/nav_top_level_arrow_master.gif) no-repeat left center;
padding-left: 15px;
color: #006A93;
font-weight: normal;
}
#nav li.level0 a:hover {
color: #000;
background: url(../images/nav_top_level_arrow_master.gif) no-repeat -501px center;
}





/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over {
font-size: 12px;
float: none;
border: none;
background: none;
margin: 0;
padding: 0;
text-transform: none;
text-decoration: none;
color: #505050;
}

#nav ul li.parent {
background: url(../images/nav_parent_arrow.gif) no-repeat 100% 50%;
}

#nav ul li.last {
padding-bottom: 0;
}

#nav ul li.active {
margin: 0;
border: 0;
background: none;
}

#nav ul a,
#nav ul a:hover {
float: none;
padding: 0;
background: none;
color: #000
}

#nav ul li a {
font-family: 'GraublauWebSemiBold', Lucida Grande, Lucida Sans Unicode, sans-serif;
}

#nav li.level1 a:hover {
background-image: none;
}

#nav li.level1 a:link span, #nav li.level1 a:visited span {
	color: #505050;
}

#nav li.level1 a:hover span, #nav li.level1 a:active span {
	color: #000;
}


/************ 2ND LEVEL ************/

#nav ul {
position: absolute;
width: 15em;
top: 26px;
left: -10000px;
border-left: 1px solid #e2e2e2;
border-top: 1px solid #e2e2e2;
border-right: 1px solid #afafaf;
border-bottom: 2px solid #909090;
padding: 3px 8px;
background: #fcfcfc;
font-size: 11px;
}

/* Show menu */
#nav li.over > ul {
left: -1px;
}
#nav li.over > ul li.over > ul {
left: 100px;
}
#nav li.over ul ul {
left: -10000px;
}

#nav ul li a {
padding: 3px 0;
color: #444 !important;
}
#nav ul li a:hover {
padding: 3px 0;
color: #000 !important;
}



/************ 3RD+ LEVEL ************/
#nav ul ul {
top: 5px;
}

