/* { margin:0; padding:0; } */

body {
    background-color: #E6E6E6;
    min-width: 330px;
/*     padding: 80px;  */
}

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

    
-webkit-flex: 1 0 auto !important;
-ms-flex: 1 0 auto !important;
flex: 1 0 auto !important;
-webkit-flex-wrap: row wrap !important;
-ms-flex-wrap: row wrap !important;
flex-wrap: row wrap !important;
<!--    
 	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;   
-->  
  text-align: center;  
  
}

.wrapper > * {
  padding: 0px;
  flex: 1 100%;
}

.intro_index {
    height: 100%;
    width: 100%;
    align-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.indexOverlay {
    background: rgba(255, 102, 0, 0.7);
        align-items: center;
}

.cmicOverlay {
    background: rgba(51, 151, 254, 0.75);
}
.pepsiOverlay {
    background: rgba(51, 51, 204, 0.7);
}

.fritoOverlay {
    background: rgba(255, 50, 0, 0.75);
}

.maiOverlay {
    background: rgba(51, 155, 51, 0.8);
}

.advOverlay {
    background: rgba(0, 204, 153, 0.7);
}

.illuOverlay {
    background: rgba(153, 0, 204, 0.7);
}

.logosOverlay {
    background: rgba(0, 0, 204, 0.5);
}

.packOverlay {
    background: rgba(204, 0, 102, 0.7);
}

.webOverlay {
    background: rgba(103, 204, 0, 0.7);
}

.columns {
    margin-left: 60px;
    margin-right: 60px;
    text-align: left;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;       
    }


a[href^="tel:"]:before {
    content: "\260E";
    display: inline;
    margin-right: 0.3em;
    color: rgb(255, 0, 0);
}
    
a[href^="mailto:"]:before {
    content: "\2709";
    display: inline;
    margin-right: 0.2em;
    color: rgb(255, 0, 0); 
    font-size: 150%;
    vertical-align: bottom;

}

    

/* --------   TEXT   ------------ */

h1{
    font-family: 'Raleway', sans-serif;
    font-size: 4rem;
    line-height: 4.5rem;
    color: white;
	/*transform:translate(50%,50%);
    -webkit-transform:translate(50%,50%);*/
    text-shadow: 0px 6px 6px rgba(0,0,0, 0.6);
    z-index: 50;     
	}

	
h2{
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    color: red;
    text-align: center;
    line-height: 1rem;
	margin: 15px 0px 10px 30px;
}

h3{
    font-family: 'Titillium Web', sans-serif;
    font-size: .9rem;
    color: rgb(255, 102, 0);
    text-align: left;
    line-height: 1.5rem;
    margin: 0px 10px 0px 20px;
    padding-left: 2rem;
    letter-spacing: .5px;
}

h4{
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2rem;
    color: rgb(100, 100, 100);
    text-align: left;
    line-height: 1.5rem;
    margin: 10px 10px 10px 20px;
    letter-spacing: 1px; 
    padding-left: 0rem;
}

p{
    font-family: 'Raleway', sans-serif;
    font-size: .85rem;
    color: black;
    text-align: left;
    padding-left: 5rem;
    padding-right: 5rem;
    line-height: 1.2rem;
    margin: 0px 0px 20px 0px;
}


p.column{
    font-family: 'Raleway', sans-serif;
    font-size: .85rem;
    color: black;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.2rem;
    margin: 0px 0px 20px 0px;
 
}


/* -------- NAVIGATION------------ */

nav{
    list-style-type: none;
	text-decoration: none; 
/*    background-color: #E6E6E6;  */
    list-style: none;
  
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  
  	-webkit-flex-flow: row wrap;
  	justify-content: flex-end;
}

nav ul {
	width: 100%;
	display: block;
	padding: 1rem;
	text-align: right;

}

nav ul li {
    font-family: 'Titillium Web', sans-serif;
    color: black;
    font-size: .7rem;
    display: inline-block; 
	padding: 15px 6px 5px 6px;  
	text-align: right; 
	letter-spacing: 0.1em;
}


/* unvisited link */
a:link {
    color: rgb(60, 60, 60);
    text-decoration: none;
}

/* visited link */
a:visited {
    color: color: rgb(60, 60, 60);
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: rgb(255, 102, 0);
    text-decoration: none;
    background: darken(, 35%);
}

/* selected link */
a:active {
    color: rgb(60, 60, 60);
    text-decoration: none;
}

/* -------- Navigation 2 ------------ */



body {
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
	}


}

h3 a {
	color: rgb(60, 60, 60);
}

a {
	color: rgb(60, 60, 60);
}

#container {
	margin: 0 auto;
	max-width: 890px;
}


#relatedContent {
  max-width: 800px;
  margin: 200px auto;
}

#relatedContent .item {
  max-width: 44%;
  padding: 3%;
  float: left;
  text-align: center;
}

#relatedContent .item a img {
  max-width: 100%;
}	

nav { 
	margin: 10px 0;
/*    background-color: #E6E6E6; */
    z-index: 100;
}

nav ul {
	padding:10px;
	list-style: none;
	position: relative;
    margin-right: 5px;
    z-index: 100;
	}
	
nav ul li {
	display:inline-block;
    background-color: rgba(230, 230, 230, 1); 
    z-index: 100;
	}

nav a {
	display:block;
	padding:0 10px;	
	color: rgb(60, 60, 60);
	line-height: 20px;
	text-decoration:none;
    z-index: 100;

}

nav a:hover { 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 30px;

}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* First Tier Dropdown */
nav ul ul li {
	width:120px;
	float:none;
	display:list-item;
	position: relative;
    right: 135px;
    top: 10px;
    border-bottom: 3px solid white;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:70px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after <!--{ content:  ' +'; }-->
li > a:only-child:after { content: ''; }



/*-----------------------------------------------------------4000 px break-------------------------------------------------*/

@media all and (max-width: 4000px) {
  .navigation {
    justify-content: space-around;
    
}
    
.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  margin: 0px auto;
  max-width: 1200px;
  -webkit-flex-flow: justify;
  flex-flow: justify;
  justify-content: space-around;
 -webkit-justify-content: space-around;
/*  text-align: center;  */
  -webkit-flex: 0 1 1200px;
    flex: 0 1 1200px;
}

.wrapper > * {
  padding: 0px;
  flex: 1 100%;
}
    
#profile{
    width:100%;
    text-align:center;
    height:100px;    
    padding-top:100px;
    align-items: center;
    z-index: 20;
    position: relative;
    margin-bottom: 20px;
}    
 

    
/* ------ Nav Home Flexing ------ */

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
    flex-flow:row wrap;
  justify-content: space-around;
  
}
        
.flex-container > a {
    flex: 1 1 100%;   
}
    
.flex-container>l1 {
    flex: 1 1 75%;
}
    
.flex-item {
  background: tomato;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 7px;
  max-width: 100%;
}

    <!--
.p.column > li {
    flex: 1 1 100%;   
}    
 -->   
/* ------ Portfolio Flexing ------ */

.flex-container_port {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
    flex-flow:row wrap;
  justify-content: space-around;
    

}
        
.flex-container_port > h3 {
    flex: 1 1 100%;   
}
    
/* .flex-container_port>l1 {
    flex: 1 1 75%;
} */

.flex-item_port {
    padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
    flex-flow:row wrap;
  justify-content: space-around;
    
  background: none;
  margin-left: auto;
  margin-right: auto; 
  margin-top: 7px;
  margin-bottom: 7px;
    -webkit-flex: 0 1 900px;
  flex: 0 1 900px;
  align-items: flex-end;

}    
    
   /* .flex-item_port > li {
        flex: 0 1 300px;
    -webkit-flex: 0 1 300px;
    }

   .flex-item_port > li > img {
    width: 280px;
   }*/

li.port_tall {flex: 0 1 350px;
    -webkit-flex: 0 1 350px;

}

li.port_tall > img {
        width:350px;
    }
   

li.port_small {flex: 0 1 350px;
    -webkit-flex: 0 1 350px;
}

li.port_small > img {
        width:350px;
    }
    
li.port_wide {flex: 0 1 550px;
    -webkit-flex: 0 1 550px;
}

li.port_wide > img {
        width:550px;
    }

li.port_widest {flex: 0 1 900px;
    -webkit-flex: 0 1 900px;
}
    
li.port_widest > img {
        width:900px;
    }
        
    
/* -------- CONTAINERS------------ */

.intro{
    background-image: url('book_image.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 350px;
    width: 100%;
    padding: 20px;
    margin-bottom: 5px;
    align-items: center;
    z-index: 0;
    position: relative;
}
    
.specialties{
    height: 100%;
    width: 400px;
    background-color: #E6E6E6;
    width: 100%;
    margin: 0px 0px 40p 0px;
    }
    
.philosophy{
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 10px 0px 10px 0px;
}
    
.clients{
    height: 100%;
    background-color: #E6E6E6;
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 10px 0px 0px 0px;
    }
    
   <!--------- Centering of text columns --------->
    
.columns {
    margin-left: 60px;
    margin-right: 60px;
    text-align: left;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;       
    }
<!--    
.specialties p.column {
    margin-left:80px;
}
-->
             
.portfolio{
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 10px 0px 30px 0px;
    }
 
.process{
    height: 100%;
    background-color: #E6E6E6;
    width: 100%;
    padding: 5px;
    }

.background{
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 10px 0px 20px 0px;
    margin-left: auto;
    margin-right: auto;
    }
    
.footer{
    font-family: 'Titillium Web', sans-serif;
    background-color: black;
    color: white;
    position: relative;
    width:100%;
    height:60px;
    margin: 0, auto;
    padding: 15px;
    text-align: center;
    font-size: .8rem;
    line-height: 1.5rem;
    clear: both;
	}  


/* -------- TEXT ------------ */
    
#profile{
    width:80%;
    height:100px;    
    padding-top:100px;  
    align-items: center;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    z-index: 20;
    position: relative;

}


/* -------- IMAGES ------------ */
	
.logo{ 
    position: absolute;
    height:auto;
    max-width: 110px;
    transform:translate(0,25%); 
    -webkit-transform:translate(0,35%);
    padding: 0px 0px 0px 20px;
    z-index: 500;
    }

}


/*-----------------------------------------------------------1200 px break-------------------------------------------------*/

@media all and (max-width: 1200px) {
  .navigation {
    justify-content: space-around;
    
}
    



/* ------ Portfolio Flexing ------ */

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  
  -webkit-flex-flow: row wrap;
    flex-flow:row wrap;
  justify-content: space-around;
  
}
    
 <!--       
.flex-container > a {
    flex: 1 1 100%;   
}
    
.flex-container>l1 {
    flex: 1 1 75%;
}
-->
    
.flex-item {
  background: tomato;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 7px;
  max-width: 100%;
}

    

li.port_small {flex: 0 1 300px;
    -webkit-flex: 0 1 280px;
}

li.port_small > img {
        width:280px;
    }
    
li.port_tall {flex: 0 1 320px;
    -webkit-flex: 0 1 320px;

}

li.port_tall > img {
        width:320px;
    }
    
li.port_wide {flex: 0 1 450px;
    -webkit-flex: 0 1 450px;
}

li.port_wide > img {
        width:450px;
    }

li.port_widest {flex: 0 1 700px;
    -webkit-flex: 0 1 700px;
}

li.port_widest > img {
        width:700px;
    }

.port_img {
    width:100%;
    height:auto;
}

/* -------- INTRO TEXT ------------ */

#profile{
     width:80%;
    height:100px;    
    padding-top:55px;  
    align-items: center;
     text-align:center;
    z-index: 20;
    position: relative;
}     


h1{
    font-family: 'Raleway', sans-serif;
    font-size: 3.5rem;
    line-height: 4rem;
    color: white;
	/*transform:translate(50%,50%);
    -webkit-transform:translate(50%,50%);*/
    z-index: 50;     
	}
    
h2{
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    color: red;
    text-align: center;
    line-height: 1rem;
	margin: 15px 0px 10px 0px; 

}

h3{
    font-family: 'Titillium Web', sans-serif;
    font-size: .9rem;
    color: rgb(255, 102, 0);
    text-align: left;
    line-height: 1.5rem;
    margin: 0px 10px 0px 10px;
    letter-spacing: .5px;
}

h4{
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    color: grey;
    text-align: left;
    line-height: 1.5rem;
    margin: 10px 10px 10px 20px;
    letter-spacing: 3px;     
}

p{
    font-family: 'Raleway', sans-serif;
    font-size: .8rem;
    color: black;
    text-align: left;
    padding-left: 3rem;
    padding-right: 3rem;
    line-height: 1.2rem;
    margin: 0px 0px 20px 0px;
}

  
p.column {
    font-family: 'Raleway', sans-serif;
    font-size: .8rem;
    color: black;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.2rem;
    margin: 0px 0px 20px 0px;
}          

.specialties p.column {
    margin-left:0px;
}
    
/* -------- CONTAINERS------------ */

.intro{
    background-image: url('book_image.jpg');
    background-repeat: no-repeat;
    background-size: 150%;
    padding-top: 100px;
    align-items: center;
    height: 300px;
    width: 100%;
    padding: 10px;
    position: relative;
}
    
.specialties{
    height: 100%;
    width: 100%;
    background-color: #E6E6E6;
    width: 100%;
    margin: 0px 0px 20p 0px;
    }
    
.philosophy{
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
    margin: 0px 0px 10p 20px; 
    }
 
    
.columns {
    margin-left: 60px;
    margin-right: 60px;
    text-align: left;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;       
    }
    
.process{
    height: 100%;
    background-color: #E6E6E6;
    width: 100%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    }

.portfolio{
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 5px;
    }

.clients{
    height: 100%;
    background-color: #E6E6E6;
    width: 100%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    }
    
.background{
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    }
          	   
.footer{
    font-family: 'Titillium Web', sans-serif;
    background-color: black;
    color: white;
    position: relative;
    width:100%;
    height:60px;
    margin: 0, auto;
    padding: 15px;
    text-align: center;
    font-size: .8rem;
    line-height: 1.5rem;
    clear: both;
	}  



/* -------- IMAGES ------------ */
	
.logo{ 
    position: absolute;
    height:auto;
    max-width: 100px;
    transform:translate(0,30%); 
    -webkit-transform:translate(0,30%);
    padding: 0px 0px 0px 30px;
    z-index: 150;
    }
    

/*---------------------------------------------------------600 px break---------------------------------------------------*/

@media all and (max-width: 600px) {
  .navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }



/* ------ Portfolio Flexing ------ */

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  
}

.flex-item {
  background: tomato;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 7px;
  max-width: 100%;

}
    
.divportfolio {

  display: -webkit-flex;
  display: flex;
}
    
li.port_tall {flex: 0 1 200px;
    -webkit-flex: 0 1 200px;

}
    li.port_tall > img {
        width:200px;
    }

li.port_small {flex: 0 1 200px;
    -webkit-flex: 0 1 200px;
}
    li.port_small > img {
        width:200px;
    }
    
li.port_wide {flex: 0 1 250px;
    -webkit-flex: 0 1 250px;
}
    li.port_wide > img {
        width:250px;
    }

li.port_widest {flex: 0 1 250px;
    -webkit-flex: 0 1 250px;
}
    li.port_widest > img {
        width:250px;
        height: 100%;
    }




/* -------- TEXT ------------ */

#profile{
    width:80%;
    height: 80px;    
    padding-top:25px;  
    align-items: center;
    text-align:center;
    z-index: 20;
    position: relative;
}
    
    
h1{
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: white;
    
	}

	
h2{
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    color: red;
    text-align: center;
    line-height: 1rem;
	margin: 15px 0px 10px 0px; 

}

h3{
    font-family: 'Titillium Web', sans-serif;
    font-size: .85rem;
    color: rgb(255, 102, 0);
    text-align: left;
    line-height: 1.5rem;
    margin: 0px 10px 0px -15px;
    letter-spacing: .5px;
}

h4{
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    color: grey;
    text-align: left;
    line-height: 1.5rem;
    margin: 10px 10px 10px 20px;
    letter-spacing: 3px;     
}

p{
    font-family: 'Raleway', sans-serif;
    font-size: .7rem;
    color: black;
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
    line-height: 1rem;
    margin: 0px 0px 10px 0px;
}
    
p.column{
    font-family: 'Raleway', sans-serif;
    font-size: .7rem;
    color: black;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.2rem;
    margin: 0px 0px 20px 0px;
 
}



/* -------- CONTAINERS------------ */

.intro{
    background-image: url('book_image.jpg');
    background-repeat: no-repeat;
    background-size: 150%;
        align-items: center;
    height: 150px;
    width: 100%;
    padding: 10px 0px 0px 0px;
    position: relative;
}
    
 .specialties{
    height: 100%;
    width: 100%;
    background-color: #E6E6E6;
    margin: 5px 0px 15px 0px;
    text-align: center;
    }

.columns {
    margin-left: 60px;
    margin-right: 60px;
    text-align: left;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;       
    }
<!-- 
.specialties p.column {
    margin-left:0px;
} 
    -->
.philosophy{
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 5px 0px 10px 0px;
    text-align: center;
    }
          
.process{
    height: 100%;
    background-color: #E6E6E6;
    width: 100%;
    padding: 10px 0px 0px 0px;
    }

.portfolio{
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 10px 0px 30px 0px;
    }

.clients{
    height: 100%;
    background-color: #E6E6E6;
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    }
    
.background{
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 10px 0px 20px 0px;
    margin-left: auto;
    margin-right: auto;
    }
          	   
.footer{
    font-family: 'Titillium Web', sans-serif;
    background-color: black;
    color: white;
    position: relative;
    width:100%;
    height:60px;
    margin: 0, auto;
    padding: 15px;
    text-align: center;
    font-size: .8rem;
    line-height: 1.5rem;
    clear: both;
	}  

/* -------- IMAGES ------------ */
	
.logo{ 
    max-width: 70px;
    transform:translate(0,50%); 
    -webkit-transform:translate(0,50%);
    padding: 0px 5px 0px 15px;
    z-index: 150;
    }

/* -------------------- REVISED NAV ----------------------- */
    
nav { 
	margin: 10px 0;
 /*   background-color: #E6E6E6; */
    z-index: 100;

}

nav ul {
	padding: 12px 5px 0px 5px;
	list-style: none;
	position: relative;
    margin-left: 65px;
    margin-right: 10px;
    z-index: 100;
	}
    
nav ul li {
    font-family: 'Titillium Web', sans-serif;
    color: black;
    font-size: .7rem;
    display: inline-block; 
	padding: 5px 0px 5px 0px;  
	text-align: right; 
/*	white-space:nowrap;   */
	letter-spacing: 0.1em;
    margin-left: 5px;
    z-index: 100;
}

nav a {
	display:block;
	padding: 0px 5px 0px 10px;	
	line-height: 20px;
	text-decoration:none;
    z-index: 100;
    

}

nav a:hover { 
<!--	background-color: #FFF; -->
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 0px;

}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* First Tier Dropdown */
nav ul ul li {
	width:110px;
	float:none;
	display:list-item;
	position: relative;
    right: 185px;
    top: 30px;
    border-bottom: 3px solid #fff;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:10px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after <!--{ content:  ' +'; }-->
li > a:only-child:after { content: ''; }
