.menu body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin: 0px;
	padding:0px;
}

.menu body{
	/* Setting default text color, background and a font stack */
	 position: absolute;
        color:#cccccc;
	font-size:13px;
        
	font-family:Arial, Helvetica, sans-serif;
}

.menu ul{
	margin:0;
	padding:0;
        
}

.menu ul.container{
	/* The topmost UL */
        
	//width:100px;
	//margin-left: 100px;
	//padding:10px;
        
}

.menu li{
	
        list-style:none;
	text-align:left;
        margin-left: -200px;
        
        
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
        list-style: none;
}

.menu li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:15px;
	height:20px;
	overflow:hidden;
	padding:8px 20px 0;
	position:relative;
	width:135px;
        
        
}

.menu li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

.menu li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:2px;
	display:block;
}

/* Setting up different styles for each section color 

.menu li.button a.blue{background:url(img/blue.png) repeat-x top left; color:#074384;}
.menu li.button a.blue span{ background:url(img/blue.png) repeat-x top right;}

.menu li.button a.green{background:url(img/blue.png) repeat-x top left; color:#074384;}
.menu li.button a.green span{ background:url(img/blue.png) repeat-x top right;}

.menu li.button a.orange{background:url(img/blue.png) repeat-x top left; color:#074384;}
.menu li.button a.orange span{ background:url(img/blue.png) repeat-x top right;}

.menu li.button a.red{background:url(img/blue.png) repeat-x top left; color:#074384;}
.menu li.button a.red span{ background:url(img/blue.png) repeat-x top right;}*/
.menu li.button a {background:url(img/blue.png) repeat-x top left; 
          color:black;

}
.menu li.button a span{ background:url(img/blue.png) repeat-x top right;}


/* The hover effects */

.menu li.button a:hover{ background-position:bottom left;}
.menu .button a:hover span{ background-position:bottom right;}

.menu .dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
        
        
}

.menu .dropdownblock{
	/* The expandable lists */
	display:block;
	padding-top:5px;
	width:100%;
}

.menu .dropdown li{
	/* Each element in the expandable list */
	background-color:#272727;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
        width: 21%;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none !important;
}

.menu .dropdownblock li{
	/* Each element in the expandable list */
	background-color:#272727;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
        width: 21%;
        font-size: 15px;
        font-weight: 600;
}


/* The styles below are only necessary for the demo page */

.menu h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
}

.menu h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-right:140px;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:15px;
}

.menu .clear{
	clear:both;
}

#main_vmenu {
	/* The main container */
	//margin:20px auto;
        margin-left: 200px;
        margin-top: 100px;
	text-align:center;
	width:650px;
	position:fixed;
        
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
        
}

a:hover{
	//text-decoration:underline;
}

.menu p{
	/* The tut info on the bottom of the page */
	padding:10px;
	text-align:center;
        
}

.menu li.selected  {
	//background: linear-gradient(#2F65D0, #214791);
    	background-color: #A9ACB6;
        border: 1.5px black solid;
	}
 .menu li.selected a {
	//background: linear-gradient(#2F65D0, #214791);
    	color: black;
        
	}       
 

.menu .dropdownblock a:hover  {
	//background: linear-gradient(#2F65D0, #214791);
    	color: white;
	
	}
        a  {
    text-decoration: none !important;
}
