/* Drop down menu's CSS - Author: Nilesh Pawar */

.cleaning-box{
width: 100%;
}

.cleaning-box:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.cleaning-box ul{
width:auto;
background-color: #A2A3A3; /*THEME CHANGE HERE*/
padding:0;
margin: 0;
text-align: left; /*set value to left, center, or right*/
}

.cleaning-box ul li{
display: inline;
}

.cleaning-box ul li a{
font: bold 11px tahoma,arial,verdana,sans-serif;
color: #fff;
padding: 6px 20px;
margin: 0;
float:left;
text-decoration: none;
border-right: 1px solid #F0F0F0;
}

.cleaning-box ul li a:hover, .cleaning-box ul li a.selected{ /*script dynamically adds a class of selected to the current active menu item*/
background-color: #FFD600; /*THEME CHANGE HERE*/
color: #000;
padding: 6px 20px;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
font: bold 11px tahoma,arial,verdana,sans-serif;
top: 0;
border: 1px solid #eaeaea; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
line-height:18px;
z-index:100;
background-color: #B4B5B5;
width: 160px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
padding:3px 0 3px 20px;
background: url(../images/arrow1.gif) no-repeat 7px 9px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
color: #333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration:none;
color:#000;
padding-left: 20px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000;
background-color: #FFD600;
padding-left: 20px;
text-decoration:none;
}

.noscreen {
display: none;
}


/* Cleaner */

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}


/* Skip menu */

.hidden {
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

/* Menu */

#chromemenu {
background-color: #A2A3A3;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
width:1004px;
margin:0 auto;
}


#menu li {
display: inline;
text-align: center;
line-height: 28px;
}

#menu li a {
float: left;
display: block;
color: #FFF;
padding: 0 20px;
/*border-right: 1px solid #FFF;*/
text-decoration: none;
}

/*#menu li a.first {
border-left: 1px solid #B0BCC3;
}*/

#menu li a:hover {
color: #000;
background-color: #FFD600;
}

/*#menu li a.active {
background-color: #ADDEFF;
color: #202020;
}*/

