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


#menu {
width: 182px; /* set width of menu */

} 

#menu ul { /* remove bullets and list indents */
list-style-type: none;
z-index:100;

}

/* style, color and size links and headings to suit */
#menu a {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
display: block;
padding: 11px 0 11px 30px;
width: 160px;
color: #474917;
text-decoration: none;
}

#menu a:hover {
color: #FD0410;}


/*--------------------- */

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul {
	position: absolute;
	top: 0;
	left: -71%; /* to position them to the right of their containing block */
	width: 70%; /* width is based on the containing block */
	background-image:url(../../../../../img/template/transparent.png);
	z-index:100;
}


#menu ul ul li{ height:22px;z-index:100; position:relative;
}
 
#menu ul ul li a{ color:#E1E1B9; font-size:12px; padding:2px 0 0 15px;

}

#menu ul ul li a:HOVER{ color:#fff;

}


/*--------------------- */



div#menu ul ul
{display: none;}

div#menu ul li:hover ul
{display: block;}


/*--------------------- */


/*--------------------- */


.sublink {border-bottom:1px solid #69686D;}
.sublink1 {border-top:8px solid #CCC; width:130px;}



