.menu {
	font-size:14px;
	color:#333333;
	position:relative;
	margin: 10px 0px 0px 10px;
	height:30px;	
	text-transform:none;
	width: 958px;

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


}
.menu ul ul {

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
width:auto;
padding:0px 20px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
list-style-type:none;
display:block;
}



/* style the links for the top level */
.menu a, .menu a:visited {
font-size:12px;
text-decoration:none; 
color:#333333; 
text-align:left;
padding-left:7px;
padding-right:7px; 
line-height:20px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
top: 21px;
t/op: 21px;
}


.menu ul ul :hover > a.dropbot {

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#ffffff;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#ffffff;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
float:left;
}
/* another hack for IE5.5 */
* html .menu ul ul {
}

/* position the third level flyout menu */
.menu ul ul ul{

}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
}

/* position the third level flyout menu for a left flyout */
* html .menu ul ul ul {

}


/* 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;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ffffff; 
color:#333333; 
height:15px; 
line-height:1em; 
padding:7px 10px;
border:0px solid #999999; 
/* T,R,B,L */
border-width:0px 0px 0px 0px;
/* yet another hack for IE5.5 */

}


/* style the third level links */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#ffffff; 
color:#CC0000; 
height:auto; 
line-height:1em; 
padding:7px 10px; 
border:0px solid #999999; 
border-width:0px 0px 0px 0px;
/* yet another hack for IE5.5 */
}

* html .menu ul ul a{

}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
/*color:#00175C; */
color:#CC0000;

}

.menu :hover > a, .menu ul ul :hover > a {
color:#CC0000; 

}
/* 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 2
----------
*/


.menu2 {
	font-size:12px;
	color:#333333;
	position:relative;
	margin: 0px 0px 0px 10px;
	height:25px;	
	text-transform:none;
	width: 958px;

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


}
.menu2 ul ul {

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {
width:auto;
padding:0px 20px 0px 0px;
margin:0px 0px 0px 0px;
float:left;
list-style-type:none;
display:block;
}



/* style the links for the top level */
.menu2 a, .menu2 a:visited {
font-size:11px;
text-decoration:none; 
color:#333333; 
text-align:left;
padding-left:7px;
padding-right:7px; 
line-height:20px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
top: 21px;
t/op: 21px;
}


.menu2 ul ul :hover > a.dropbot {

}
/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {
background:#ffffff;
}
/* style the third level hover */
.menu2 ul ul ul a:hover {
background:#ffffff;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
visibility:hidden;
float:left;
}
/* another hack for IE5.5 */
* html .menu2 ul ul {
}

/* position the third level flyout menu */
.menu2 ul ul ul{

}
/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left {
}

/* position the third level flyout menu for a left flyout */
* html .menu2 ul ul ul {

}


/* 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;}

/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
background:#ffffff; 
color:#333333; 
height:15px; 
line-height:1em; 
padding:7px 10px;
border:0px solid #999999; 
/* T,R,B,L */
border-width:0px 0px 0px 0px;
/* yet another hack for IE5.5 */

}


/* style the third level links */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {
background:#ffffff; 
color:##CC0000; 
height:auto; 
line-height:1em; 
padding:7px 10px; 
border:0px solid #999999; 
border-width:0px 0px 0px 0px;
/* yet another hack for IE5.5 */
}

* html .menu2 ul ul a{

}

/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{
/*color:#00175C; */
color:#CC0000;

}

.menu :hover > a, .menu2 ul ul :hover > a {
color:#CC0000; 

}
/* 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;
}