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

.menu {
position:relative;
z-index:1000;
font-size:90%;
margin:0px 0 0 0px; /* this page only */
width:224px;
padding-top:10px;
height:246px;
background-image:url(images/nav-bground.gif);
float:left;
margin-left:10px;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:204px;
position:relative;
}

.menu li {
padding:0;
margin:0;
background:transparent;
height:26px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0; padding:0; margin:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
padding:0;
margin:0;
display:block; 
text-decoration:none;
height:26px;
line-height:25px;
width:235px;
color:white;
font-weight:bold;
font-size:large;
background:transparent;
text-align:left;
}

/* Target all Firefox */ 
@-moz-document url-prefix() { .menu li  { height:30px; } } 

/* style the link hover */
* html .menu a:hover {color:#797986;}

.menu :hover > a {
color:#797986; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:110px;
}
/* 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;
background:#252525;
border:2px solid #2c2c36;
padding:5px;
width:235px;
}
.menu ul li:hover ul img{
position:absolute;
left:-25px;
top:20px;
}
.menu ul ul li a {width:235px; font-weight:normal; 	font-size:medium;}

.menu ul.top2 {top:-35px;}
.menu ul.top3 {top:-5px;}
.menu ul.top4 {top:20px;}
.menu ul.top5 {top:50px;}
.menu ul.top6 {top:80px;}
.menu ul.top7 {top:115px;}
.menu ul.top8 {top:145px;}
.menu ul.top9 {top:175px;}

.menu ul.top2 a, .menu ul.top3 a, .menu ul.top4 a, .menu ul.top5 a, .menu ul.top6 a, .menu ul.top7 a, .menu ul.top8 a, .menu ul.top9 a {
width:235px; font-weight:normal; 	font-size:medium;
}