﻿.chromestyle{
	font-family: Comic Sans MS;
    width: 100%;
    font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background:url("/BaoTanResources/img/fond-menu-second.jpg") repeat scroll 0 0 transparent;
padding-top: 6px;
padding-bottom:6px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-size: 16px;
}

.chromestyle ul li a {
border-right:1px solid #000000;
color:#FFFFFF;
text-decoration:none;
padding-left:2px;
padding-right:15px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-family: JOAN, Futura, Verdana, Geneva, Arial, Helvetica, sans-serif;
position:absolute;
top: 0;
border: 1px solid #FF6600; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
font-size:11px;
text-indent: 3px;
border: 1px solid #FF6600; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background-color: #FF6600;
}

/*footer*/
.chromestylefooter{
	font-family: Comic Sans MS;
    font-weight: lighter;
    font-size:x-small;
}

.chromestylefooter:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestylefooter ul{
background:url("/BaoTanResources/img/fond-menu-second.jpg") repeat scroll 0 0 transparent;
padding-top: 6px;
padding-bottom:6px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestylefooter ul li{
display: inline;
}

.chromestylefooter ul li a {
border-right:1px solid #000000;
color:#FFFFFF;
text-decoration:none;
padding-left:10px;
padding-right:20px;
}

.chromestylefooter ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: center center repeat-x; /*THEME CHANGE HERE*/
}
