/* THIS IS A CSS DOCUMENT */

// -LEGAL STUFF, TITLE IMAGE AND SIDE IMAGE- //

.legal	{
	font-family: "Arial", "Verdana",sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	}

.site_title	{
	position: relative;
	left: 90px;
		}


// ---------------THE MENU------------------ //

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 490px;
   }


li { /* all list items */
	list-style: none;
	float: left;

	padding: 0px;
	height: 16px;
	text-align: center;
   }


li ul { /* second-level lists */
	display: none;
	width: 485px;
     }

ul li a { /* second-level list properties */
	position: relative;
	display: block;	
	text-decoration: none;	
	color: #000000;		
	border-bottom: 0;
	height: 100%;	
      }

li ul li {
	position: relative;

	left: 400px;
      }

li>ul {
	top: auto;
	left: auto;
      }

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav {font-family: arial;
	font-size: 12px;}


.nav_mid_1, .nav_mid_2,	.nav_mid_3, .nav_mid_4, .nav_mid_5, .nav_mid_6{
	border-right: 2px solid #DDDDDD;
	}

.sub_art{
	position: absolute;
	left: 240px;
	width: 240px;
	}

.main_text	{
	font-family: arial;
	font-size: 11px;
	}

#nav a:hover {
	text-decoration: none;
	color: #999999;
	}

.nav_mid_1	{width: 45px;}
.nav_mid_2	{width: 35px;}
.nav_mid_3	{width: 65px;}
.nav_mid_4	{width: 75px;}
.nav_mid_5	{width: 75px;}
.nav_mid_6	{width: 55px;}
.nav_mid_7	{width: 55px; text-align: center;}
.nav_mid_8	{width: 55px;}