@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
body {
	background-color: #e7efef;
}
.styl1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #007771;
}
.styl2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
.styl3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #007771;
}
.styl4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
.styl5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}
.styl6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
a:link {
	color: #007771;
}
a:visited {
	color: #007771;
}
a:hover {
	color: #007771;
}
a:active {
	color: #007771;
}
-->
/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0 0 0 60px;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 0px 0px 0px 0px;
}

.art-nav
{
	position: relative;
	height: 39px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 39px;
	background-image: url('images/nav.png');
	width: 900px;
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: -273px;
	width: 900px;
	clip: rect(auto, auto, auto, 1125px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 39px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 117px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .l
{
	left:0px;
	right:4px;
}

.art-menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.art-menu a .t 
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
letter-spacing: 1px;
 
	color: #CCDDCC;
	padding: 0 10px;
	margin: 0 4px;
	line-height: 39px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-39px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-39px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-39px;
}
.art-menu a:hover .t
{
	color: #EDEDED;
}

.art-menu li:hover a .t
{
	color: #EDEDED;
}

.art-menu li:hover>a .t
{
	color: #EDEDED;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -78px;
}

.art-menu a.active .t
{
	color: #CCCCCC;
}


/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
	display: block;
	width: 1px;
	height: 39px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

</style>

