@charset "utf-8";
/* CSS Document */
#menu_label{
//    width: 45px;
    padding-right: 10px;
}
#menu_home img{
//display: inline;
}

#menu_home {
    width: 90px;
}
#menu_schedule {
    width: 120px;
}
#menu_girls {
    width: 90px;
}
#menu_categories {
    width: 130px;
}
#menu_sites {
    width: 80px;
}
#menu_join_now {
   width: 95px;
}
#menu_join_now div{

    color: #850000; 
}
#menu_search .contentb {
   width: inherit;
    height: 17px;
}
#search {
  float: left;
	font-size:12px;
	border:solid 1px #FFFFFF;
	margin-left:0px;
	margin-top:0px;
	color:#999999;
}
#search_label {
  width: 50px;
}
#search_components {
    width: 135px;
    margin: 0px;
    padding: 4px 0px 0px 70px;
   display:inline;
}
#menu_search div{
  float: left;
}
#menu_search {

    margin-top:0px;
	background:url(/images/tour/menu_search_white.gif) no-repeat top right;
	width:230px;
	height:24px;
}

.orange {background-color: #FC0;}
.white {background-color: #FFF;}
.black {background-color: #000;}
.red_text {color: #710000;}

#chromemenu {

}
.chromestyle {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline; 
        float: left;
}
.chromestyle ul li a {
	color: #000;
	text-decoration: none;


}
.chromestyle ul li a div div{


}

.chromestyle ul li a:hover {
	 /*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	/*content: " " url(/images/starburst/icons/bullet.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	top: 0;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #fff;
	border: solid 1px #1e2434;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #1e2434; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #1e2434;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #1e2434;
        color: #fff;
}

