#nav {
  position: relative;
  right: 60px;
  top: 60px;
	float: right;
	margin: 0 auto;
/*	text-align: right;*/
	width: 557px;
	height: 16px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	z-index: 99;
}

#nav ul {
	height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;	 
}

#nav a {
	display: block;
	color: #185EA1;
	text-decoration: none;
	height: 16px
}

#nav a:hover {
	color: #1C70C1;
	background: url(../images/button-over.gif) top left no-repeat
}

#nav li {
	text-align: left;
	float: left;
	padding: 0;
	margin:0;
}

#nav li.index {
	background: url(../images/nav_01.gif);
	width: 61px;
}

#nav li.branding {
	background: url(../images/nav_02.gif);
	width: 84px;
}

#nav li.printdesign { 
	background: url(../images/nav_03.gif);
	width: 104px;
}

#nav li.webdesign {
	background: url(../images/nav_04.gif);
	width: 104px;
}

#nav li.photography {
	background: url(../images/nav_05.gif);
	width: 111px
}

#nav li.bio {
	background: url(../images/nav_06.gif);
	width: 37px;
}
#nav li.contact {
	background: url(../images/nav_07.gif);
	width: 56px;
}


#nav li:hover, #nav li.sfhover,
body.index #nav li.index,
body.webdesign #nav li.webdesign,
body.photography #nav li.photography,
body.bio #nav li.bio,
body.contact #nav li.contact,
body.printdesign #nav li.printdesign,
body.branding #nav li.branding {
	background-position: 0 -16px
}

#nav ul.arrow {
	background: #E8EAF0 url(../images/arrow.gif) top right no-repeat;
}

#nav li span {
	display: none
}

#nav li ul {
	border: 1px solid #C9CDDC;
	border-width: 0 1px 0px 1px;
	position: absolute;
	left: -999em;
	/*top: 40px;*/
	height: auto;
	width: 140px;
	font-weight: normal;
	display: inline;
	margin: 0 0 0 -15px;
	padding: 0;
	background: #E8EAF0;
	
}

#nav li li {
	width: 100%;
	height: 100%
}

#nav li ul a {
	border: solid #C9CDDC;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	width: 140px;
	padding: 5px 0;
	height: 100%;
	text-align: left;
	text-indent: 5px;
	margin: 0;
	font-weight: bold;
	background: none;
	voice-family: "\"}\""; voice-family:inherit;
}

#nav li ul a:hover {
	background-color: #F5F6FA;
	background-image: none
}

#nav li ul ul {
	margin: -36px 0 0 140px;
	padding: 0
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	
}

#nav li li li:hover, #nav li li li.sfhover, #nav li li.sfhover, #nav li li li.sfhover{
	background-color: #F5F6FA;
	background-image: none;
}
