/******************/
/* MEYER PARTNERS */
/******************/

/*************/
/* MAIN MENU */
/*************/

/*********************/
/* PRIMARY NAV ITEMS */
/*********************/
#nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style-type: none;
	display: block;
}

#nav li {
	float: left;
}

/****************/
/* MAIN BUTTONS */
/****************/

/********/
/* HOME */
/********/
#home a:link, #home a:visited  {
	display: block;
	width: 93px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#home a:hover {
	background-position: 0px -46px;
}
#home a#home_static {
	background-position: 0px -46px;
}

/************/
/* ABOUT US */
/************/
#about a:link, #about a:visited  {
	display: block;
	width: 118px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -93px 0px;
	text-indent: -9999px;
}
#about a:hover {
	background-position: -93px -46px;
}
#about a#about_static {
	background-position: -93px -46px;
}

/*************/
/* PORTFOLIO */
/*************/
#portfolio a:link, #portfolio a:visited  {
	display: block;
	width: 115px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -211px 0px;
	text-indent: -9999px;
}
#portfolio a:hover {
	background-position: -211px -46px;
}
#portfolio a#portfolio_static {
	background-position: -211px -46px;
}

/***********/
/* CLIENTS */
/***********/
#clients a:link, #clients a:visited  {
	display: block;
	width: 102px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -326px 0px;
	text-indent: -9999px;
}
#clients a:hover {
	background-position: -326px -46px;
}
#clients a#clients_static {
	background-position: -326px -46px;
}

/***********/
/* CONTACT */
/***********/
#contact a:link, #contact a:visited  {
	display: block;
	width: 107px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: -428px 0px;
	text-indent: -9999px;
}
#contact a:hover {
	background-position: -428px -46px;
}
#contact a#contact_static {
	background-position: -428px -46px;
}


/***************************/
/* SUB NAV SECONDARY ITEMS */
/***************************/
#subnav {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subnav ul li {
	margin: 0px;
	padding: 0px 0px 7px 0px;
}

#subnav ul li ul li {
	margin: 0px;
	padding: 0px;
}

#subnav ul li ul li ul {
	margin: 0px;
	padding: 0px;
	word-spacing: -.2em;
}

.subnav_about ul li a:link, .subnav_about ul li a:visited {
	color: #B48348;
}

.subnav_portfolio ul li a:link, .subnav_portfolio ul li a:visited  {
	color: #EBEDEB;
}

/*****************************/
/* SUB NAV SECONDARY BUTTONS */
/*****************************/
#subnav ul li a:link, #subnav ul li a:visited  {
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-decoration: none;
	_width: 145px;
	min-width: 145px;
	padding: 0px;
	margin: 0px;
}
#subnav ul li a:hover {
	display: block;
	color: #000000;
}

#subnav ul li ul li a:link, #subnav ul li ul li a:visited  {
	display: block;
	color: #333;
	font-size: .8em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	_width: 140px;
	min-width: 140px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
#subnav ul li ul li a:hover {
	display: block;
	color: #fff;
}



/**************************/
/* FOLIO TEXT NAV BUTTONS */
/**************************/
#folio_sub {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #032E37;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	clear: both;
}

#folio_sub a:link, #folio_sub a:visited {
	color: #032E37;
	font-weight: normal;
	text-decoration: none;
}

#folio_sub a:hover {
	text-decoration: underline;
}

/* EXAMPLE SUB ITEMS 
#examples_sub {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	line-height: 1.2em;
}

#examples_sub ul {
	margin: 0px;
	padding: 0px;
}

#examples_sub ul li {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}

#examples_sub ul li a {
	color: #333333;
	font-size: .8em;	
	font-weight: normal;
}

#examples_sub ul li ul {
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

#examples_sub ul li ul li {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}*/


