/* ================================================================ 
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/tab_padding.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 the outer div to give it width */
.menu {
	font-family:Helvetica, Arial, sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:100%;
	border:0px solid #000;
	z-index: 2;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; background:transparent;}

/* style the sub-level lists */
.menu ul ul {width:625px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left; line-height:24px; display:block; margin-right:2px;}

/* style the sub level list items */
.menu ul ul li {display:block; width:150px; height:auto; line-height:1em;}
.menu ul ul li.last {padding-bottom:10px; background:url(../images/menu/sub_bottom.gif) bottom left no-repeat;}

/* ####### Custom bottom for the sub menus ####### */


.menu ul li.tab01 ul li.last {background:url(../images/menu/sub_bottom_01.gif) bottom left no-repeat; z-index: 2;}
.menu ul li.tab02 ul li.last {background:url(../images/menu/sub_bottom_02.gif) bottom left no-repeat; z-index: 2;}
.menu ul li.tab03 ul li.last {background:url(../images/menu/sub_bottom_03.gif) bottom left no-repeat; z-index: 2;}
.menu ul li.tab04 ul li.last {background:url(../images/menu/sub_bottom_04.gif) bottom left no-repeat; z-index: 2;}
.menu ul li.tab05 ul li.last {background:url(../images/menu/sub_bottom_05.gif) bottom left no-repeat; z-index: 2;}
.menu ul li.tab06 ul li.last {background:url(../images/menu/sub_bottom_06.gif) bottom left no-repeat; z-index: 2;}
.menu ul li.tab07 ul li.last {background:url(../images/menu/sub_bottom_07.gif) bottom left no-repeat; z-index: 2;}

/*.menu ul li.tab01 ul li.last {background:url(../images/menu/sub_bottom_01.gif) bottom left no-repeat #a6a6a6; z-index: 2;}   
.menu ul li.tab02 ul li.last {background:url(../images/menu/sub_bottom_02.gif) bottom left no-repeat #ad7738; z-index: 2;}   
.menu ul li.tab03 ul li.last {background:url(../images/menu/sub_bottom_03.gif) bottom left no-repeat #9a7c9c; z-index: 2;}   
.menu ul li.tab04 ul li.last {background:url(../images/menu/sub_bottom_04.gif) bottom left no-repeat #de7d00; z-index: 2;}   
.menu ul li.tab05 ul li.last {background:url(../images/menu/sub_bottom_05.gif) bottom left no-repeat #d25500; z-index: 2;}   
.menu ul li.tab06 ul li.last {background:url(../images/menu/sub_bottom_06.gif) bottom left no-repeat #7580b6; z-index: 2;}   
.menu ul li.tab07 ul li.last {background:url(../images/menu/sub_bottom_07.gif) bottom left no-repeat #65929a; z-index: 2;}*/   



/*.menu ul ul ul li.last {padding-bottom:10px; background:url(../images/menu/two_bottom.gif) bottom left no-repeat;}
.menu ul ul ul ul li.last {padding-bottom:10px; background:url(../images/menu/three_bottom.gif) bottom left no-repeat;}*/

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:25px;
	width:100px;
	font-size:85%;
	text-decoration:none;
	color:#fff;
	background: url(../images/menu/top.gif);
	padding:0 0 0 10px;
	text-align:left;
	border:0;
	border-bottom:0px solid #222;
	letter-spacing: 0em;  
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {width:100px; w\idth:100px;}


/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#699; color:#fff;width:128px; height:100%; line-height:1em; padding:5px 10px; border:1px solid #000; border-width:0 1px; z-index: 2;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:150px; w\idth:128px; z-index: 2;}

/* ####### Custom styles for sub menu links ####### */
.menu ul li.tab01 ul a, .menu ul li.tab01 ul a:visited {background:#a6a6a6; z-index: 2;}
.menu ul li.tab02 ul a, .menu ul li.tab02 ul a:visited {background:#ad7738; z-index: 2;}
.menu ul li.tab03 ul a, .menu ul li.tab03 ul a:visited {background:#9a7c9c; z-index: 2;}
.menu ul li.tab04 ul a, .menu ul li.tab04 ul a:visited {background:#de7d00; z-index: 2;}
.menu ul li.tab05 ul a, .menu ul li.tab05 ul a:visited {background:#d25500; z-index: 2;}
.menu ul li.tab06 ul a, .menu ul li.tab06 ul a:visited {background:#7580b6; z-index: 2;}
.menu ul li.tab07 ul a, .menu ul li.tab07 ul a:visited {background:#65929a; z-index: 2;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:120%; z-index:1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#c99;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c96;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#477; z-index: 2;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#a77; z-index: 2;}

/* style the level hovers */
/* first */
.menu li:hover {position:relative; z-index: 2;}


/* ####### Custom styles for top level links ####### */


/*.tab01 a, .tab01 a:visited {background:url(../images/menu/top_01.gif); z-index: 2;}
.tab02 a, .tab02 a:visited {background:url(../images/menu/top_02.gif); z-index: 2;}
.tab03 a, .tab03 a:visited {background:url(../images/menu/top_03.gif); z-index: 2;}
.tab04 a, .tab04 a:visited {background:url(../images/menu/top_04.gif); z-index: 2;}
.tab05 a, .tab05 a:visited {background:url(../images/menu/top_05.gif); z-index: 2;}
.tab06 a, .tab06 a:visited {background:url(../images/menu/top_06.gif); z-index: 2;}
.tab07 a, .tab07 a:visited {background:url(../images/menu/top_07.gif); z-index: 2;}*/

.tab01 a, .tab01 a:visited {background:url(../images/menu/top_01.gif) #a6a6a6; z-index: 2;}      
.tab02 a, .tab02 a:visited {background:url(../images/menu/top_02.gif) #ad7738; z-index: 2;}      
.tab03 a, .tab03 a:visited {background:url(../images/menu/top_03.gif) #9a7c9c; z-index: 2;}      
.tab04 a, .tab04 a:visited {background:url(../images/menu/top_04.gif) #de7d00; z-index: 2;}      
.tab05 a, .tab05 a:visited {background:url(../images/menu/top_05.gif) #d25500; z-index: 2;}      
.tab06 a, .tab06 a:visited {background:url(../images/menu/top_06.gif) #7580b6; z-index: 2;}      
.tab07 a, .tab07 a:visited {background:url(../images/menu/top_07.gif) #65929a; z-index: 2;}      

/*
.tab01 a:hover {background:url(../images/menu/top_01.gif);}
.tab02 a:hover {background:url(../images/menu/top_02.gif);}
.tab03 a:hover {background:url(../images/menu/top_03.gif);}
.tab04 a:hover {background:url(../images/menu/top_04.gif);}
.tab05 a:hover {background:url(../images/menu/top_05.gif);}
.tab06 a:hover {background:url(../images/menu/top_06.gif);}
.tab07 a:hover {background:url(../images/menu/top_07.gif);}*/

/*
.tab01 a, .tab01 a:visited {background:url(../images/menu/trans.gif);}
.tab02 a, .tab02 a:visited {background:url(../images/menu/trans.gif);}
.tab03 a, .tab03 a:visited {background:url(../images/menu/trans.gif);}
.tab04 a, .tab04 a:visited {background:url(../images/menu/trans.gif);}
.tab05 a, .tab05 a:visited {background:url(../images/menu/trans.gif);}
.tab06 a, .tab06 a:visited {background:url(../images/menu/trans.gif);}
.tab07 a, .tab07 a:visited {background:url(../images/menu/trans.gif);}*/


* html .menu a:hover {color:#000; border:0; height:25px; position:relative; z-index:100;/*background:url(../images/menu/top_01.gif)*/}
.menu :hover > a {
	color:#000;
	border:0;
	height:25px;
	/*background-color: #889966;
	background-image: url();*/
}

/* ####### Custom styles for sub menu links #######
html .tab01 a:hover {background:url(../images/menu/top_01.gif) #889966;color:#000;}
html .tab02 a:hover {background:url(../images/menu/top_02.gif) #998c66;color:#000;}
html .tab03 a:hover {background:url(../images/menu/top_03.gif) #669999;color:#000;}
html .tab04 a:hover {background:url(../images/menu/top_04.gif) #667999;color:#000;}
html .tab05 a:hover {background:url(../images/menu/top_05.gif) #996696;color:#000;}
html .tab06 a:hover {background:url(../images/menu/top_06.gif) #827c82;color:#000;}
html .tab07 a:hover {background:url(../images/menu/top_07.gif) #a25ca2;color:#000;}

.menu .tab01 :hover > a {background:url(../images/menu/top_01.gif) #889966;color:#000}
.menu .tab02 :hover > a {background:url(../images/menu/top_02.gif) #998c66;color:#000}
.menu .tab03 :hover > a {background:url(../images/menu/top_03.gif) #669999;color:#000}
.menu .tab04 :hover > a {background:url(../images/menu/top_04.gif) #667999;color:#000}
.menu .tab05 :hover > a {background:url(../images/menu/top_05.gif) #996696;color:#000}
.menu .tab06 :hover > a {background:url(../images/menu/top_06.gif) #827c82;color:#000}
.menu .tab07 :hover > a {background:url(../images/menu/top_07.gif) #a25ca2;color:#000}*/

/* second */
* html .menu ul ul a:hover{color:#000; position:relative; z-index:110; height:100%; border:1px solid #000; border-width:0 1px; z-index: 2;}

.menu ul ul li:hover {position:relative; z-index: 2;}
.menu ul ul :hover > a {color:#000; background:#477; z-index:110; height:100%; border:1px solid #000; border-width:0 1px; z-index: 2;}
/* third */
* html .menu ul ul ul a:hover {background:; position:relative; z-index:120;}
.menu ul ul ul :hover > a {}
/* fourth */
.menu ul ul ul ul a:hover { position:relative; z-index:130;}


/* 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:25px; left:0; width:150px;  z-index: 2;}

/* position the third level flyout menu */
.menu ul ul ul{top:-10px; width:150px;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {visibility:visible; height:auto; padding:15px 30px 30px 30px;/* background:transparent url(../images/menu/sub_top.gif) 30px 0 no-repeat;*/ left:-30px; z-index: 2;}

/* ####### Custom submenu top ####### */
.menu ul li:hover.tab01 ul {background:transparent url(../images/menu/sub_top_01.gif) 30px 0 no-repeat; z-index: 2;}
.menu ul li:hover.tab02 ul {background:transparent url(../images/menu/sub_top_02.gif) 30px 0 no-repeat; z-index: 2;}
.menu ul li:hover.tab03 ul {background:transparent url(../images/menu/sub_top_03.gif) 30px 0 no-repeat; z-index: 2;}
.menu ul li:hover.tab04 ul {background:transparent url(../images/menu/sub_top_04.gif) 30px 0 no-repeat; z-index: 2;}
.menu ul li:hover.tab05 ul {background:transparent url(../images/menu/sub_top_05.gif) 30px 0 no-repeat; z-index: 2;}
.menu ul li:hover.tab06 ul {background:transparent url(../images/menu/sub_top_06.gif) 30px 0 no-repeat; z-index: 2;}
.menu ul li:hover.tab07 ul {background:transparent url(../images/menu/sub_top_07.gif) 30px 0 no-repeat; z-index: 2;}

.tab01_subtop ul {background:transparent url(../images/menu/sub_top_01.gif) 30px 0 no-repeat; z-index: 2;}
.tab02_subtop ul {background:transparent url(../images/menu/sub_top_02.gif) 30px 0 no-repeat; z-index: 2;}
.tab03_subtop ul {background:transparent url(../images/menu/sub_top_03.gif) 30px 0 no-repeat; z-index: 2;}
.tab04_subtop ul {background:transparent url(../images/menu/sub_top_04.gif) 30px 0 no-repeat; z-index: 2;}
.tab05_subtop ul {background:transparent url(../images/menu/sub_top_05.gif) 30px 0 no-repeat; z-index: 2;}
.tab06_subtop ul {background:transparent url(../images/menu/sub_top_06.gif) 30px 0 no-repeat; z-index: 2;}
.tab07_subtop ul {background:transparent url(../images/menu/sub_top_left.gif) 30px 0 no-repeat; z-index: 2;}

.menu ul :hover ul.left {visibility:visible; height:auto; padding:15px 10px 30px 30px; background:transparent url(../images/menu/sub_top_left.gif) 30px 0 no-repeat; left:-70px; z-index: 2;}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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; left:90px; height:auto; padding:10px 30px 30px 30px; background:transparent url(../images/menu/two_top.gif) 30px 0 no-repeat;}
.menu ul :hover ul.left :hover ul {left:-150px;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible; left:90px; height:auto; padding:10px 30px 30px 30px; background:transparent url(../images/menu/three_top.gif) 30px 0 no-repeat;}