/* common styling */
#otherNavMain {margin-top:10px;}
.otherNavMenu {font-family: arial, sans-serif; font-weight:bold; position:relative; font-size:11px; margin:0px auto; z-index:5;}
.otherNavMenu ul li a, .otherNavMenu ul li a:visited {display:block; text-decoration:none; color:#FFF; text-align:right; line-height:30px; font-size:11px; overflow:hidden; }/*inactive background color*/
.otherNavMenu ul {padding:0; margin:0;list-style-type: none;}
.otherNavMenu ul li {float:right; position:relative;}
.otherNavMenu ul li ul {display: none;}

.otherNavMenu, .otherNavNavigationholder, .otherNavNav1, #otherNavNavigation {width:290px;}
.otherNavMenu ul li a, .otherNavMenu ul li a:visited {background-color:#6A421E}
.otherNavMenu ul li#checkoutbutt a, .otherNavMenu ul li#checkoutbutt a:visited {background: url(../images_layout/checkout-butt-bg.gif) bottom right no-repeat}
.otherNavMenu ul li a, .otherNavMenu ul li a:visited, .otherNavNav1, .otherNavNavigationholder {height:37px;}


.otherNavMenu ul li#checkoutbutt a, .otherNavMenu ul li#checkoutbutt a:visited {height:42px; width:80px}

.otherNavMenu ul li#loginbutt a {width:73px; text-align:right; background: url(../images_layout/login-butt-bg.gif) 0px -4px no-repeat}

.otherNavNavigationholder{margin:0px 0 0px 0;padding: 0px 0 0 0px;}/*distance of nav from top of page*/
.otherNavNav1{/*background-color:#666;*/float:left;padding:0 46px 0 0;}
.otherNavDropdownholder {float:right; background: url(../images_layout/checkout-butt-bg.gif) bottom right no-repeat}


.otherNavDropdownholder {margin:0 0 0 0}/*DISTANCE OF OTHERNAV ACCOUNT FROM TOP*/




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

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

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

.otherNavMenu ul li:hover ul li a.hide { color:#000;}/*flyout*/
.otherNavMenu ul li:hover ul li:hover a.hide { color:#000}/*flyout hover*/
/*.otherNavMenu ul li#navCartButt a, .otherNavMenu ul li#navCartButt a:visited {width:81px}*/