@charset "utf-8";
/* CSS Document */

#navcontainer {
	height: 45px;
	overflow: hidden;
	font-family: 'Georgia', serif;
}

#navcontainer ul {
	position:absolute;
	white-space:nowrap;
	display:inline;
	width:960px;
	background:#000;
	top: 220px;
}

#navcontainer.homepage {
	height: 150px;
}

#nav {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	overflow: hidden;
	background-image: url('../images/bg_nav_over.gif');
	background-repeat: repeat-x;
	background-position: left;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	overflow: hidden;
	font-size: 20px;
	width: 240px;
	cursor:pointer;
	cursor:hand;
}

#nav a {
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border-left: solid 1px #1a0008;
	background-repeat: repeat-x;
	background-position: left;
}

#nav li.firstNav a{ border-left:none !important; }
#nav li.firstNav span{ border-left:none !important; }

#navcontainer.homepage #nav a {
	height: 150px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border-left: solid 1px ;
	background-repeat: repeat-x;
	background-position: left;
}

#nav .selected span {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border-left: solid 1px #1a0008;
	background-repeat: no-repeat;
	background-position: left;
}

#nav a,#nav a:visited {
	background-image: url('../images/bg_nav_off.gif');
	color: #C6D6AD;
	text-decoration: none;
}

#nav a:hover,#nav a:active {
	background-image: url('../images/bg_nav_over.gif');
	background-position: top left;
	color: #f1e3c8;
	text-decoration: none;
}

#navcontainer.homepage #nav a:hover,#navcontainer.homepage #nav a:active {
	background-image: none;
	background-image: url('../images/bg_nav_over.gif');
	background-position: top left;
	color: #f1e3c8;
	text-decoration: none;
}

#nav a span {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border: none;
}

#nav span.subnav {
	display: inline;
	background: transparent;
	color: #3b1b24;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
/*
	font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
*/
	line-height: 2px;
	vertical-align: 2px;
}

#nav a.navlevel2 {
	margin: 0px;
	padding: 0px;
	line-height: 2px;
	overflow: auto;
	text-decoration: none;
	display: inline;
	border: none;
	background: transparent;
	font-size: 11px;
/*
	font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
*/
	font-family: 'Tahoma', sans-serif;
	color: #d4c7ae;
	vertical-align: 2px;
}

#nav a.navlevel2.selected {
	text-decoration: underline !important;
}

#nav a.navlevel2:visited {
	background: transparent;
}

#nav a.navlevel2:hover,#nav a.navlevel2:active {
	background: transparent;
	color: #f1e3c8;
}

#navstudio {
}

#navstudio.selected {
	background-image: url('../images/bg_nav_on.gif');
}

#navservices {
}

#navservices.selected {
	background-image: url('../images/bg_nav_on.gif');
}

#navwork {
}

#navwork.selected {
	background-image: url('../images/bg_nav_on.gif');
}

#navcontact {
}

#navcontact.selected {
	background-image: url('../images/bg_nav_on.gif');
}

#navstudio span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/about-me.png');
}

#navservices span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/Service.png');
}

#navwork span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/my_work.png');
}

#navcontact span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/contact_me.png');
}

span.homepagenavcopy {
	background-image: none;
	font-size: 11px;
	font-family: 'Tahoma', sans-serif;
	color: #E6F79F;
	white-space: normal;
	float: left;
	display: block;
	width: 200px;
	line-height: 17px;
	font-weight: normal;
}
