.menu { z-index:100; position:relative;
height:35px; width:814px;
padding-left:2px;
/*padding-top:20px; */
 
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
float:left;
height:35px;
width:814px;  w\idth:814px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;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;
 /*background-image:url(../images/menu-tile.gif); background-repeat:repeat-x;*/
}
/* style the links for the top level */
.menu li a {
display:block;
font-size:12px;text-decoration:none;
color:#FFFFFF;
font-weight:bold;
line-height:35px;
float:left;
padding:0 0 0 5px;
text-align:left; /*Padding to accomodate left tab image. Do not change*/
cursor:pointer;
background-image:url(../images/menu-left-off.gif); background-repeat:no-repeat;
background-position: left top;
margin:0px 0px 0px 0px;

/*border-bottom:1px solid #2C74A2;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
line-height:35px; text-decoration:none;
h\eight:35px;
padding:0 0 0 5px;
}
/* style the top level hover */
.menu ul li a:hover{
background-image:url(../images/menu-left-on.gif); background-repeat:no-repeat;
background-position: left top;  text-decoration:none;
height:35px;
line-height:35px;
color:#545454;
font-weight:bold;

/*border-bottom:1px solid #FFFFFF;*/
}
.menu :hover > a {
background-image:url(../images/menu-left-on.gif); background-repeat:no-repeat;
background-position: left top;
color:#FFFFFF;
height:35px;
line-height:35px;
font-weight:bold;
}
.menu :hover > a b{
background-image:url(../images/menu-right-on.gif); background-repeat:no-repeat;
background-position: right top;
color:#545454;
height:35px;
font-weight:bold;
}

.menu li a b{
	float: left;
	display: block;
	padding: 0 13px 0 8px; /*Padding of menu items*/
	
}

.menu ul li a.current,  .menu ul li a:hover{
	color: #545454;
	background-image:url(../images/menu-left-on.gif); background-repeat:no-repeat; /*left tab image path*/
	background-position: left top;
}
.menu ul li a.current b, .menu ul li a:hover b{
	color: #286400;
	background-image:url(../images/menu-right-on.gif); background-repeat:no-repeat; /*left tab image path*/
	background-position: right top; height:35px; 
	line-height:35px; /*right tab image path*/
}

/* 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:35px;left:0;font-size:11px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:35px;t\op:35px;

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}


/* 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, .menu ul ul a:visited{
border-left:1px solid #d0d0d0;
border-right:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
padding-left:10px;
padding-right:10px;
color:#FFFFFF;
font-weight:normal;
height:24px;
line-height:24px;
background-image:none;
background-color:#4ca21e;
text-decoration:none;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited, * html .menu ul li.current a ul a{
height:24px;
line-height:24px;
font-weight:normal;
border-left:1px solid #d0d0d0;
border-right:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
background-image:none;
text-decoration:none;
}

.menu ul ul a:hover{
color:#FFFFFF;
background-image:none;
background-color:#2e93c1;
padding-left:10px;
padding-right:10px;
border-left:1px solid #d0d0d0;
border-right:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
height:24px;
line-height:24px;
font-weight:normal;
text-decoration:none;
}

 .menu ul ul li:hover > a {
color:#FFFFFF;
background-image:none;
/*background-color:#E3E3E3;*/
height:24px;
line-height:24px;
font-weight:normal;


}
/* 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{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul{ 
visibility:visible;
}/* CSS Document */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
background-color:#2e93c1;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background-color:#2e93c1;
}
.menu ul ul :hover > a.drop {
background-color:#2e93c1;
}

.menu ul :hover ul ul{visibility:hidden;}
/* CSS Document */
.menu ul ul ul{top:-1px; border:0px solid #F8AA61; width:auto; height:auto;}
/** html .menu ul ul ul{ float:left; border:1px solid #0066FF; }*/

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background-color:#73b91f;
line-height:25px;
color:#ecf5e2;
padding-left:10px;
height:25px;
border:0;
border-width:1px 0px 0px 1px;
border-color:#ffffff;
border-style:solid;
}
* html .menu ul ul ul a, * html .menu ul ul ul a:visited {
line-height:25px;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background-color:#2e93c1;
line-height:25px;
color:#FFFFFF;
padding-left:10px;
height:25px;
border:0;
border-width:1px 0px 0px 1px;
border-color:#ffffff;
border-style:solid;
}
.menu ul ul ul :hover > a
{
line-height:25px;
}