/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

<style type="text/css">

 /* common styling */
.navmenu {
	z-index: 150;
}
.menu3 {
font-family: verdana, sans-serif; width:114px; position:relative; font-size:0.85em; z-index:50; clear:both; /* for this page only */
}
.menu3 ul {
padding:0; margin:0; list-style-type: none; z-index:50;
}
.menu3 ul li {
float:left; position:relative;
}
.menu3 li.last {
border-bottom:1px solid #00f; margin:0; z-index:50;
}
.menu3 ul li a, .menu3 ul li a:visited {
display:block; text-decoration:none; color:#000; width:114px; height:27px; color:#000; margin:0; padding:0; z-index:50;
}
.menu3 ul li ul {
display: none; z-index:50
}
.menu3 table {
margin:-1px; border-collapse:collapse;font-size:1em; z-index:50;
}

/* specific to non IE and IE7 browsers */
.menu3 ul li:hover a {
color:#c00; z-index:50;
}
.menu3 ul li:hover ul {
display:block; position:absolute; top:27px; margin-top:0px; left:0; width:114px; height:auto; z-index:50;
}
.menu3 ul li:hover ul li ul {
display: none; z-index:50;
}
.menu3 ul li:hover ul li a{
display:block; background:#CAC8BB; color:#333; height:auto; padding:8px 10px; width:140px; margin:0; z-index:50;
}
.menu3 ul li:hover ul li a.drop {
background:#ddd url(images/point3.gif) bottom right no-repeat; z-index:50;
}
.menu3 ul li:hover ul li:hover a {
background:#AFAC98; color:#821217; z-index:50;
}
.menu3 ul li:hover ul li:hover a.drop {
background:#AFAC98 url(images/point3a.gif) bottom right no-repeat; z-index:50;
}
.menu3 ul li:hover ul li:hover ul {
display:block; position:absolute; left:150px; top:-1px; width:150px; z-index:50;
}
.menu3 ul li:hover ul li:hover ul li a {
background:#AFAC98; color:#333; z-index:50;
}
.menu3 ul li:hover ul li:hover ul li:hover a {
background:#AFAC98; color:#821217; z-index:50;
}
.flash_z {
	z-index:0;
}


/* for IE5.x and IE6 browsers only */
.menu3 ul li a:hover {
color:#821217; background:#CAC8BB url(images/menu3.gif);
}
.menu3 ul li a:hover ul {
display:block; position:absolute; top:28px; left:0; background:#CAC8BB; margin-top:0; marg\in-top:0px;
}
.menu3 ul li a:hover ul li a {
display:block; background:#CAC8BB; color:#333; height:30px; hei\ght:20px; line-height:15px; padding:5px 10px; width:151px; w\idth:129px;
}
.menu3 ul li a:hover ul li a.drop {
background:#CAC8BB url(images/point3.gif) bottom right no-repeat;
}
.menu3 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu3 ul li a:hover ul li a:hover {
background:#AFAC98; color:#821217; text-decoration:none;
}
.menu3 ul li a:hover ul li a.drop:hover {
background:#AFAC98 url(images/point3a.gif) bottom right no-repeat;
}
.menu3 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0; t\op:-1px; color:#333; left:150px;
}

hr {clear:both; margin-bottom:30px;}
.left {clear:both;}


</style>
<!--[if lte IE 5.5]>
<style type="text/css">
.menu3 ul li a, .menu3 ul li a:visited {
width:151px; w\idth:139px;
}
</style>
<![endif]-->