.logo {
	margin : 0;
	padding : 0;
	padding-right : 10px;
	text-align : right;
}

.menu {
	background-color : #020810;
	margin : 0;
	padding : 0;
	margin-left : 10px;
	text-align: left;
}

.descript {
	margin : 0;
	padding : 15px;
	text-align : left;
	color : #2484A2;
	font-family: arial;
	font-size: 11px;
}

.bigone {
	background-color : #A4A7AA;
	color: #020810;
	margin : 0;
	margin-top : 10px;
	padding : 0;
	color : #000000;
	font-family: arial;
	font-size: 11px;
}

.heading {
	color: #000000;
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	font-stretch: narrower;
}

.title {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.arttext {
	color: #000000;
	margin : 0;
	padding : 5px;
	color : #000000;
	font-family: arial;
	font-size: 11px;
}

.menu {
	background-color : #020810;
	margin : 0;
	padding : 0;
	margin-left : 10px;
	text-align: left;
}

.menu_l_link {
	color: #B0B19A;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.menu_r {
	background-color : #020810;
	background-image : url(img/bkgr_menu_r.jpg);
	margin-left : 5px;
	text-align: left;
}

.menu_r_link {
	color: #A4A7AA;
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
	font-stretch: narrower;
	line-height: 18px
}

/* Credits to alistapart.com */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px !important; /* Width of Menu Items */
	width: 100px;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	width: 200px;
	left: 100px !important; /* Set 1px less than menu width */
	left: 100px;
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	text-decoration: none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; font-weight: normal; }
/* End */

ul li a:hover { color: #2484A2; font-weight: normal; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; font-weight: normal; } /* Sub Menu Styles */
		
li:hover ul, li.over ul{ display: block; } /* The magic */
