/*************************************************/
/*                                               */
/*                                               */
/*                                               */
/*                                               */
/*************************************************/
#menu
{
	/*background: #ccc url(images/menu-bg.jpg) repeat-x;*/
	z-index: 500;
	width: 833px;
	position: relative;
	top: 25px;
}

#menu ul
{
	/*background: #ccc url(images/menu-bg.jpg) repeat-x;*/
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#menu li
{
}

/*************************************************/
/*                                               */
/*                                               */
/*                                               */
/*                                               */
/*************************************************/
#menu ul li
{
	margin-right: 1px;
}

#menu a
{
	font-size: 1.0em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a, #menu a:active, #menu a:visited
{
	color: #e8e8e8;
}

#menu a:hover
{
	color: #ffffff;
}


/*************************************************/
/* Every ul inside another ul is a submenu. They */
/* are hidden until hovered over. It is not      */
/* moved left since the 1st ul->ul is a vertical */
/* dropdown. top:auto makes sure the menu is     */
/* directly under the 1st ul parent              */
/*************************************************/
#menu ul ul
{
	top:auto;
	left:0;
	height:auto;
}

#menu ul ul li
{
	background: #6d0000;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 1px;
}

#menu ul ul a
{
	color: #e8e8e8;
	font-weight: bold;
	font-size: 1em;
	padding: 3px;
	text-decoration: none;
	text-transform: capitalize;
}

#menu ul ul a:active, #menu ul ul a:visited
{
	color: #c8c8c8;
}


#menu ul ul a:hover
{
	color: #fff;
	background: #a40313;
}


/*************************************************/
/* Every ul->ul->ul is a side popout menu from   */
/* an existing dropdown. This overrides the      */
/* vertical drop of all menus following the 1st  */
/* top:0px; left:100% makes sure the menu is     */
/* inline with its parent                        */
/*************************************************/
#menu ul ul ul
{
	top: 0px;
	border-top: 1px solid black;
}


#menu li
{
}


/*************************************************/
/*                                               */
/*                                               */
/*                                               */
/*                                               */
/*************************************************/
#menu ul li
{
	margin-right: 1px;
}

#menu a
{
	color: #383838;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu a:active
{
	color: #383838;
}

#menu a:visited
{
	color: #383838;
}

#menu a:hover
{
	color: #6e6a0a;
}
/*************************************************/
/* Every ul inside another ul is a submenu. They */
/* are hidden until hovered over. It is not      */
/* moved left since the 1st ul->ul is a vertical */
/* dropdown. top:auto makes sure the menu is     */
/* directly under the 1st ul parent              */
/*************************************************/
#menu ul ul
{
}

#menu ul ul li
{
	background: #58809b;
	
}

#menu ul ul a
{
	color: #000;
	font-weight: bold;
	font-size: 1em;
	padding: 3px;
	text-decoration: none;
	text-transform: capitalize;
}

#menu ul ul a:active
{
	color: #060;
}

#menu ul ul a:visited
{
	color: #000;
}

#menu ul ul a:hover
{
	color: #000;
	background: #96bedb;
}
/*************************************************/
/* Every ul->ul->ul is a side popout menu from   */
/* an existing dropdown. This overrides the      */
/* vertical drop of all menus following the 1st  */
/* top:0px; left:100% makes sure the menu is     */
/* inline with its parent                        */
/*************************************************/
#menu ul ul ul
{
	top: 0px;
	left: 100%;
}



.button1
{
	position: relative;
	left: 169px;
}

.button2
{
	position: relative;
	left: 190px;
}

.button3
{
	position: relative;
	left: 219px;
}

.button4
{
	position: relative;
	left: 246px;
}

.button5
{
	position: relative;
	left: 276px;
}

.button6
{
	position: relative;
	left: 307px;
}

.button7
{
	position: relative;
	left: 337px;
}

