@charset "utf-8";
/* CSS Document */

#mainnav {
	width:900px;
	height:72px;
	margin:0 auto;
	padding:0;
	background-color:#ccc;
}

/* BEGIN MAIN NAVIGATION */
#mainnav .mainNavElement {
	padding:0;
	margin:0;
}

#mainnav .mainNavElement a {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:.02em;
	text-decoration:none;
	float:left;
	display:block;
}

#mainnav .mainNavElement a em {
	color:#666;
	display:none;
}

#home {width:164px;height:72px;background:url(../images/home-button.gif) 0 0 no-repeat;}
#about {width:161px;height:72px;background:url(../images/about-button.gif) 0 0 no-repeat;}
#work {width:169px;height:72px;background:url(../images/work-button.gif) 0 0 no-repeat;}
#work2 {width:169px;height:72px;background:url(../images/work-button.gif) 0 0 no-repeat;}
#services {width:204px;height:72px;background:url(../images/services-button.gif) 0 0 no-repeat;}
#web-interactive-subnav {width:249px;height:32px;background:url(../images/web-interactive-subnav.png) 0 0 no-repeat;}
#print-design-subnav {width:249px;height:32px;background:url(../images/artwork-print-subnav.png) 0 0 no-repeat;}
#photography-subnav {width:249px;height:32px;background:url(../images/photography-subnav.png) 0 0 no-repeat;}
#contact {width:202px;height:72px;background:url(../images/contact-button.gif) 0 0 no-repeat;}

#mainnav .mainNavElement a:hover {
	color:#2e7e88;
	background-position:0px -72px;
}

#mainnav a.current {
	background-position:0px -72px;
}

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

#mainnav li {
	float:left;
	position:relative;
	z-index:1;
}
/* submenu lists */
#mainnav li ul {
	list-style:none;
	display:none;
	position:absolute;
	top:0px;
	left:-12px;
}

#mainnav li:hover ul, li.over ul {

	display:block;
}

#mainnav li ul .subnav {
	padding:0;
	margin:0;
	width:249px;
	height:auto;
}

#mainnav .subnav a {
	padding:0 0 0 15px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.02em;
	text-decoration:none;
}

#mainnav .subnav a:hover {
	color:#f9eecf;
	background-position:0px -32px;
}

#mainnav li ul .subnav-navbutton a {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	width:169px;
	height:72px;
	background:url(../images/work-button.gif) 0 -72px no-repeat;
	margin:0 0 0 12px;
}

#mainnav li ul .subnav-navbutton a em {
	color:#666;
	display:none;
}

#mainnav li ul .subnav-navbutton a:hover {
	color:#2e7e88;
}

#mainnav li ul .subnavcap {
	padding:0;
	margin:0 0 0 5px;
	width:249px;
	height:16px;
	background:url(../images/subnav-cap.png);
	background-repeat:no-repeat;
}

#mainnav li ul .subnavcap-top {
	padding:0;
	margin:0;
	width:249px;
	height:11px;
	background:url(../images/subnav-cap-top.png);
	background-repeat:no-repeat;
}
