#menuHead {
    width: 100%;
    background: #eee;
    float: left;
    position: relative;
    z-index: 999;
}
#menuHead ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*width: auto; 12em;*/
    float: left;
}

#menuHead a, #menuHead h2 {
    font: bold 11px/16px arial, helvetica, sans-serif;
    display: block;
    /*border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    margin: 0;
    padding: 2px 3px;*/
    margin: 0;
}

#menuHead h2 {
    color: #fff;
    background: #000;
    text-transform: uppercase;
}

#menuHead a {
    color: #000;
    background: #ffecb4;
    text-decoration: none;
}

#menuHead a:hover {
    color: #dc4f3d;
    background: #2d5d88;
}

#menuHead li {position: relative;}

#menuHead ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menuHead ul ul {
position: absolute;
z-index: 500;
left: 0px;
width: 200px;
background-color: #ffecb4;
}

div#menuHead ul ul {
display: none;
}

div#menuHead ul li:hover ul
{display: block;}

div#menuHead ul ul,
div#menuHead ul li:hover ul ul,
div#menuHead ul ul li:hover ul ul
{display: none;}

div#menuHead ul li:hover ul,
div#menuHead ul ul li:hover ul,
div#menuHead ul ul ul li:hover ul
{display: block;}

body {
behavior: url(../htc/csshover.htc);
}

#leftMenuBorder
{
    height: 37px;
    width: 200px;
    float: left;
    background-image: url('../images/menu_left_bar.png');
}

#menuLeftBorder
{
    height: 37px;
    width: 5px;
    float: left;
    background-image: url('../images/menu_left_border.png');
}

#rightMenuBorder
{
    height: 37px;
    width: 200px;
    float: left;
    background-image: url('../images/menu_right_bar.png');
}

#menuRightBorder
{
    height: 37px;
    width: 5px;
    float: left;
    background-image: url('../images/menu_right_border.png');
}

#divide1
{
    height: 37px;
    width: 5px;
    float: left;
    background-image: url('../images/menu_divider_1.png');
}

#divide2
{
    height: 37px;
    width: 5px;
    float: left;
    background-image: url('../images/menu_divider_2.png');
}

#divide3
{
    height: 37px;
    width: 5px;
    float: left;
    background-image: url('../images/menu_divider_3.png');
}

#divide4
{
    height: 37px;
    width: 5px;
    float: left;
    background-image: url('../images/menu_divider_4.png');
}

#home
{
    width: 114px;
}

#company
{
    width: 118px;
}

#services
{
    width: 110px;
    z-index: 999;
}

#projects
{
    width: 108px;
}

#contactus
{
    width: 140px;
}

.img
{
    border: 0px;
}