.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 961px;;
font: bold 13px Arial;
background-image: url(images_new/menu_mid.jpg); /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color:#000;background-image: url(images_new/menu_bg_over.jpg);
background-repeat: repeat-x;
}

.droplinebar ul li a em {display:block; float:left; width:17px; height:17px;padding-top:0px;margin-right: 5px;}

.droplinebar ul li a em.home {background:url(images_new/icons/home1.gif) no-repeat center center;}
.droplinebar ul li a em.register {background:url(images_new/icons/register1.gif) no-repeat center center;}
.droplinebar ul li a em.search {background:url(images_new/icons/search1.gif) no-repeat center center;}
.droplinebar ul li a em.mykalyan {background:url(images_new/icons/mykalyanavaran1.gif) no-repeat center center;}
.droplinebar ul li a em.tour {background:url(images_new/icons/tour1.gif) no-repeat center center;}
.droplinebar ul li a em.payment {background:url(images_new/icons/payment1.gif) no-repeat center center;}
.droplinebar ul li a em.help {background:url(images_new/icons/help1.gif) no-repeat center center;}
.droplinebar ul li a em.privacy {background:url(images_new/icons/privacy1.gif) no-repeat center center;}




/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
width:auto;
visibility:hidden ;
background-image: none;
margin-top:-15px;
line-height: 38px;
}

/* Sub level menu links style */


.droplinebar ul li ul li a{

padding: 6px;
padding-right: 8px;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
padding-right: 8px;
color:#333;
font-weight: normal;
background-image: url(images_new/split.gif);background-repeat: no-repeat;background-position: right;
}

.droplinebar ul li ul li a:hover{ 
text-decoration: underline;color: #cc0000;background-image: none;
background-image: url(images_new/split.gif);background-repeat: no-repeat;background-position: right;
}

/******** Menu Login Box *****/ 
.menulogin_box{
	width: 100%;height: 20px;position:absolute;background-color: transparent;top: 136px;
	border: 0px solid #333;display: inline;float: left;right:10px;}

.menulogin_box table tr td{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px;color:#333;
}
.menulogin_box table tr td a{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px;color:#333;text-decoration: underline;
}

.menulogin_box table tr td a:hover{
text-decoration:none ;color:#cc0000;
}
.menulogin_box table tr td input{
width: auto;height: auto;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #333;
}

