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

