.chromestyle{
font: normal 70% "MS Sans Serif",Verdana,Arial,Sans-Serif;
font-weight: bold;
line-height:35px;
padding:0pt 0px;
}

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

.chromestyle ul{
width: 100%;
background: url(http://www.vampster.com/img/nav.gif) center center repeat-x; 
margin: 0;
border-bottom: 2px solid #303030;
padding-top: 8px;
text-align: right; /* "left", "center", "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ddd;
padding: 1px 25px;
margin: 0;
text-decoration: none;
border-right: 1px solid #333; 
}

.chromestyle ul li a:hover{
background: url(http://www.vampster.com/img/nav.gif) center center repeat-x; 
}

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


/* Style f Drop Down Menu  */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #333; 
border-bottom-width: 0;
font: normal 70% "MS Sans Serif",Verdana,Arial,Sans-Serif;
line-height:18px;
z-index:100;
background-color: #222;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#777,direction=25,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #333; 
padding: 5px 2pt;
text-decoration: none;
font-weight: bold;
color: #ddd;
}

.dropmenudiv a:hover{ 
background-color: #3A3A3A;
}
