@media all{		
		/*this is the css for the horizontal version*/
        
		.horizontal ul{
            position:relative;
            width:100%;
            height:auto;
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: block;
            
		}
		.horizontal li{
            position:relative;
            width:auto;
            height:36px;
			float: left;
			display: inline;
            
		}
		.horizontal li a{
            position:relative;
			text-decoration: none;
			float: left;
			display: block;
			width: 200px;
             height:36px;
			padding: .1em 1px;
			border-left: none;
           
		}
		.horizontal li li a{
		  position:relative;
            width: 100%;
            height:20px;
            z-index:120;
			border-top: none;
             text-align:left;
            padding-left:5px; 

		}
		.horizontal li ul{
		  
			position: absolute; 
            width: 100%;
			margin-top: 35px;
         
			margin-left: 2px;
			border: none;
			display: block;
			height: 36px;
            
		
            z-index:200;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 220px;
            padding-left:5px;
		}
		.horizontal li ul li a{
		  position:relative;
		  width: 100%;
        height:36px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*colors for menu*/
		.blue li a{
			background-image:url('../img/btn1.png');
            background-repeat:no-repeat;
            background-size:100% 100%;
			color: #88d1eb;
			border:0px;
            width:auto;
            padding:10px;
            padding-left:14px;
            padding-right:14px;
            height:16px;
            top:0px;

		}
		.blue li a:hover{
            background-image:url('../img/btn2.png');
            background-repeat:no-repeat;
            background-size:100% 100%;
			color: #d4f0fa;
			border:0px;
            
		}
        .blue li ul li a{
			background-image:url('../img/btn3.png');
            background-repeat:no-repeat;
            background-size:100% 100%;
			color: #d4f0fa;
			border:0px;
            width:100%;
            width:80px;
            padding:10px;
            height:16px;
            top:0px;
		}
        .blue li ul li a:hover{
			background-image:url('../img/btn4.png');
            background-repeat:no-repeat;
            background-size:100% 100%;
			color: #ffffff;
			border:0px;
            width:100%;
            width:80px;
            padding:10px;
            height:16px;
            top:0px;
		}
        
		.blue ul{
			border-color: #ccc;
		}
}
@media all and (max-width: 1020px) {
    .blue li a{
			
            width:auto;
            clear:left;
            margin-left:0;
            width:auto;
            padding:10px;
            padding-left:8px;
            padding-right:8px;
            height:16px;
            top:0px;
		}
}
@media all and (max-width: 650px) {
    .blue li a{
			
            width:auto;
            clear:left;
            margin-left:0;
            padding:0;
            padding:10px;
            padding-left:6px;
            padding-right:6px;
            height:27px;
            top:3px;
            font-weight:regular;
            font-size:0.8em;
            padding-top:18px;
		}
}