body {
}

/*******************************************************************************
 ROOT MENU:  This section controls how the categories will appear when the 
             root menu is rendered.

 CategoryContainerStyle:
     How the container housing the category link will look and act.

 CategoryLinkStyle:
     How the category link itself will look and act.
*******************************************************************************/
#MenuPositionStyle
{
	position: absolute;	
}

.CategoryContainerStyle:hover
{	
	background-image: url("/images/ArterRolloverImage2.jpg");
}
.CategoryContainerStyle
{
	background-image: url("/images/ArterOriginalImage2.jpg");
	text-indent: 5px;
	text-align: center ;
}


.CategoryLinkStyle
{
	font-size: 11px;
	font-family: BankGothic Lt BT;
	font-weight: bold;
	font-style: normal;
	color: #99b6d6;
	text-decoration: none;
	vertical-align: text-bottom;
}
.CategoryLinkStyle:Hover
{
	font-size: 11px;
	font-family: BankGothic Lt BT;
	font-weight: bold;
	font-style: normal;
	color: white;
	text-decoration: none;
	vertical-align: text-bottom;
}



/*******************************************************************************
 SUB MENU:  This section controls how the categories will appear when the 
             root menu is rendered.

 ItemContainerStyle:
     How the container housing the item link will look and act.

 ItemLinkStyle:
     How the item link itself will look and act.
*******************************************************************************/
.ItemContainerStyle 
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #c9c9d7;
	background-color: #006699;
	width: 150px;
    display: -moz-inline-block;
	display: inline-block;
}

.ItemContainerStyle:hover
{
    background-color: #999999;
}

.ItemLinkStyle 
{
	font-size: 11px;
	font-family: trebuchet ms;
	font-weight: bold;
	font-style: normal;
	color: white;
	width: 250px;
	text-indent: 5px;
	text-decoration: none;
}

.ItemLinkStyle:hover
{
	text-decoration: none;
}