@charset "utf-8";
/* CSS Document */

#nav 
{
	margin: 0px;
	margin-left: 20px;
	height: 30px;
	float: left;
}

.bottom
{
	background-image: url('../images/site/navBottom.png');
	width: 135px;
	height: 20px;
	margin-top: 100px
}

#nav ul, #nav li ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#nav li ul 
{
	background-image: url('../images/site/navBG.jpg');
	background-repeat: repeat-y;
	position: absolute;
	width: 135px;
}

#nav a
{	
	display: block;
	height: 30px;
	color: #000000;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li 
{
	height: 30px;
	text-indent: 0px;
	margin-top: 10px;
	position: relative;
	float: left;
	margin: 0;
	margin-right: 10px !important; margin-right: 5px;
	background-color: #D6BB92;
}

#nav li#active 
{
	background-image: url('../images/site/leftActive.gif');
	background-repeat: no-repeat;
}

#nav li#active a 
{
	background-image: url('../images/site/rightActive.gif');
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
}

#nav li#active li
{
	background-image: none;
}

#nav li#active li a 
{
	background-image: none;
	color: #000000;
}

#nav li#active li a:hover
{
	color: #98002E;
}

#nav li:hover 
{
	color: #98002E;
}

#nav li ul li
{
	height: 55px;
}

#nav ul ul 
{
	position: absolute;
	top: 31px;
	left: 0;
	margin: 0;
	z-index: 500;
}

#nav ul ul ul 
{
	position: absolute;
	margin: 0;
	top: 0px;
	left: 100%;
}

div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{
	display: none;
}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{
	display: block;
}

#nav a:hover
{
	color: #98002E;
}


 /* gallery nav */
#menu
{
	width: 720 ;
	height: 50px;
	text-align: center;
	margin-bottom: 10px;
}

#menu ul 
{
	list-style: none;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#menu li 
{
	display: block;
	height: 20px;
	text-indent: 0px;
	float: left;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
}

#menu a 
{
	height: 20px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu a:hover 
{
	color: #98002E;
}

.top
{
	background-color: #98002E;
	width: 100px;
	float: right;
	text-align: center;
	padding: 3px;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 30px;
}