
/*#menu { float:left; width:830px; font-size:14px; height:32px; margin:0 auto; border: solid #666600 1px; background-image:url(../images/bg_navbar.gif); }
#menu ul { height:32px; list-style:none; margin:0px; padding:0px; }
#menu li { float:left; height:32px; margin: 0px; background:url(../images/nav_divider.gif) no-repeat right top; }
#menu a { float:left; text-decoration:none; color:#FFFFFF; padding: 8px 16px 0px 16px; margin-right: 1px; }
#menu a:hover { background:url(../imaoges/nav_divider_over.gif) repeat-x; color:#FFF; height:24px; }*/


.menu { 
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; color:#4D4D4F;
	position:absolute; z-index:10; float:left; 
	width:800px; height:43px; top:538px; left:0px; 
	margin:0px auto; padding: 0px 0px 0px 0px; /*border: solid #666600 1px; /*background-image: url("bg_navbar.gif");*/
	/*border-top: 1px solid #EEF5F4; border-bottom: 1px solid #A0A0A0;*/
	font-weight:bold; font-style:normal; /*text-transform:uppercase; letter-spacing: 2px;*/
}
#menu_active { color:#EA088C; /*text-transform: uppercase;*/ }
/* hack to correct IE5.5 faulty box model */
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {height:22px; list-style:none; margin:0px; padding:0px;}
.menu ul ul {/*width:149px;*/}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; height:22px; margin: 0px; /*background: url("nav_divider.gif") no-repeat right top;/*width:149px;*/position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	float:left; text-decoration:none; color:#4D4D4F; padding: 0px 0px 0px 0px; margin-right: 0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {/*width:149px;*/ /*w\idth:138px;*/}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {/*background:#d4d8bd url("grey-arrow.gif") no-repeat 130px center;*/}
/* style the second level hover */
.menu ul ul a.drop:hover{/*background:#c9ba65 url("blue-arrow.gif") no-repeat 130px center;*/}
.menu ul ul :hover > a.drop {/*background:#c9ba65 url("blue-arrow.gif") no-repeat 130px center;*/}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {font-size:14px; height:24px; width:112px; margin:0 auto; /*border: solid #666600 1px; /*background-image: url("bg_navbar.gif");*/}
/* style the third level hover */
.menu ul ul ul a:hover {/*background: url("nav_divider_over.gif") repeat-x; */color:#85ABD4; height:24px;}

/* 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:0px; top:0px; left:0px; /*width:149px;border-top:1px solid #000;*/}
/* another hack for IE5.5 */
* .menu ul ul {top:20px;t\op:20px;}

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

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

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {font-size:11px; height:22px; margin:0 auto; background-color:#0069AA; width:250px; border-top: solid #3E81AA 1px; /*background-image: url("bg_navbar.gif");*/ }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {/*width:150px;w\idth:128px;*/}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#85ABD4; height:22px; }
.menu :hover > a, .menu ul ul :hover > a {/*background: url("nav_divider_over.gif") repeat-x;*/ color:#85ABD4; height:22px; }

/* 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_active {/*background: url("bg_navbar_active.gif") repeat-x;*/ color:#85ABD4; height:24px;}



