@charset "utf-8";
/* CSS Document */



.menu {width:814px; height:24px; position:relative; z-index:100; margin:0px auto;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:814px; w\idth:815px;}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0px auto; list-style-type:none;}
.menu ul ul {width:110px;}
/* 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; margin:0px 27px 0px 27px;}


/* style the links for the top level */
.menu ul a, .menu ul a:visited {display:block; font-size:13px; text-decoration:none; font-weight:normal; margin:0px 5px 6px 5px; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; text-align:center; height:24px; padding-left:10px; padding-right:10px;}

.menu ul li a:hover		{ background:#3a0a00; padding-left:10px; padding-right:10px;}

* html .menu ul a,* html .menu ul a:visited {margin:0px 5px 6px 5px;}


.menu ul ul a, .menu ul ul a:visited {margin:0px 10px 0px 10px;}
.menu ul ul ul a, .menu ul ul ul a:visited {margin:0px 10px 0px 10px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {/*width:110px; w\idth:99px;*/ float:left;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:transparent url(../images/arrow.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:transparent url(images/arrow.gif) bottom right no-repeat; border-bottom:solid 1px #333; color:fff;}
.menu ul ul :hover > a.drop {background:transparent url(images/arrow.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ddd9ad; width:280px; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; font-size:11px; font-weight:normal; text-align:left;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#d0ca97;}



/* 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:25px;left:-30px; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:30px;}

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

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

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

/* 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:transparent; color:#999; height:auto; padding:5px 10px; width:99px; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; font-size:11px; font-weight:normal; text-align:left; line-height:17px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:111px;w\idth:89px;}

/* yet another hack for IE5.5 */
* html .menu ul ul ul a, * html .menu ul ul ul a:visited {width:280px;w\idth:258px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{background:transparent;}

.menu :hover > a {background:#transparent;}



.menu ul ul :hover > a {background:#ddd9ad;}

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


.menu ul li a:hover { color:#ccc; text-decoration:none;}


