/* CSS ATTRIBUTES 
Date       		Version  		Author 			Comments  c0bebf
-----------------------------------------------------------------
24/06/09  		001      		HS     			telereal.com - nav channels layout
-----------------------------------------------------------------
*/

/*********************************************************************/
/************************ nav elements *******************************/
/*********************************************************************/

.menu {width:745px; height:38px; position:relative; z-index:100;margin:0 auto;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* 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:124px;}
/* 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:124px;position:relative; text-align:center; }
/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; width:124px; height:38px; border-top:1px solid #fff; border-bottom:1px solid #fff; padding-left:0; line-height:34px;}
.investment a, .investment a:visited, .corporate a, .corporate a:visited {line-height:12px; padding-top:0.5em; height:33px; *height:32px; }
.contact a, .contact a:visited {border-right:0; width:124px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:124px; w\idth:124px; border-right:0;}

/* 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:39px;left:0; width:115px; }
/* another hack for IE5.5 */
* html .menu ul ul { top:38px;t\op:39px;}

/* position the third level flyout menu */
.menu ul ul ul{left:124px; top:0px; width:124px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left { left:-124px;}

/* style the table so that it takes no part 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 { height:auto; line-height:1em; padding:5px 10px; width:104px; font-size:11px; border-right:0; border-bottom:0; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited { width:104px;w\idth:104px;}

/* style the top level hover */
.menu ul ul a:hover{ color:#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;}

.about a, .investment a, .people a, .corporate a, .property a, .contact a { color:#fff;}

/* style the top level hover - must be different to the default background colour to initiate the hover state*/
.about a:hover {background:#006495;}
.investment a:hover{background:#008bc2;}
.people a:hover {background:#00b4e3;}
.corporate a:hover {background:#00b7b2;}
.property a:hover {background:#d70b8c;}
.contact a:hover {background:#807f83;}

/* Style the top level background when located in one of the 5 channels */
.telereal a, .services a, .investment a, .news a, .contactus a  { background:#7999b4; }

/* Style the top level background */
.about a {background:#006496;}
.investment a {background:#008bc3;}
.people a {background:#00b4e4;}
.corporate a {background:#00b7b3;}
.property a {background:#d70b8d;}
.contact a {background:#807f84;}
  
/* Style the second level hover, the second level drop hover & the third level hover */
.about ul a:hover, .about ul a.drop:hover, .about ul ul a:hover {background:#006496 url(../IMAGES/buttons/tabnav_cnr_about.gif) no-repeat right bottom;}
.investment ul a:hover, .investment ul a.drop:hover, .investment ul ul a:hover {background:#008bc3 url(../IMAGES/buttons/tabnav_cnr_investment.gif) no-repeat right bottom;}
.people ul a:hover, .people ul a.drop:hover, .people ul ul a:hover {background:#00b4e4 url(../IMAGES/buttons/tabnav_cnr_people.gif) no-repeat right bottom;}
.corporate ul a:hover, .corporate ul a.drop:hover, .corporate ul ul a:hover {background:#00b7b3 url(../IMAGES/buttons/tabnav_cnr_corporate.gif) no-repeat right bottom;}
.property ul a:hover, .property ul a.drop:hover, .property ul ul a:hover {background:#d70b8d url(../IMAGES/buttons/tabnav_cnr_property.gif) no-repeat right bottom;}
.contact ul a:hover, .contact ul a.drop:hover, .contact ul ul a:hover {background:#807f84 url(../IMAGES/buttons/tabnav_cnr_contact.gif) no-repeat right bottom;}

/* Style the second & third level background */
.about ul a, .about ul ul a {background:#7fb1ca }
.investment ul a, .investment ul ul a {background:#7fc5e0 ;}
.people ul a, .people ul ul a {background:#7fd9f1 ;}
.corporate ul a, .corporate ul ul a {background:#7fdbd8 ;}
.property ul a, .property ul ul a {background:#eb85c5 ;}
.contact ul a, .contact ul ul a { background:#bfbfc1 ; }

/* Style the second level drop background */
/*ul a.drop { background-image: url("../images/layout/drop.gif") no-repeat bottom right; }
ul a.drop:hover { background-image: url("../images/layout/drop.gif") no-repeat bottom right; }*/

.accesskey { text-decoration:underline; }

