/* ================================================================ 
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-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/****************************PRODUCTS********************************/
.products_menu {
width:138px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.products_menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.products_menu ul ul {
width:138px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.products_menu li {
float:left;
width:138px;
position:relative;
}
/* style the links for the top level */
.products_menu a, .products_menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:127px; 
height:30px; 
border:1px solid #000; 
border-width:0px 0px 1px 0; 
background:#000000; 
/*padding-left:10px; */
line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .products_menu a, * html .products_menu a:visited {
font-size:11px;
width:138px;
w\idth:138px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.products_menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:138px;
}
/* another hack for IE5.5 */
* html .products_menu ul ul {
top:40px;
t\op:40px;
}

/* position the third level flyout menu */
.products_menu ul ul ul{
left:138px; 
top:0;
width:138px;
}
/* position the third level flyout menu for a left flyout */
.products_menu ul ul ul.left {
left:-138px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.products_menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.products_menu ul ul a, .products_menu ul ul a:visited {
background:#FFFFFF;
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:115px
/* yet another hack for IE5.5 */
}
* html .products_menu ul ul a{
width:138px;
w\idth:115px;
}

.products_menu :hover > a, .products_menu ul ul :hover > a {
font-size:11px;
color:#fff;
background:#3C3C3C;
}

/* make the second level visible when hover on first level list OR link */
.products_menu ul li:hover ul,
.products_menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.products_menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.products_menu ul :hover ul :hover ul{ 
visibility:visible;
}


/****************************ABOUT US********************************/
.about_menu {
width:138px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.about_menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.about_menu ul ul {
width:95px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.about_menu li {
float:left;
width:95px;
position:relative;
}
/* style the links for the top level */
.about_menu a, .about_menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:84px; 
height:30px;
border:1px solid #000; 
border-width:0px 0px 1px 0; 
background:#000000; 
/*padding-left:10px; */
line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .about_menu a, * html .about_menu a:visited {
width:95px;
w\idth:95px;
}

/* style the second level background */
.about_menu ul ul a.drop, .about_menu ul ul a.drop:visited {
background:#aab1d3 bottom right no-repeat;

}
/* style the second level hover */
.about_menu ul ul a.drop:hover{
background:#c9ba65   bottom right no-repeat;
}
.about_menu ul ul :hover > a.drop {
background:#c9ba65   bottom right no-repeat;
}
/* style the third level background */
.about_menu ul ul ul a, .about_menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.about_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 */
.about_menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:95px;
}
/* another hack for IE5.5 */
* html .about_menu ul ul {
top:40px;
t\op:40px;
}

/* position the third level flyout menu */
.about_menu ul ul ul{
left:95px; 
top:0;
width:95px;
}
/* position the third level flyout menu for a left flyout */
.about_menu ul ul ul.left {
left:-95px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.about_menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.about_menu ul ul a, .about_menu ul ul a:visited {
background:#aab1d3; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:115px;
/* yet another hack for IE5.5 */
}
* html .about_menu ul ul a{
width:95px;
w\idth:115px;
}



/* style the top level hover */
.about_menu a:hover{
color:#fff; 
background:#000;
}

/* style the top level hover */
.about_menu ul ul a:hover{
font-size:11px;
color:#fff; 
background:#333f7e;
}

.about_menu :hover > a, .about_menu ul ul :hover > a {
color:#fff;
background:#333f7e;
}

/* make the second level visible when hover on first level list OR link */
.about_menu ul li:hover ul,
.about_menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.about_menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.about_menu ul :hover ul :hover ul{ 
visibility:visible;
}


/****************************CONTACT US********************************/
.contact_menu {
width:138px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.contact_menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.contact_menu ul ul {
width:113px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.contact_menu li {
float:left;
width:113px;
position:relative;
}
/* style the links for the top level */
.contact_menu a, .contact_menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:84px; 
height:30px;
border:1px solid #000; 
border-width:0px 0px 1px 0; 
background:#000000; 
/*padding-left:10px; */
line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .contact_menu a, * html .contact_menu a:visited {
width:113px;
w\idth:113px;
}

/* style the second level background */
.contact_menu ul ul a.drop, .contact_menu ul ul a.drop:visited {
background:#aab1d3   bottom right no-repeat;

}
/* style the second level hover */
.contact_menu ul ul a.drop:hover{
background:#c9ba65   bottom right no-repeat;
}
.contact_menu ul ul :hover > a.drop {
background:#c9ba65   bottom right no-repeat;
}
/* style the third level background */
.contact_menu ul ul ul a, .contact_menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.contact_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 */
.contact_menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:113px;
}
/* another hack for IE5.5 */
* html .contact_menu ul ul {
top:40px;
t\op:40px;
}

/* position the third level flyout menu */
.contact_menu ul ul ul{
left:113px; 
top:0;
width:113px;
}
/* position the third level flyout menu for a left flyout */
.contact_menu ul ul ul.left {
left:-113px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.contact_menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.contact_menu ul ul a, .contact_menu ul ul a:visited {
background:#aab1d3; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:115px;
/* yet another hack for IE5.5 */
}
* html .contact_menu ul ul a{
width:113px;
w\idth:115px;
}



/* style the top level hover */
.contact_menu a:hover{
color:#fff; 
background:#000;
}

/* style the top level hover */
.contact_menu ul ul a:hover{
font-size:11px;
color:#fff; 
background:#333f7e;
}

.contact_menu :hover > a, .contact_menu ul ul :hover > a {
color:#fff;
background:#333f7e;
}

/* make the second level visible when hover on first level list OR link */
.contact_menu ul li:hover ul,
.contact_menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.contact_menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.contact_menu ul :hover ul :hover ul{ 
visibility:visible;
}



/****************************DISTRIBUTORS********************************/
.distributors_menu {
width:138px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.distributors_menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.distributors_menu ul ul {
width:131px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.distributors_menu li {
float:left;
width:131px;
position:relative;
}
/* style the links for the top level */
.distributors_menu a, .distributors_menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:84px; 
height:30px;
border:1px solid #000; 
border-width:0px 0px 1px 0; 
background:#000000; 
/*padding-left:10px; */
line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .distributors_menu a, * html .distributors_menu a:visited {
width:131px;
w\idth:131px;
}

/* style the second level background */
.distributors_menu ul ul a.drop, .distributors_menu ul ul a.drop:visited {
background:#aab1d3   bottom right no-repeat;

}
/* style the second level hover */
.distributors_menu ul ul a.drop:hover{
background:#c9ba65   bottom right no-repeat;
}
.distributors_menu ul ul :hover > a.drop {
background:#c9ba65   bottom right no-repeat;
}
/* style the third level background */
.distributors_menu ul ul ul a, .distributors_menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.distributors_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 */
.distributors_menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:131px;
}
/* another hack for IE5.5 */
* html .distributors_menu ul ul {
top:40px;
t\op:40px;
}

/* position the third level flyout menu */
.distributors_menu ul ul ul{
left:131px; 
top:0;
width:131px;
}
/* position the third level flyout menu for a left flyout */
.distributors_menu ul ul ul.left {
left:-131px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.distributors_menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.distributors_menu ul ul a, .distributors_menu ul ul a:visited {
background:#aab1d3; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:115px;
/* yet another hack for IE5.5 */
}
* html .distributors_menu ul ul a{
width:131px;
w\idth:115px;
}



/* style the top level hover */
.distributors_menu a:hover{
color:#fff; 
background:#000;
}

/* style the top level hover */
.distributors_menu ul ul a:hover{
font-size:11px;
color:#fff; 
background:#333f7e;
}

.distributors_menu :hover > a, .distributors_menu ul ul :hover > a {
color:#fff;
background:#333f7e;
}

/* make the second level visible when hover on first level list OR link */
.distributors_menu ul li:hover ul,
.distributors_menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.distributors_menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.distributors_menu ul :hover ul :hover ul{ 
visibility:visible;
}




/****************************TECHNOLOGY********************************/
.technology_menu {
width:138px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.technology_menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.technology_menu ul ul {
width:128px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.technology_menu li {
float:left;
width:128px;
position:relative;
}
/* style the links for the top level */
.technology_menu a, .technology_menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:84px; 
height:30px;
border:1px solid #000; 
border-width:0px 0px 1px 0; 
background:#000000; 
/*padding-left:10px; */
line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .technology_menu a, * html .technology_menu a:visited {
width:128px;
w\idth:128px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.technology_menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:128px;
}
/* another hack for IE5.5 */
* html .technology_menu ul ul {
top:40px;
t\op:40px;
}

/* position the third level flyout menu */
.technology_menu ul ul ul{
left:128px; 
top:0;
width:128px;
}
/* position the third level flyout menu for a left flyout */
.technology_menu ul ul ul.left {
left:-128px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.technology_menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.technology_menu ul ul a, .technology_menu ul ul a:visited {
background:#FFFFFF; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:115px;
/* yet another hack for IE5.5 */
}
* html .technology_menu ul ul a{
width:128px;
w\idth:115px;
}

.technology_menu :hover > a, .technology_menu ul ul :hover > a {
color:#fff;
background:#3C3C3C;
}

/* make the second level visible when hover on first level list OR link */
.technology_menu ul li:hover ul,
.technology_menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.technology_menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.technology_menu ul :hover ul :hover ul{ 
visibility:visible;
}