/************************ Yatra.com ************************
Copyright: 		www.Yatra.com
Yatra.com 		CSS Framework for Yatra
Author:   		Hemant Kumar (Yatra.com, Gurgaon{India})
Version:  		1.0
CreatDate: 		Wednesday, 19 November 2008
************************ Yatra.com ************************/

.halfmoon{
height:31px;
margin-top:-1px;
}

.halfmoon ul{
padding: 8px 0;
margin:2px 0 0 2px;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*border-bottom: 1px solid #929492;*/
}

.halfmoon li{
display: inline;
margin: -1px;
}

.halfmoon li a{
text-decoration: none;
padding: 6px 10px;
margin: 0;
margin-right: 0px; /*distance between each tab*/
background: url(/international/static/images/common/halfmoontabbg.gif) top right no-repeat;
/*border-left: 1px solid gray;*/
color: #596567;
font-size: 12px;
}

.halfmoon li a:visited{
color: #596567;
}

.halfmoon li a:hover, .halfmoon li.selectedtab a{
background: url(/international/static/images/common/halfmoontabbgOr.gif) top right no-repeat;
height:31px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #f7931d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #fbe79d;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #f7931d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #596567;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #f9c063;
}


