102f4aeb0Sopenharmony_ci@charset "utf-8";
202f4aeb0Sopenharmony_ci/* CSS Document */
302f4aeb0Sopenharmony_ci        li { font: normal 14px verdana, sans-serif; line-height: 14px; }
402f4aeb0Sopenharmony_ci        ul { font: normal 14px verdana, sans-serif; line-height: 14px; }
502f4aeb0Sopenharmony_ci        a:link, a:visited {color:blue; text-decoration:none;}
602f4aeb0Sopenharmony_ci        a:hover {color:blue; text-decoration:none; background-color:FFFF99; }
702f4aeb0Sopenharmony_ci        
802f4aeb0Sopenharmony_ci        #navwrap {
902f4aeb0Sopenharmony_ci                width: 320px;
1002f4aeb0Sopenharmony_ci                margin:0 0 0 4px;
1102f4aeb0Sopenharmony_ci                padding:0;
1202f4aeb0Sopenharmony_ci                }
1302f4aeb0Sopenharmony_ci                
1402f4aeb0Sopenharmony_ci        #containerul, #containerul ul{
1502f4aeb0Sopenharmony_ci        text-align:left;
1602f4aeb0Sopenharmony_ci        margin:0 0 0 4px; /* Removes browser default margins applied to the lists. */
1702f4aeb0Sopenharmony_ci        padding:0; /* Removes browser default padding applied to the lists. */
1802f4aeb0Sopenharmony_ci        }
1902f4aeb0Sopenharmony_ci        
2002f4aeb0Sopenharmony_ci        #containerul li{
2102f4aeb0Sopenharmony_ci        margin:0 0 0 15px; /* A left margin to indent the list items and give the menu a sense of structure. */
2202f4aeb0Sopenharmony_ci        padding:4px 0 0 2px;
2302f4aeb0Sopenharmony_ci        list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
2402f4aeb0Sopenharmony_ci        font: normal 12px verdana, sans-serif; 
2502f4aeb0Sopenharmony_ci        }
2602f4aeb0Sopenharmony_ci        
2702f4aeb0Sopenharmony_ci        #containerul li.lev1 {
2802f4aeb0Sopenharmony_ci        margin:0 0 0 0;
2902f4aeb0Sopenharmony_ci        padding:4px 0 0 2px;
3002f4aeb0Sopenharmony_ci        list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
3102f4aeb0Sopenharmony_ci        font: normal 14px verdana, sans-serif; 
3202f4aeb0Sopenharmony_ci        }
3302f4aeb0Sopenharmony_ci
3402f4aeb0Sopenharmony_ci        #containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
3502f4aeb0Sopenharmony_ci        background-repeat:no-repeat;
3602f4aeb0Sopenharmony_ci        float:left;
3702f4aeb0Sopenharmony_ci        height:14px;
3802f4aeb0Sopenharmony_ci        margin-right:5px;
3902f4aeb0Sopenharmony_ci        margin-top:1px;
4002f4aeb0Sopenharmony_ci        width:14px;
4102f4aeb0Sopenharmony_ci        }
4202f4aeb0Sopenharmony_ci        
4302f4aeb0Sopenharmony_ci#containerul ul.Level2 {
4402f4aeb0Sopenharmony_ci        margin:0;
4502f4aeb0Sopenharmony_ci        padding: 0;
4602f4aeb0Sopenharmony_ci        }       
4702f4aeb0Sopenharmony_ci
48