#menuHome {width:45px; font-size:13px;}
#menuGetInvolved{width:110px; font-size:13px;}
#menuDiabetesAndYou{width:122px; font-size:13px;}
#menuForProfessionals{width:149px; font-size:13px;}
#menuAdvocacy{width:83px; font-size:13px;}
#menuVolunteer{width:88px; font-size:13px;}
#menuAboutUs{width:83px; font-size:13px;}
#menuAwareness{width:147px; font-size:13px; background:#951b0f;}
#menuMediaRoom{width:57px; font-size:13px;}
#menuDonateNow {width:112px; background:#005883; text-align:center; float:right;}

.menu {width:920px; height:30px;  z-index:1000; font-family:Arial, Helvetica, sans-serif; background:#aaa8a8; position:relative; margin: 0 0 10px 0; border-top: solid 2px #cbcbcb; border-bottom: solid 2px #cbcbcb; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:950px; w\idth:951px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; font-size:12px; }
.menu ul ul {width:170px;margin:0;}

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

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:.9em;text-decoration:none; color:#fff;  
font-weight: bold;
height:30px;padding:0 9px; line-height:30px;}

* html .menu a, * html .menu a:visited {}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ccc url(/images/menu/red-arrow.gif) no-repeat 142px center; }

.menu ul ul a.drop2, .menu ul ul a.drop2:visited {background:#ccc no-repeat 142px center; }

/* style the second level hover */
.menu ul ul a.drop:hover{background:#ddd url(/images/menu/red-arrow.gif) no-repeat 142px center;color:#000;}
.menu ul ul :hover > a.drop {background:#ddd url(/images/menu/red-arrow.gif) no-repeat 142px center;color:#000;}

.menu ul ul a.drop2:hover{background:#ddd  no-repeat 142px center;color:#000;}
.menu ul ul :hover > a.drop2 {background:#ddd  no-repeat 142px center;color:#000;}


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

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


/* 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;left:0; width:155px;}

* html .menu ul ul {top:30px;}

/* position the third level flyout menu */
.menu ul ul ul{left:160px; top:0px; width:160px;}

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

/* 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 {background:#ccc; color:#000; height:auto; line-height:1.2em; padding:5px 10px; width:140px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:155px;w\idth:140px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#951b0f;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#951b0f;}

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

li#menuDonateNow a {color:#fff; font-size:13px;}

