.chromestyle{

margin:0;
margin-right:0;
padding:0;
}

/*.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; */
/*display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin:0;
}*/

.chromestyle ul{

/*padding: 4px 0;*/
margin: 0;
padding:0;
text-align: left; /*set value to "left", "center", or "right"*/
white-space:nowrap;
list-style-type:none;
}

.chromestyle ul li{
display: inline;
padding-right:0;
margin-right:0px;

}

.chromestyle ul li a{
color: #4f4f4f;
margin: 0;
text-decoration: none;
float:left;
}

.chromestyle ul li a:hover{

}

/*.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*/
/*margin: 0;
}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:25px;
z-index:100;
width: 137px;
margin: 0;
visibility: hidden;
background-image:url(../templates/locicero/images/normal.gif);
background-repeat:no-repeat;
background-position:left;
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 3px;*/
padding-left: 8px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
color: #4f4f4f;
width: 100%;
text-decoration:none;
/*margin-left:3px;*/
}

.dropmenudiv a:hover{
color: #4f4f4f;
background-image:url(../templates/locicero/images/normal_red.gif);
text-decoration:none;
}

a.firstdrop:link, a.firstdrop:visited {
color: #4f4f4f;
background-image:url(../templates/locicero/images/top.gif);
background-repeat:no-repeat;
background-position:left;
text-decoration:none;
font-size:10px;
}

a.firstdrop:hover {
color: #4f4f4f;
background-image:url(../templates/locicero/images/top_red.gif);
text-decoration:none;
font-size:10px;
}

a.lastdrop:link, a.lastdrop:visited {
color: #4f4f4f;
background-image:url(../templates/locicero/images/bottom.gif);
background-repeat:no-repeat;
background-position:left;
text-decoration:none;
font-size:10px;
}

a.lastdrop:hover {
color: #4f4f4f;
background-image:url(../templates/locicero/images/bottom_red.gif);
text-decoration:none;
font-size:10px;
}

a.middledrop:link, a.middledrop:visited {
color: #4f4f4f;
background-image:url(../templates/locicero/images/middle.gif);
background-repeat:no-repeat;
background-position:left;
text-decoration:none;
font-size:10px;
}

a.middledrop:hover {
color: #4f4f4f;
background-image:url(../templates/locicero/images/middle_red.gif);
text-decoration:none;
font-size:10px;
}
 
