.chromestyle{
width: 99%;
color: white;
margin-top:13px;
/*font-weight: bold;*/
}

.chromestyle_intro {
background-color: rgb(198,17,137);
}

.chromestyle_contact {
background-color: rgb(102,153,204);
}

.chromestyle_portfolio {
/*background-color: #89bf82;*/
/*background-color: #89bf82;*/
background-color: rgb(63,63,63);
}

.chromestyle_bio {
background-color: #89bf82;
}

.chromestyle_resume {
background-color: #eb8a2c;
}

.chromestyle_home {
  background-color: #61106a;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: transparent;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{ /*this is the style OF THE MENUBAR*/
background-color: transparent;
color: white;
padding: 4px 6px;
margin: 8px;
text-decoration: none;
/*border-right: 1px solid #000000; |+this is the bars that seperate menu options+|*/
font-size: 60%;
letter-spacing: 2px;
}

.chromestyle_border_intro ul li a{
   border:solid rgb(198,17,137) 1px;
}

.chromestyle_border_home ul li a{
   border:solid #61106a 1px;
}

.chromestyle_border_contact ul li a{
   border:solid rgb(102,153,204) 1px;
}

.chromestyle_border_portfolio ul li a{
   border:solid rgb(80,80,80) 1px;
}

.chromestyle_border_bio ul li a{
   border:solid #27c611 1px;
}

.chromestyle_border_resume ul li a{
   border:solid #eb8a2c 1px;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background: #000000;*/
/*color:#0099FF;*/
   border:solid white 1px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

#selected {
   border: solid white 1px;
}
