/* navigation */

/*#navigation {
	padding: 0;
   position: absolute;
   top: 120px
   width: 700px; 
  	height: 35px;   
}
*/
ul {
   list-style-type: none;
}
    
ul#nav {
   /*background: #ffffff; */
   float: left;   
   width: 750px;/*700*/
	padding: 0 0 0 0px;
   margin: 0px;
}

#nav a {
	display: block;
	font-size: 12px;
	color: #999;  
	text-decoration: none;
	   background: #101010;
	border-top: 4px solid #e10085;
}

#nav li li a {
   display: block;
   width: 132px; /* gives consistant width for all secondary topnav dropdowns */
   height: auto;
   margin: 0 0px;
   padding: 4px;
   text-indent: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #999; /*#0b0a0a;*/
   text-decoration: none;
   background: #101010;
border-top: 4px solid #e10085;
}
#nav li li.first a {
   border-top: none;
}
#nav li li a:hover {
   color: #ffffff;  
   background: #151515;
	border-top: 4px solid #0088af;
	text-decoration: none;
}
/*added by white crackah*/
#nav li a:hover{
  color: #ffffff;  
   background: #151515;
	border-top: 4px solid #0088af;
}
/*and yeah thats about that*/
#nav li {
   float: left;
   position: relative;
   text-align: left;
   padding: 0;
   margin: 0;
}
#nav li div {
   background-position: 0 0px; /* 0 9 */
   background-repeat: no-repeat;
}
#nav li div a {
   height: 16px;
   background-position: 0 0px; /* 0 9 */
   background-repeat: no-repeat;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12px;
   text-align: center;
}
#nav li ul {
   display: none;
   position: absolute;
   top: 100%;
   width: 146px;
   padding: 0px;
   margin: 0 0 0 0;
   z-index: 10000;
   /*background: #ffffff;
   border: 1px solid #e0e5e8;*/
}
#nav li li {
   float: none;
}
#nav li#home, #nav li#about, #nav li#resume, #nav li#hireme, #nav li#contact {
   width: 146px;
}

#nav li:hover,
#nav li.over {
     
}
#nav li:hover ul, 
#nav li.over ul {
   display: block;
}