/*  
Theme Name:  OSO Travel
Theme URI: http://www.osotravel.vom
Description: Custom Theme for OSO Travel
Version: 1.6
Author: OSO Travel
Author URI: http://osotravel.com

/* style the images */
.img  { border:0px;}


*/

#Header {
  z-index: 100;
}

#middle, select {
  z-index: 0;
}

.menu {width:960px; height:23px; font-size:11px; position:relative; z-index:100;border-right:1px solid #026297;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:960px;}
* html .menu {margin-top: 3px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:119px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {background: #FFFFFF url('/images/tab-bg.gif'); width: auto; display:block;font-size:11px;text-decoration:none; color:#026297; height:23px; border:1px solid #026297; border-width:0px 0px 0px 1px; padding-left:10px; padding-right:10px; line-height:23px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:117px; w\idth:117px; display: inline; padding-top: 5px; padding-bottom: 5px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#026297;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#026297;}
.menu ul ul :hover > a.drop {background:#026297;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#026297;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#026297;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0; width:119px;border-top:1px hidden #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:23px;t\op:23px;}

/* position the third level flyout menu */
.menu ul ul ul{left:119px; top:-1px; width:119px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-119px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#026297; color:#ffffff; height:auto; text-align: left; line-height:1em; padding:5px 10px; width:118px;border-width:0 0px 0px 0px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:119px;w\idth:118px; display: block;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#026297; text-decoration: none; background: #fff;}
.menu :hover > a, .menu ul ul :hover > a {color:#026297; text-decoration: none; background: #fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}