/* ######### Chrome Main Menu Bar CSS ######### */
.chromemenu{

/*font-weight: bold;*/
margin:5 0 5 3;
width: 947px;
*width: 945px;
}

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

.chromemenu ul{
border-top: 1px solid #66ccff;
border-left: 1px solid #66ccff;
border-right: 1px solid #66ccff;
background: url(http://www.tintinpiano.com/images/gradient-TD2NP.png) center center repeat-x;
margin: 0;
padding: 8px 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a, .chromemenu ul li a:visited, .chromemenu ul li a:active, .chromemenu ul li a:link{
color: #1E3CB4;
padding: 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font-weight: bold;
}

.chromemenu ul li a:hover{
background:url(http://www.tintinpiano.com/images/blue-fade-sm.jpg) repeat-x scroll center center transparent;
color:white;
}

.chromemenu ul li.nonono a:hover{
background: url(http://www.tintinpiano.com/images/gradient-TD2NP.png) center center repeat-x;
color:red;
}

.chromemenu ul li a.selected{
background:url(http://www.tintinpiano.com/images/blue-fade-sm.jpg) repeat-x scroll center center transparent;
color:white;
}
/*
.chromemenu ul li a:hover{
background: url(http://vayne.myweb.hinet.net/include/ddlevelsfiles/chromebg2.gif) center center repeat-x;
}

.chromemenu ul li a.selected{
background: url(http://vayne.myweb.hinet.net/include/ddlevelsfiles/chromebg2.gif) center center repeat-x;
}
*/
