body
{
        background:no-repeat #5C5F62;
        margin:0px;
}
.lmenu {
        position:absolute;
        left:0px;
        width:40px;
        height:110px;
        border-style:solid;
        border-width:1px 1px 0px 1px;
        border-color:black;
}
.Solutions {
        background:url(../images/home/home_solutions_lo.gif);
        top:130px;
}
.SolutionsHi {
        background:url(../images/home/home_solutions_hi.gif);
        top:130px;
}
.Products {
        background:url(../images/home/home_products_lo.gif);
        top:240px;
}
.ProductsHi {
        background:url(../images/home/home_products_hi.gif);
        top:240px;
}
.Applications {
        background:url(../images/home/home_applications_lo.gif);
        top:350px;
        border-width:1px 1px 1px 1px;
}

.ApplicationsHi {
        background:url(../images/home/home_applications_hi.gif);
        top:350px;
        border-width:1px 1px 1px 1px;
}

*> .Applications, .ApplicationsHi {
        top:348px;
}


.menu {
        left:40px;
        width:150px;
        font-family:Tahoma;
        position:absolute;
}
.menuTopItem {
        height:10px;
        background-color:#1F476B;
        color:#fff;
        font-size:2px;
        font-weight:bold;
        padding-left:10px;
        padding-top:7px;
        border-top:1px solid #3480C3;
        border-bottom:1px solid #0C1B28
}
.menuItem {
        height:20px;
        cursor:hand;
        background-color:#98C2E8;
        color:#181F25;
        font-size:11px;
        border-top:1px solid #BCDFFF;
        border-bottom:1px solid #6988A4;
        padding-left:10px;
        padding-right:10px;
        padding-top:2px
}
.menuItemHi {
        background-color:#789BBB;
}

/**
 *  Secondary menu items
 */

#secItems {
        position:absolute;
        left:300px;
        top:420px;
}

.secMenuItem {
        background-color:#74BD63;
        height:30px;
        padding-top:8px;
        padding-left:6px;
        padding-right:6px;
        color:#000;
        font-size:10px;
        font-family:Tahoma;
        border:1px solid #000;
        display:inline;
        cursor:hand;
        cursor: pointer;
        margin-top:10px;
}

*> #secItems {
        min-width:950px;
}

*> .secMenuItem {
        float:left;
        padding-left:3px;
        padding-right:3px;
        height:20px;
}

.secMenuItemHi {
        background-color:#A8C0A3;
        margin-top:0px;
        height:40px;
}

*> .secMenuItemHi {
        height:30px;
}

div.copyrightbox
{
        top:615px;
        display:block;
        position:absolute;
        height:25px;
        font:11px Tahoma;
        text-align:right;
        color:#fff;
        padding-top:5px;
        left:expression( eval('document.body.clientWidth') - 700);
}

div.footerbox
{
	top:457px;
	display:block;
	position:absolute;
	height:200px;
	padding-top:5px;
	left:0px;
}
