/* ================================================================ 
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/final_drop.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.
=================================================================== */

.menu {
	padding-left: 10px;
	width:800px; 
	height:30px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width: 800px; 
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	width: 90px;
	height: 30px;
	
}

/* style the links for the top level */
.menu a {
	display: block;
	font-size: 12px;
	text-decoration: none; 
	color: #fff; 
	width: 90px; 
	height: 30px;   
	line-height: 29px;
	background: url(images/navRepeat.jpg) repeat-x top;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	background: url(images/navRepeatOvr.jpg) repeat-x top;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:90px;
}

/* style the second level background */


/* style the second level hover */
.menu ul ul a:hover {
	background: url(images/navRepeatOvr.jpg) repeat-x top;
}

/* style the third level background */
.menu ul ul ul a {
	background: url(images/navRepeat.jpg) repeat-x top;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background: url(images/navRepeatOvr.jpg) repeat-x top;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 30px; 
	width: 90px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:90px; 
	top:-1px; 
	width:90px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-90px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a {
	background: url(images/navRepeat.jpg) repeat-x top; 
	color:#fff; 
	height: 30px;
	padding: 0 10px; 
	width:90px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 90px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}

.menu ul ul .current_page_item a {
  background: url(images/navRepeatOvr.jpg) repeat-x top
}

.menu .current_page_item a {
  color: white;
  font-weight: bold;
  background: url(images/navRepeatOvr.jpg) repeat-x top;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background:url(images/navRepeatOvr.jpg) repeat-x top;
}

.menu ul .current_page_item ul a:hover {
  background: url(images/navRepeatOvr.jpg) repeat-x top;
}

.menu .current_page_item a:hover {
  background: url(images/navRepeatOvr.jpg) repeat-x top;
}

/*---------------------------------- Menu2 ---------------------------------------*/

.menu2 {
	padding-left: 10px;
	width:800px; 
	height:32px; 
	font-size:0.85em; 
	position:relative; 
	z-index:90;
}

/* hack to correct IE5.5 faulty box model */
* html .menu2 {
	width: 800px; 
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
	margin:0;
	list-style:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {
	float:left;
	position:relative;
	width: 90px;
	height: 32px;
	list-style: none;
}

/* style the links for the top level */
.menu2 a {
	display: block;
	font-size: 12px;
	text-decoration: none; 
	color: #fff; 
	width: 90px; 
	height: 32px;   
	line-height: 29px;
	background: url(images/navRepeat2.png) repeat-x top;
}

/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover {
	background: url(images/navRepeat2_ovr.png) repeat-x top;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
	width:90px;
}

/* style the second level background */


/* style the second level hover */
.menu2 ul ul a:hover {
	background: url(images/navRepeat2_ovr.png) repeat-x top;
}

/* style the third level background */
.menu2 ul ul ul a {
	background: url(images/navRepeat2.png) repeat-x top;
}

/* style the third level hover */
.menu2 ul ul ul a:hover {
	background: url(images/navRepeat2_ovr.png) repeat-x top;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 32px; 
	width: 90px;
}

/* another hack for IE5.5 */
* html .menu2 ul ul {
	top:32px;
}

/* position the third level flyout menu */
.menu2 ul ul ul{
	left:90px; 
	top:-1px; 
	width:90px;
}

/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left {
	left:-90px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu2 table {
	position:absolute; 
	top:0; left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu2 ul ul a {
	background: url(images/navRepeat2.png) repeat-x top; 
	color:#fff; 
	height: 32px;
	padding: 0 10px; 
	width:90px;
}

/* yet another hack for IE5.5 */
* html .menu2 ul ul a, * html .menu2 ul ul a:visited {
	width: 90px;
}

/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{
	visibility:visible;
}

.menu2 ul ul .current_page_item a {
  background: url(images/navRepeat2_ovr.png) repeat-x top
}

.menu2 .current_page_item a {
  color: white;
  font-weight: bold;
  background: url(images/navRepeat2_ovr.png) repeat-x top;
}

.menu2 ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background:url(images/navRepeat2_ovr.png) repeat-x top;
}

.menu2 ul .current_page_item ul a:hover {
  background: url(images/navRepeat2_ovr.png) repeat-x top;
}

.menu2 .current_page_item a:hover {
  background: url(images/navRepeat2_ovr.png) repeat-x top;
}