/*	-------------------------------------------------------------
	NewEnding Studios
	Web | Video | Photography | Solutions
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	color stylesheet for PosterJay
	Filename:		gray.css
	Version:		1.0
	Updated:		April 14th, 2006
	-------------------------------------------------------------
*/

body {
	background: #efefef url(../../images/bg.gif) repeat-x top;
}

#masthead {
}

#header {
	background: url("../../images/bg_header.png") no-repeat top center;
}

#title {
}

#title b {
}

#nav {
	background: #4d4a46;
}

#nav ul {
}

#nav li {
}

#nav a:link, #nav a:visited {
}

#nav a:hover {
	background: #4d4a46;
}

#nav #current {
	background: #4d4a46;
}

#nav li .currentAncestor {
	background: #4d4a46;
}	
	
#nav ul ul {}

#nav ul ul li {}

#nav ul ul li a:link,#nav ul ul li  a:visited {
	background: url(../../images/bg_subnav_gray.gif) no-repeat left #807b74;
}

#nav ul ul li a:hover {
	background: #807b74;
}

#nav ul ul li #current {
	background: #807b74 url(../../images/bg_subnav_gray.gif) left no-repeat;
}