/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.

Last modified and customized on 10 Oct 2008 by Mutugi Gathuri
for the Osler collections
=================================================================== */
@charset "utf-8";

body {
		behavior:url("csshover.htc");
	}

.menu {
	width:944px;
	height:32px;
	position:relative;
	z-index:10000;
	border-right:0px solid #cbc2ad;
	background: #000725;
	background-color: #cbc2ad;
	font-family: "Arial, Helvetica Neue", Helvetica, Sans-serif,;
	font-size: 15px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:753px;
	w\idth:753px;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	width:100%;
	background-color: #cbc2ad;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.menu ul ul {
	width:200px;
	margin-left:0px;
}
/* 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:120px;
	position:relative;
	border:0px solid #cbc2ad;
	padding-left:0px;
}

/* style the links for the top level */
.menu ul li a, 
.menu ul li a:visited {
	display:block;
	text-decoration:none;
	color: #2c2b20;
	padding:0px 0px;
	line-height:29px;
	width:120px;
	height:30px;
	text-align:center;
	border:1px solid #cbc2ad;
}
.menu ul li a:active, .menu ul li a:focus, .menu ul li a:hover {
	color:#000;
	background-color:#FFF;
}
.menu ul li a:visited {
	color: #000;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:110px;
	w\idth:89px;
}

/* style the second level background */
.menu ul ul a.drop,
.menu ul ul a.drop:visited {
	background: #6a162e;
}

/* style the second level hover */
.menu ul li ul a.drop:hover{
	background: #6a162e;
}
.menu ul li ul :hover > a.drop {
	background: #6a162e;
}
/* style the third level background */
.menu ul ul ul a,
.menu ul ul ul a:visited {
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul li ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:210px;
	border-top:0px solid #36130d;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px;
	top:-1px;
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

/* 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:#a59f8f;
	color: #ffffff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:210px;
	border:1px solid #362e0d;
	border-top:0px solid #5d1226;
	text-align:left;
}
.menu ul ul a:active, 
.menu ul ul a:focus {
	color:#FFFFFF;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a,
* html .menu ul ul a:visited {
	width:200px;
	w\idth:188px;
}

/* style the top level hover */
.menu ul a:hover {
	background:transparent;
	color:#FFF;
}

.menu ul ul  li a:hover{
	color:#FFF;
	background-color: #FFF;
}

.menu ul ul li:hover > a {
	color:#000;
	background:#FFF;
	;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul li a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul li: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;
}

.menu #tab1 {
}
.menu #tab2 {
}
.menu #tab3 {
}
.menu #tab4 {
}

#tablon a {
	color: #000 !important;
}
.menu #tab1on {
	background-color: #FFF;
}
.menu #tab2on {
	background-color: #FFF;
}
.menu #tab3on {
	background: #FFF;
}
.menu #tab4on {
	background: #FFF;
}
.menu ul li#tab1on a, .menu ul li#tab2on a, .menu ul li#tab3on a, .menu ul li#tab4on a{
	color: #000;
}
