
div#menu {
    height:33px;
	z-index:99;
	background-image:url(v2images/menubg.jpg);
	background-repeat:repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
	z-index:10;
}
div#menu ul.menu {
    padding-left: 10px;
}
div#menu ul li:hover {
background-image:url(v2images/menubghover.jpg);
	background-repeat:repeat-x;}
	


div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 33px;
    display: block;
    float: left;
    line-height: 33px;
    text-decoration: none;
	text-transform:uppercase;
    font: normal 12px Arial;
	color:#555;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu ul li.current a {color:#fff; 
background-image:url(v2images/menubghover.jpg);
	background-repeat:repeat-x;}
	
	div#menu ul li.current ul li a {color:#fff; 
background-image:none;
	}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;z-index:10;
    background-image: url(menuimages/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(menuimages/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 33px;
    color: #555;
}
div#menu span {
    margin-top: 0;
}/**@replace#1*/
div#menu li { background: url(menuimages/main-delimiter.png) no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background-image: none; }
div#menu ul ul li:hover { background-image: none; }
div#menu ul ul li a { background-image: none; color:#fff; font-size:12px; line-height:14px; }
div#menu ul ul li a:hover { background-image: none; color:#fff; }
div#menu ul ul {
    position: absolute;
    top: 33px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
	background-image:url(v2images/purple.png);
	background-color:transparent;
    margin:0 0 0 2px; z-index:10;
}
div#menu ul ul a {
    padding: 0 0 8px 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 10px;
	font-size:11px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0; z-index:10;
    padding-right: 15px;
    padding-right: 20px;
    color: rgb(220,220,220);
	
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
	z-index:10;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }



