.cat_link
{
 color:#333333;
}
.cat_link:hover
{
 color:#FFCC33;
 text-decoration:underline;
}
.cat-link{margin-left:15px;font-size:16px; font-size:14px;} 
#nav {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;  
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	
}
#nav, #nav .ul_make {
    
    padding:0;
	background:#F6F6F6;
    width:240px;
}
#nav .ul_make {
    position:relative;
    z-index:-1;
	
}
#nav .li_make {
    position:relative;
    z-index:100;
}
#nav .ul_make .li_make {
    margin-top:-25px;

    -moz-transition:  0.4s linear 0.4s;
    -ms-transition: 0.4s linear 0.4s;
    -o-transition: 0.4s linear 0.4s;
    -webkit-transition: 0.4s linear 0.4s;
    transition: 0.4s linear 0.4s;
}
#nav .li_make a {
    
    color:#000;
    display:block;
    font-size:12px;
	
    
    line-height:28px;
    outline:0;
    padding-left:15px;
    text-decoration:none;
}
#nav .li_make a.sub {
    background:#F6F6F6 url(../img/plus.png) no-repeat;
	
	
}
#nav .li_make a + img {
    cursor:pointer;
    display:none;
    height:27px;
    left:0;
    position:absolute;
    top:0;
    width:27px;
}
#nav .li_make a img {
    border-width:0px;
    height:24px;
    line-height:28px;
    margin-right:8px;
    vertical-align:middle;
    width:24px;
}
#nav .ul_make .li_make a:hover {
    
    color:#900;
}

#nav .ul_make .li_make a {
    background-color:#F6F6F6;
    /*border-bottom:1px solid #ccc;*/
	width:228px;
    color:#000;
    font-size:12px;
    line-height:22px;
	
}


#nav a:focus ~ .ul_make .li_make {
    margin-top:0;

    -moz-transition:  0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linears;
    -webkit-transition: 0.4s linears;
    transition: 0.4s linear;
}
#nav a:focus + img, #nav a:active + img {
    display:block;
}
