﻿/*Menus Service Industry*/
.industrypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 248px; /* width of menu */
}

.industrypanels li{
border-bottom: 1px solid black; /* white border beneath each menu item */
}

.industrypanels li a{
/*background: url(../images/services_industeeryflat.png) no-repeat right top;*/ /*color of menu by default*/
background-color:Transparent;
font: bold 10px , Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 10px;
text-decoration: none;
border-bottom: 0px solid green; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.industrypanels li a:visited, .industrypanels li a:active{
color: white;
}

.outputdivs
{
float:right;padding:right:10px;
}
.userdivs
{
width:240px;
}

.industrypanels li a:hover{
/*background-color: black; /*color of menu onMouseover*/
background: white url(../images/services_industeeryflat.png);
/*background: white;*/

color: Black;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

/*</style>

if IE
<style type="text/css">
.panels li a{ /* Menu link width value for IE */
/*width: 100%;
}
</style>
<![endif]-->*/


 


#list-menu {
width: 250px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:240px;
font-family:Verdana;
font-size:12px;
font-weight:bold;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
/*background: orange url(../images/services_industeeryflat.png);*/
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
} 

#list-menu a:hover {
border: 1px solid #000000;
background: #333333 url(images/background1.gif);
color: #ffffff;
}

