*{
		margin: 0 auto;
	}
		LI { display: block }
    	LI:before { content: counters; }

                    
	.demo, #menu {
	width: 702px;
	margin-left:161px;
	font-family: Tahoma;
	margin-bottom:20px;
	font-size: 11px;
	line-height:18px;
	overflow: hidden;
	
	}
            
	/* menu styles */
	ul.menuh {
	margin:0 auto;
	padding: 0;
	height: 28px;
    }            
    ul.menuh li.subv {
	margin: 0px;
	padding: 0px;
	width: 112px;
	float: left;
	font-style:bound;
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display:block;
	background-color: #9DBEA0;
	font-weight: bold;
    }            
     ul.menuh ul.menuv {
      display: none; position: absolute; margin-left: -1px;
	background-color: #9DBEA0;
				
     }            
                
            ul.menuh a {
				color: #fff;
                padding: 5px; display: block; text-decoration: none; 
				background-color: #9DBEA0;
				width: 101px;
				overflow: hidden;
				
            }            
            ul.menuh li a:hover {
	color: #fff;
	background-color:#B0CCB4;
	font-style:bound;
	font-style:bound;
            }            
                       
            ul.menuv, ul.menuv ul {
                margin: 0; padding: 0; border: 0px; width: 150px; 
                z-index: 10000; border-top: 1px solid #fff;
				width: 112px;
				overflow: hidden;
				
            }            
            ul.menuv li {
                position: relative; list-style: none; border: 0px;
				
            }            
            ul.menuv li a {
                display: block; text-decoration: none; border: 1px solid #fff; border-top: none;
                padding: 5px 10px 5px 5px;
				background-color: #9DBEA0;
            }
            /* Fix IE. Hide from IE Mac \*/
            * html ul.menuv li {
                float: left; height: 1%;
            }            
            * ul.menuv li a {
                height: 1%;
				background-color: #9DBEA0;
				
            }
            /* End */
                     
            ul.menuv li.submenu ul {
                display: none;
				
            }            
                    
            ul.menuv li ul li a:hover {
                color: #fff; 
				background-color:#333333;
				font-style:bound;
				font-style:bound;
            }
       
