/* Navigation */

/* Transparency
filter:alpha(opacity=60); 
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;

*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.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.
=================================================================== */


/* style the outer div to give it width */
.mainNavigation {
	float:left;
	width:820px;
	height:28px;
	margin:0 0 0 43px;
	border-top:1px solid #ffffff;
	background: #f2f2f2;
	padding-left:10px;
}
/* remove all the bullets, borders and padding from the default list styling */
.mainNavigation ul {
padding:0;
margin:0;
list-style-type:none;
}
.mainNavigation ul ul {
width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown mainNavigation positon */
.mainNavigation li {
float:left;
width:auto;
position:relative;
}
/* style the links for the top level */
.mainNavigation a, .mainNavigation a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#000; 
width:auto; 
height:27px; 
padding-left:10px; 
padding-right:10px;
padding-top: 0px;
line-height:29px;
overflow:hidden;
}
#languageNavi{float:right; width:60px; margin-right:20px; }
#languageNavi a, #languageNavi p{line-height:29px; padding:0; margin:0; float:right; color:#cccccc; text-align:center}
#languageNavi a{ width:auto}
#languageNavi a:hover{color:#000;}
#languageNavi a.active{text-decoration:underline;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .mainNavigation a, * html .mainNavigation a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.mainNavigation ul ul a.drop, .mainNavigation ul ul a.drop:visited {
background:url('../images/navigation/blank.png');
}
/* style the second level hover */
.mainNavigation ul ul a.drop:hover{
background:url('../images/navigation/blank.png');
}
.mainNavigation ul ul :hover > a.drop {
background:url('../images/navigation/blank.png');
}
/* style the third level background */
.mainNavigation ul ul ul a, .mainNavigation ul ul ul a:visited {
background:url('../images/navigation/blank.png');
}
/* style the third level hover */
.mainNavigation ul ul ul a:hover {
background:url('../images/navigation/blank.png');
}
.mainNavigation ul ul ul :hover > a {
background:url('../images/navigation/blank.png');
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.mainNavigation ul ul {
visibility:hidden;
position:absolute;
top:27px;
left:-20px; 
width:auto;
padding-left:20px;
}


/* another hack for IE5.5 */
* html .mainNavigation ul ul {
top:29px;
t\op:30px;
}

/* position the third level flyout mainNavigation */
.mainNavigation ul ul ul{
left:120px; 
top:0;
width:80px;
padding-left:20px;
}
/* position the third level flyout mainNavigation for a left flyout */
.mainNavigation ul ul ul.left {
left:120px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.mainNavigation table {position:absolute; top:0; left:0;}

/* style the second level links */
.mainNavigation ul ul a, .mainNavigation ul ul a:visited {
color:#a6a6a6; 
height:auto; 
line-height:11px; 
padding:5px 10px; 
width:50px;
background:url('../images/navigation/blank.png');

}

.mainNavigation ul ul a.company{width:87px;}
.mainNavigation ul ul a.services{width:230px;}
.mainNavigation ul ul a.fleets{width:120px}
.mainNavigation ul ul a.news{width:87px;}
.mainNavigation ul ul a.contact{width:87px;}
.mainNavigation ul ul a.fleets_level2{width:87px;}


/* yet another hack for IE5.5 */

* html .mainNavigation ul ul a{
width:146px;
w\idth:125px;
}

.mainNavigation ul ul a:hover{
color:#a4bfcc; 

}
.mainNavigation :hover > a {
	color:#a4bfcc;
	
}

.mainNavigation ul ul :hover > a {
color:#a4bfcc;
background:url('../images/navigation/blank.png');
}

/* make the second level visible when hover on first level list OR link */
.mainNavigation ul li:hover ul,
.mainNavigation ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.mainNavigation ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.mainNavigation ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.mainNavigation ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.mainNavigation ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

