/* common styling */
.menu {font-family: arial, sans-serif; position:relative; font-size:12px; margin:0px auto; z-index:5;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#FFF; text-align:left; line-height:23px; font-size:11px; overflow:hidden; }/*inactive background color*/
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}
.navigationholder{margin:0px 0 0px 0;padding: 0 0 0 0px; margin-left:0px;}/*distance of nav from top of page*/
.nav1{float:left;padding:0px;}
.dropdownholder {float:right;}

.menu, .navigationholder, .nav1 {width:584px;} /*OVERALL WIDTH*/
.menu ul li {margin-right:0px;}/*BUTTON GAP SPACING*/
.menu ul li a, .menu ul li a:visited, .nav1, .navigationholder {height:23px;} /*OVERALL HEIGHT*/
.menu ul li a, .menu ul li a:visited, .nav1, .navigationholder {font-size:18px} /*FONT SIZE*/
.menu ul li {/*background: url(../images_layout/nav-butt-bg.gif) bottom left repeat-x #000;*/} /*BUTTON BACKGROUND*/
A#otherNavHiLite{color:#fff200}
A:hover#otherNavHiLite{color:#FFF200}




/* specific to non IE browsers */
.menu ul li:hover ul {top:31px; padding-bottom:40px;} /*Distance of drop down from main button, background colour of the whole drop down, DEAD GROUND AT BASE OF MENU*/
.menu ul li:hover ul li:hover ul {top:0px;}

.menu ul li, .menu ul li:hover a {text-indent:0px;}
.menu ul li:hover a {color:#FFF; text-decoration:underline}/*HOVER main topbar items*/
.menu ul li:hover ul {display:block; position:absolute; left:0; width:212px;}/*Drop down area width*/

.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#000; color:#fff; width:202px; text-align:left; padding-left:0px; text-indent:17px; font-size:11px;}/*individual list items, width, padding*/
.menu ul li:hover ul li a:hover {background:#fff; color:#000;} /*standard hover bg & txt colour*/
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:108px;}
.menu ul li a, .menu ul li a:visited {/*width:119px;*/ padding:0 10px 0 0px;}/*BUTTON WIDTH*/

.menu ul li:hover ul li a.hide {background:#000000; color:#fff;}/*flyout*/
.menu ul li:hover ul li:hover a.hide {background:#eee; color:#000;}/*flyout hover*/