
/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 font-size:12px;
 font-family:"Verdana", Verdana, sans-serif;
 z-index:99999;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 23px; /* I'm using ems and px to allow people to zoom their font */
 left: 10px;
 width: 150px;
 border:1px solid #858585;
}
.menulist ul li a {
	height:auto;
	text-indent:0;
    padding:4px 0 4px 8px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 height:auto;
 border-top:1px solid #e7e5e1;
}


/* Links inside the menu */
.menulist a {
 display: block;
 height:43px;
 color: #000;
 text-decoration: none;
 text-indent:-9999px;
utline-color: invert;
outline-style: none;
outline-width: medium;
}
.menulist a:hover {
	text-decoration:none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
}
.menulist a.highlighted {
}

.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
 color: #a64f2e;
 background: #fff;
}
.menulist ul a.highlighted {
 color: #a64f2e;
 background: #fff;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

#top1 a {
	width:58px;
    margin:0 13px;
    background:url(/images/menu1.gif) left top no-repeat;
}
#top1 a:hover, #top1 a.highlighted:hover, #top1 a:focus, #top1 a.highlighted, #top1 em {
	background:url(/images/menu1.gif) left bottom no-repeat;
}
#top2 a {
	width:113px;
    margin:0 13px;
    background:url(/images/menu2.gif) left top no-repeat;
}
#top2 a:hover, #top2 a.highlighted:hover, #top2 a:focus, #top2 a.highlighted, #top2 em {
	background:url(/images/menu2.gif) left bottom no-repeat;
}
#top3 a {
	width:169px;
    margin:0 13px;
    background:url(/images/menu3.gif) left top no-repeat;
}
#top3 a:hover, #top3 a.highlighted:hover, #top3 a:focus, #top3 a.highlighted, #top3 em {
	background:url(/images/menu3.gif) left bottom no-repeat;
}
#top4 a {
	width:105px;
    margin:0 13px;
    background:url(/images/menu4.gif) left top no-repeat;
}
#top4 a:hover, #top4 a.highlighted:hover, #top4 a:focus, #top4 a.highlighted, #top4 em {
	background:url(/images/menu4.gif) left bottom no-repeat;
}
#top5 a {
	width:68px;
    margin:0 13px;
    background:url(/images/menu5.gif) left top no-repeat;
}
#top5 a:hover, #top5 a.highlighted:hover, #top5 a:focus, #top5 a.highlighted, #top5 em {
	background:url(/images/menu5.gif) left bottom no-repeat;
}
#top6 a {
	width:82px;
    margin:0 13px;
    background:url(/images/menu6.gif) left top no-repeat;
}
#top6 a:hover, #top6 a.highlighted:hover, #top6 a:focus, #top6 a.highlighted, #top6 em {
	background:url(/images/menu6.gif) left bottom no-repeat;
}
#top7 a {
	width:63px;
    margin:0 13px;
    background:url(/images/menu7.gif) left top no-repeat;
}
#top7 a:hover, #top7 a.highlighted:hover, #top7 a:focus, #top7 a.highlighted, #top7 em {
	background:url(/images/menu7.gif) left bottom no-repeat;
}
#top8 a {
    width:98px;
    margin:0 13px;
    background:url(/images/menu9.gif) left top no-repeat;
}

#top8 a:hover, #top8 a.highlighted:hover, #top8 a:focus, #top8 a.highlighted, #top8 em {
	background:url(/images/menu9.gif) left bottom no-repeat;
}

#top1 li a,
#top2 li a,
#top3 li a,
#top4 li a,
#top5 li a,
#top6 li a,
#top7 li a,
#top8 li a {
	width:150px;
    width/**/:/**/ 142px;
    background:#f2f2f2;
    margin:0;
}
#top1 li a:hover,
#top2 li a:hover,
#top3 li a:hover,
#top4 li a:hover,
#top5 li a:hover,
#top6 li a:hover,
#top7 li a:hover,
#top8 li a:hover,
#top1 li a:focus,
#top2 li a:focus,
#top3 li a:focus,
#top4 li a:focus,
#top5 li a:focus,
#top6 li a:focus,
#top7 li a:focus,
#top8 li a:focus {
	width:150px;
    width/**/:/**/ 142px;
	background:#fff;
}



#atop1 a {
	width:58px;
    margin:0 13px;
    background:url(/images/menu1.gif) left bottom no-repeat;
}

#atop2 a {
	width:113px;
    margin:0 13px;
    background:url(/images/menu2.gif) left bottom no-repeat;
}

#atop3 a {
	width:169px;
    margin:0 13px;
    background:url(/images/menu3.gif) left bottom no-repeat;
}

#atop4 a {
	width:105px;
    margin:0 13px;
    background:url(/images/menu4.gif) left bottom no-repeat;
}

#atop5 a {
	width:68px;
    margin:0 13px;
    background:url(/images/menu5.gif) left bottom no-repeat;
}

#atop6 a {
	width:82px;
    margin:0 13px;
    background:url(/images/menu6.gif) left bottom no-repeat;
}

#atop7 a {
	width:63px;
    margin:0 13px;
    background:url(/images/menu7.gif) left bottom no-repeat;
}

#atop8 a {
    width:98px;
    margin:0 13px;
    background:url(/images/menu9.gif) left bottom no-repeat;
}


#atop1 li a,
#atop2 li a,
#atop3 li a,
#atop4 li a,
#atop5 li a,
#atop6 li a,
#atop7 li a,
#atop8 li a {
	width:150px;
    width/**/:/**/ 142px;
    background:#f2f2f2;
    margin:0;
}

#atop1 li a:focus,
#atop2 li a:focus,
#atop3 li a:focus,
#atop4 li a:focus,
#atop5 li a:focus,
#atop6 li a:focus,
#atop7 li a:focus,
#atop8 li a:focus {
	width:150px;
    width/**/:/**/ 142px;
	background:#fff;
}



