@charset "utf-8";
/* CSS Document */

.mainmenuyellow {float:left;width:106px; height:32px; position:relative; z-index:100;border-right:1px solid #fff; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .mainmenuyellow {width:106px; w\idth:106px;}
/* remove all the bullets, borders and padding from the default list styling */
.mainmenuyellow ul {padding:0;margin:0;list-style-type:none;}
.mainmenuyellow ul ul {width:106px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown mainmenuyellow positon */
.mainmenuyellow li {float:left;width:106px;position:relative;}
/* style the links for the top level */
.mainmenuyellow a, .mainmenuyellow a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:106px; height:30px; border:1px solid #fff; border-width:1px 0 1px 1px; background:#e8a713; padding-left:0px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .mainmenuyellow a, * html .mainmenuyellow a:visited {width:106px; w\idth:96px;}

/* style the second level background */
.mainmenuyellow ul ul a.drop, .mainmenuyellow ul ul a.drop:visited {background:#e8a713 url(images/grey-arrow-right.png) no-repeat right;}
/* style the second level hover */
.mainmenuyellow ul ul a.drop:hover{background:#c68f10 url(images/black-arrow-right.png) no-repeat right;}
.mainmenuyellow ul ul :hover > a.drop {background:#c68f10 url(images/black-arrow-right.png) no-repeat right;}
/* style the third level background */
.mainmenuyellow ul ul ul a, .mainmenuyellow ul ul ul a:visited {background:#e8a713;}
/* style the third level hover */
.mainmenuyellow ul ul ul a:hover {background:#c68f10;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.mainmenuyellow ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:107px;border-top:1px solid #fff;}
.mainmenuyellow ul ul ul{visibility:hidden;position:absolute;height:0;top:31px;left:0; width:107px;border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html .mainmenuyellow ul ul {top:30px;t\op:31px;}

/* position the third level flyout mainmenuyellow */
.mainmenuyellow ul ul ul{left:107px; top:-1px; width:106px;}

/* position the third level flyout mainmenuyellow for a left flyout */
.mainmenuyellow ul ul ul.left {left:-107px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.mainmenuyellow table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.mainmenuyellow ul ul a, .mainmenuyellow ul ul a:visited {background:#e8a713; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:86px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .mainmenuyellow ul ul a, * html .mainmenuyellow ul ul a:visited {width:108px;w\idth:86px;}

/* style the top level hover */
.mainmenuyellow a:hover, .mainmenuyellow ul ul a:hover{color:#fff; background:#c68f10;}
.mainmenuyellow :hover > a, .mainmenuyellow ul ul :hover > a {color:#fff; background:#c68f10;}

/* make the second level visible when hover on first level list OR link */
.mainmenuyellow ul li:hover ul,
.mainmenuyellow ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.mainmenuyellow ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.mainmenuyellow ul :hover ul :hover ul{ visibility:visible;}




/* final level */
.mainmenuyellow ul ul ul a.drop2, .mainmenuyellow ul ul ul a.drop2:visited {background:#e8a713 url(images/grey-arrow-right.png) no-repeat right;}
/* style the third level hover */
.mainmenuyellow ul ul ul a.drop2:hover{background:#c68f10 url(images/black-arrow-right.png) no-repeat right;}
.mainmenuyellow ul ul ul :hover > a.drop2 {background:#c68f10 url(images/black-arrow-right.png) no-repeat right;}
/* style the fourth level background */
.mainmenuyellow ul ul ul ul a, .mainmenuyellow ul ul ul ul a:visited {background:#e8a713;}
/* style the fourth level hover */
.mainmenuyellow ul ul ul ul a:hover {background:#c68f10;}

/* make the fourth level visible when hover on third list OR link */
.mainmenuyellow ul :hover ul :hover ul :hover ul{ visibility:visible;}
/* keep the fourth level hidden when you hover on second level list OR link */
.mainmenuyellow ul :hover ul :hover ul ul{visibility:hidden;}

