/* ================================================================ 
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/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu 
{
	float:left;
	font-size:1em;
	padding:0;
	margin:0;
}

/* Top customizations */
.menu ul li.top{border:none;margin:0px 0px 10px 0px;height:42px;width:142px;padding-left:38px;}
.menu ul li.top a.topLink{line-height:42px;}
.menu ul li.top a.topLink:hover{background:none;}
li#Menu-Home {background:url(../img/gen_left_but_home.gif) no-repeat;}
li#Menu-SBC {background:url(../img/gen_left_but_find.gif) no-repeat;}
li#Menu-Prices  {background:url(../img/gen_left_but_price.gif) no-repeat;}
li#Menu-Licence   {background:url(../img/gen_left_but_lice.gif) no-repeat;}
li#Menu-Services  {background:url(../img/gen_left_but_utils.gif) no-repeat;}
li#Menu-Tour   {background:url(../img/gen_left_but_tour.gif) no-repeat;}
li#Menu-Links  {background:url(../img/gen_left_but_links.gif) no-repeat;}
li#Menu-Contact{background:url(../img/gen_left_but_contact.gif) no-repeat;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{	
padding:0;
margin:0 0 0 10px;
list-style-type:none;
width:180px;
}

/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#ffffff;
height:25px;
width:150px;
border:1px solid #000;
border-width:0px 1px 1px 1px;
z-index:80;
}

/* get rid of the table */
.menu table { border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
font-size:68.75%;
text-decoration:none;
height:25px;
line-height:25px;
padding-left:5px;
width:145px;
color:#000;
}

/* hack for IE5.5 */
/*  html .menu {float:none;fl\oat:none;}*/
/** html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}*/

/* style the link hover */
* html .menu a:hover {color:#000; background:#dedede;z-index:200;}
.menu :hover > a {}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:170px;
font-size:1em;
width:151px;
border-top:1px solid #000;
}

.sub li:hover > a {background-color:#dedede;}

/* 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;
}

/* Admin */
li.Menu-homepage {background:url(../img/gen_left_but_utils.gif) no-repeat;}
li.Menu-news {background:url(../img/gen_left_but_tour.gif) no-repeat;}
li.Menu-users {background:url(../img/gen_left_but_utils.gif) no-repeat;}
li.Menu-link {background:url(../img/gen_left_but_links.gif) no-repeat;}
li.Menu-contact {background:url(../img/gen_left_but_contact.gif) no-repeat;}
li.Menu-logout {background:url(../img/gen_left_but_lice.gif) no-repeat;}
li.Menu-location {background:url(../img/gen_left_but_find.gif) no-repeat;}