
/* PRIMARY BUTTONS */

.solutions {
float:left;
background-image:url(../images/nav_solutions.gif);
background-repeat:no-repeat;
background-position:top left;
list-style-type:none;
height:44px;
background-position:0px -88px;}

a.solutions:hover {
background-position:0px -43px;}

.hosting {
float:left;
background-image:url(../images/nav_hosting.gif);
background-position:top;
background-repeat:no-repeat;
list-style-type:none;
height:44px;
background-position:0px -88px;}

a.hosting:hover {
background-position:0px -43px;}

.success {
float:left;
background-image:url(../images/nav_success.gif);
background-position:top;
background-repeat:no-repeat;
list-style-type:none;
height:44px;
background-position:0px -88px;}

a.success:hover {
background-position:0px -43px;}

.company {
float:left;
background-image:url(../images/nav_company.gif);
background-position:top;
background-repeat:no-repeat;
list-style-type:none;
height:44px;
background-position:0px -88px;}

a.company:hover {
background-position:0px -43px;}

.knowledge {
float:left;
background-image:url(../images/nav_knowledge.gif);
background-position:top;
background-repeat:no-repeat;
list-style-type:none;
height:44px;
background-position:0px -88px;}

a.knowledge:hover {
background-position:0px -43px;}

/*.spacer {
float:left;
background-color:#23388b;
width:146px;
padding:0px;
margin:0px;}
*/


/* MENU BUTTONS */

.menuitem{
background-color:#051856;
padding:7px;
color:#FFFFFF;
font-family:Arial, Vernada, sans-serif;
font-size:11px;
border:solid;
border-color:#d0d2c4;
border-bottom-width:0px;
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
display:block;
}

.first{
border-bottom-width:1px;
border-right-width:1px;
border-left-width:1px;
border-top-width:0px;
}

a.menuitem:link{
width:100%;
color:#FFFFFF;
text-decoration: none;
}

a.menuitem:visited{
color:#FFFFFF;
text-decoration: none;
}

a.menuitem:active{
color:#FFFFFF;
text-decoration: none;
}

a.menuitem:hover{
color:#FFFFFF;
text-decoration: none;
background-color: #878761;
/* IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
}



