﻿#Container *, #OurProductRange *, #ContactCBL *, #Footer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('/themes/cblinsurance/fonts/leaguegothic-italic-webfont.eot');
    src: url('/themes/cblinsurance/fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/cblinsurance/fonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('/themes/cblinsurance/fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('/themes/cblinsurance/fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

/* Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('/themes/cblinsurance/fonts/leaguegothic-regular-webfont.eot');
    src: url('/themes/cblinsurance/fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/cblinsurance/fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('/themes/cblinsurance/fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('/themes/cblinsurance/fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('/themes/cblinsurance/fonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('/themes/cblinsurance/fonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/cblinsurance/fonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('/themes/cblinsurance/fonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('/themes/cblinsurance/fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('/themes/cblinsurance/fonts/leaguegothic-condensed-italic-webfont.eot');
    src: url('/themes/cblinsurance/fonts/leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/cblinsurance/fonts/leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('/themes/cblinsurance/fonts/leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('/themes/cblinsurance/fonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
    font-weight: normal;
    font-style: italic;
}

html {
}

body {
    font-family: 'Asap', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #41535c;
    font-style: normal;
}

b,
strong {
    font-weight: bold;
}

a {
    outline: 0;
    color: #3396b9;
}

a:hover {

}

a:visited {
    color: blue;
}

p {
    margin-bottom:12px;
    line-height:21px;
}

h1 {
    font-weight: bold;
    font-size: 40px;
    color: #3396b9;
    line-height: 40px;
    font-family:'League Gothic';
}

h2 {
    font-weight: bold;
    font-size: 40px;
    color: #3396b9;
    line-height: 40px;
    font-family:'League Gothic';
}

h3 {
    font-weight: bold;
    font-size: 20px;
    color: #3396b9;
    line-height: 25px;
    margin-bottom:12px;
}

h4 {
    font-weight: bold;
    font-size: 15px;
    color: #3396b9;
    line-height: 20px;
    margin-bottom:12px;
}


ul.logo-list {
	text-align:center;
	width:100%;
	display:block;
}

	ul.logo-list li {
		display:inline-block;
		margin:0 auto 10px auto;
		margin-right:1px;
	}
	
		/*ul.logo-list li img {
			width:177px;
		}*/
	
	ul.logo-list li:nth-child(3n+0) {
		margin-right:0px;
	}

/**************************************************************************/
/*                               LAYOUT                                  */
/**************************************************************************/

html {
    background:#41535c;
}

body {
    background:#ffffff;
}

div#Container {
    
}

div#Header {
    background:#41535c;
    margin-bottom:24px;
}

    div#Header .inner {
        max-width:1076px;
        min-height:70px;
        margin:0 auto;
        padding:23px 5px 0px 5px;
        position:relative;
    }

        div#Header .inner .logo {
            float: left;
        }

div#MainMenu {
    max-width:574px;
    min-height:26px;
    float:right;
    margin-top:17px;
}

div#LogIn {
    float: right;
}

div#LogIn span {
    color: #ffffff;
}

div#MainSearch {
    width:131px;
    float:right;
    background:#ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow:hidden;
    padding-left:2px;
    margin-top:18px;
    margin-left:10px;
}

    div#MainSearch form {
        width:100%;
        height:17px;
    }

        div#MainSearch form input[type='text'] {
            width:115px;
            height:17px;
            float:right;
            border:none;
        }

        div#MainSearch form input[type='img'] {
            float:left;
        }

div#SliderHolder {
    margin-bottom:44px;
}

    div#SliderHolder .inner {
        max-width:1036px;
        margin:0 auto;
    }

        div#SliderHolder .inner img.responsive.scale {
            max-width:1036px;
            width:100%;
            display:none;
        }

        div#SliderHolder .inner .nivo-controlNav {
            position:absolute;
            bottom:0;
            left:0;
            z-index:100;
            padding:11px 5%;
        }

            div#SliderHolder .inner .nivo-controlNav a.nivo-control {
                display:inline-block;
                width:19px;
                height:18px;
                background:#42545d;
                text-indent:20px;
                overflow:hidden;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                border:2px solid #42545d;
                margin-right:7px;
            }

            div#SliderHolder .inner .nivo-controlNav a.nivo-control:nth-child(2n+0) {
                background:#44c6f0;
                border:2px solid #44c6f0;
            }

            div#SliderHolder .inner .nivo-controlNav a.nivo-control:nth-child(3n+0) {
                background:#4870a8;
                border:2px solid #4870a8;
            }

            div#SliderHolder .inner .nivo-controlNav a.nivo-control:nth-child(4n+0) {
                background:#86a1b4;
                border:2px solid #86a1b4;
            }

            div#SliderHolder .inner .nivo-controlNav a.nivo-control.active {
                border:2px solid #ffffff;
            }

div#Wrapper {
    position:relative;
    max-width:1076px;
    margin:0 auto 34px auto;

}

div#Content {
    width:69.5%;
    margin-right:0.5%;
    float:right;
}

    div#Content .outer {
        border-left:2px #41535c solid;
        border-right:2px #41535c solid;
        min-height:100px;
    }

        div#Content .outer .title {
            background:url(/themes/cblinsurance/images/content-title-bg-teal.png) no-repeat right bottom #3396b9;
            padding:16px 10% 16px 13%;
        }

            div#Content .outer .title h1 {
                color:#ffffff;
                font-size:22px;
                line-height:20px;
                font-family:'Asap';
                font-weight:normal;
                padding:0; margin:0;
            }

        div#Content .outer .inner {
            padding:16px 10% 16px 13%;
            min-height:400px;
        }

div#PaneExtra1 {
    width:30%;
    float:left;
}

    div#PaneExtra1 .title {
        color:#3396b9;
        font-size:52px;
        font-family:'League Gothic';
        padding:35px 0 15px 9%;
    }

div#OurProductRange {
    clear:both;
    margin-bottom:37px;
}
    
    div#OurProductRange .title {
        max-width:1076px;
        margin:0 auto;
        padding:0 1.44% 0 1.44%;
        padding-bottom:10px;
    }

        div#OurProductRange .title h2 {
            font-weight: normal;
            font-size: 72px;
            color: #3396b9;
            line-height: 56px;
            font-family:'League Gothic';
            padding:0; margin:0;
        }

    div#OurProductRange .inner {
        max-width:1036px;
        margin:0 auto;
    }

        div#OurProductRange .inner .module-content {
            width:24%;
            background:#edf6f9;
            display:block;
            float:left;
            margin-bottom:13px;
		  min-height:210px;
		  padding-bottom:15px;
		  position:relative;
        }

            div#OurProductRange .inner .module-content h3 {
                font-weight: bold;
                font-size: 20px;
                color: #edf6f9;
                line-height: 20px;
                margin:0 0 7px 0; 
                padding:8px 6% 8px 6%;
                background:#3396b9;
            }

            div#OurProductRange .inner .module-content p {
                padding:0px 6% 0px 6%;
                font-size:17px;
            }

            div#OurProductRange .inner .module-content a.arrow {
                float:right;
                margin-bottom:10px;
                background:url(/themes/cblinsurance/images/ico-arrow-right-blue.png) no-repeat center center #476fa8;
                width:21px;
                height:20px;
                overflow:hidden;
                text-indent:20px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
			 position:absolute;
			 bottom:0;right:6%;
             }

        div#OurProductRange .inner .splitter {
            width:1.33%;
            height:1px;
            float:left;
        }

        div#OurProductRange .inner .splitter.position-4,
        div#OurProductRange .inner .splitter.position-8 {
            width:100%;
            height:0px;
            float:none;
            clear:both;
        }

div#ContactCBL {

}

    div#ContactCBL .title {
        max-width:1076px;
        margin:0 auto;
        padding:0 1.44% 0 1.44%;
        padding-bottom:10px;
    }

        div#ContactCBL .title h2 {
            font-weight: normal;
            font-size: 72px;
            color: #3396b9;
            line-height: 56px;
            font-family:'League Gothic';
            padding:0; margin:0;
        }

    div#ContactCBL .outer {
        background:#7abbd1;
        padding:28px 1.44% 20px 1.44%;
    }

            div#ContactCBL .outer .inner {
                max-width:1036px;
                margin:0 auto;
            }

            
                div#ContactCBL .outer .inner .module-content {
                    width:48%;
                    background:#edf6f9;
                    display:block;
                    float:left;
                    margin-bottom:10px;
                    position:relative;
                    margin-top:26px;
				min-height:225px;
                }

                    div#ContactCBL .outer .inner .module-content .module-contenteditor {
                        padding:12px;
                    }

                    div#ContactCBL .outer .inner .module-content h3 {
                        font-size: 20px;
                        height:26px;
                        width:174px;
                        background:#41535c;
                        color:#ffffff;
                        position:absolute;
                        top:-26px;
                        left:0;
                        line-height:26px;
                        padding:0 12px;
                    }

                    div#ContactCBL .outer .inner .module-content h4 {
                        font-size: 20px;
                        height:26px;
                        color:#ffffff;
                        position:absolute;
                        top:-26px;
                        left:228px;
                        line-height:26px;
                        font-style:italic;
                    }
                    
                    div#ContactCBL .outer .inner .module-content p {
                        font-size: 15px;
                        line-height:20px;
                        margin-bottom:10px;
                    }

                    div#ContactCBL .outer .inner .module-content p img {
                        float:left;
                        margin-right:5%;
                    }

                div#ContactCBL .outer .inner .splitter {
                    width:4%;
                    height:1px;
                    float:left;
                }

                div#ContactCBL .outer .inner .splitter.position-2,
                div#ContactCBL .outer .inner .splitter.position-4 {
                    width:100%;
                    height:0px;
                    float:none;
                    clear:both;
                }

div#Footer {
    background:#41535c;
    color:#ffffff;
    font-size:12px;
}

    div#Footer .inner {
        max-width:1076px;
        min-height:12px;
        padding:12px 10px;
        margin:0 auto;
    }

        div#Footer .inner a {
            color:#ffffff;
        }

        div#Footer .inner .copy-write {
            float:left;
            max-width:320px;
            display:inline-block;
            padding-bottom:6px;
        }

        div#Footer .inner .plug {
            float:right;
            max-width:320px;
            display:inline-block;
            text-align:right;
            padding-bottom:6px;
        }

/**************************************************************************/
/*                          TEMPLATE DEFAULT                              */
/**************************************************************************/

.template-default #Content {


}

.template-default #PaneExtra1 {
    display:none;

}

.template-default #Content {
    float:none;
    width:100%;

}

    .template-default #Content .outer .title {
        padding-left: 2%;
        padding-right: 2%;
    }

    .template-default #Content .outer .inner {
        padding-left: 2%;
        padding-right: 2%;
    }
    

/**************************************************************************/
/*                            TEMPLATE HOME                               */
/**************************************************************************/

.template-home #Wrapper {
    display:none;

}

/**************************************************************************/
/*                               CONTENT                                  */
/**************************************************************************/

/* Page Specifc Style */
div#Container.page-id-23378 div#Content .outer {
    background:url(/themes/cblinsurance/images/product-bg-1.jpg) no-repeat left bottom;
}

div#Container.page-id-23379 div#Content .outer {
    background:url(/themes/cblinsurance/images/product-bg-2.jpg) no-repeat left bottom;
}

div#Container.page-id-23380 div#Content .outer {
    background:url(/themes/cblinsurance/images/product-bg-3.jpg) no-repeat left bottom;
}

div#Container.page-id-23381 div#Content .outer {
    background:url(/themes/cblinsurance/images/product-bg-4.jpg) no-repeat left bottom;
}

div#Container.page-id-23382 div#Content .outer {
    background:url(/themes/cblinsurance/images/product-bg-5.jpg) no-repeat left bottom;
}

div#Container.page-id-23383 div#Content .outer {
    background:url(/themes/cblinsurance/images/product-bg-6.jpg) no-repeat left bottom;
}

div#Container.page-id-23384 div#Content .outer {
    background:url(/themes/cblinsurance/images/product-bg-7.jpg) no-repeat left bottom;
}

div#Container.page-id-23385 div#Content .outer {
    background:url(/themes/cblinsurance/images/product-bg-8.jpg) no-repeat left bottom;
}

div#Container.page-id-23378 div#Content .outer .inner,
div#Container.page-id-23379 div#Content .outer .inner,
div#Container.page-id-23380 div#Content .outer .inner,
div#Container.page-id-23381 div#Content .outer .inner,
div#Container.page-id-23383 div#Content .outer .inner,
div#Container.page-id-23384 div#Content .outer .inner {
    padding-bottom:300px;
}

div#Container.page-id-23379 div#Content .outer .title,
div#Container.page-id-23381 div#Content .outer .title,
div#Container.page-id-23383 div#Content .outer .title,
div#Container.page-id-23385 div#Content .outer .title {
    background:url(/themes/cblinsurance/images/content-title-bg-blue.png) no-repeat right bottom #476fa8;
}

/**************************************************************************/
/*                              MAIN MENU                                 */
/**************************************************************************/

div#MainMenu {

}

div#MainMenu .menu ul {
	padding:0;
	margin:0;
	list-style:;	
}

div#MainMenu .menu ul li {
    position:relative;
    float:left;
    height:53px;
}

div#MainMenu .menu ul li:HOVER,
div#MainMenu .menu ul li.menuSelected  {
    background:url(/themes/cblinsurance/images/header-arrow-up.png) no-repeat center bottom;
}

div#MainMenu .menu a {
    color:#ffffff;
    text-decoration:none;
    display:block;
    font-size:16px;
    font-family:'Asap';
}

div#MainMenu .menu a:HOVER,
div#MainMenu .menu a.menuSelected {
    color:#ffffff;
}

div#MainMenu .menu > ul > li > span > a {
    padding:0px 15px;
    height:18px;
    border-right:2px solid #677f89;
    white-space:nowrap;
}

div#MainMenu .menu > ul > li > span > a.last {
    border-right:none;
}

div#MainMenu .menu div.menudropdown ul li a {
    padding:4px;
    width:172px;
    border-bottom:1px solid #ffffff;
}

div#MainMenu .menu ul li:HOVER > div.menudropdown {
    display:block; 
}

div#MainMenu .menu div.menudropdown {
    display:none;
    position:absolute;
    top:25px;left:0;
    z-index:9999;
}

div#MainMenu .menu ul ul li div.menudropdown {
    top:0px;left:180px;
}

/**************************************************************************/
/*                              SIDE MENU                                 */
/**************************************************************************/

div#PaneExtra1 {

}

div#PaneExtra1 .menu a {
    color:#41535c;
    text-decoration:none;
    display:block;
    border-bottom:1px #ffffff solid;
    padding:4px 4px 4px 9%;
    margin-bottom:6px;
    font-size:18px;
}

div#PaneExtra1 .menu ul ul a {
    padding-left:14px;
}

div#PaneExtra1 .menu ul ul ul a {
    padding-left:20px;
    font-style:italic;
}

div#PaneExtra1 .menu a:HOVER,
div#PaneExtra1 .menu a.menuSelected {
    color:#ffffff;
    background:url(/themes/cblinsurance/images/side-menu-down-arrow.png) no-repeat 90% top #41535c ;
}

/**************************************************************************/
/*                               FORMS                                    */
/**************************************************************************/


/**************************************************************************/
/*                            Log in Forms                             */
/**************************************************************************/

.template-logon-column #Logonform {
    margin-top: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #9a9a9a;
}

    .template-logon-column #Logonform .editor-label {
        margin-bottom: 12px;
    }

    .template-logon-column #Logonform .editor-field {
        margin-bottom: 20px;
    }

        .template-logon-column #Logonform .editor-field input[type='text'],
        .template-logon-column #Logonform .editor-field input[type='password'] {
            width: 100%;
            height: 40px;
            border: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #dfdfdf;
            padding-left: 12px;
        }

    .template-logon-column #Logonform input[type='submit'] {
        width: 166px;
        height: 40px;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #3296ba;
        font-style: italic;
        font-size: 17px;
    } 

/**************************************************************************/
/*                              XML Feed                                  */
/**************************************************************************/

.live-share-feed {
    margin: 12px 0;
}

.live-share-feed > table {
    width: 100%;
}

    .live-share-feed > table td {
        padding-bottom: 12px;
    }     

@media (min-width: 768px) {

    .live-share-feed > table td:first-child {
        width: 40%;
    }
}

/**************************************************************************/
/*                          RESPONSIVE STYLES                             */
/**************************************************************************/

@media only screen and (min-width: 881px) and (max-width: 1076px) {
    div#LogIn {
        position: absolute;
        top: 10px;
        right: 152px;
        margin-top: 0;
    }

    div#MainSearch {
        position: absolute;
        top: 10px;
        right: 5px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 451px) {
    
    div#LogIn {
        margin-top: 6px;
        margin-bottom: 2px;
    }

    div#MainSearch {
        margin-top:6px;
        margin-bottom:2px;
    }
}

@media only screen and (max-width: 880px) {
    div#MainMenu {
        margin-top:6px;
    }
}

@media only screen and (min-width: 801px) and (max-width: 980px) {
    div#ContactCBL .outer .inner .module-content h4 {
        color:#41535c;
        position:static;
    }
}

@media only screen and (max-width: 475px) {
    div#ContactCBL .outer .inner .module-content h4 {
        color:#41535c;
        position:static;
    }
}

@media only screen and (min-width: 701px) and (max-width: 800px) {
    div#ContactCBL .outer .inner .module-content {
        width:100%;
	   min-height:0;
    }

    div#OurProductRange .inner .module-content {
        width:32.33%;
    }

    div#OurProductRange .inner .splitter,
    div#OurProductRange .inner .splitter.position-4,
    div#OurProductRange .inner .splitter.position-8 { /* Need to reset splitter four and eight from global styles */
        width:1.5%;
        height:1px;
        float:left;
        clear:none;
    }

    div#OurProductRange .inner .splitter.position-3,
    div#OurProductRange .inner .splitter.position-6,
    div#OurProductRange .inner .splitter.position-9,
    div#OurProductRange .inner .splitter.position-12 {
        width:100%;
        height:0px;
        float:none;
        clear:both;
    }
}

@media only screen and (max-width: 600px) {
    div#Header {
        margin-bottom:0;
    }
    
    div#SliderHolder {
    		margin-top:10px;
        margin-bottom:10px;
    }

    div#ContactCBL .outer .inner .module-content {
        width:100%;
    }

    div#Content {
        width:100%;
	   margin-right:0;
    }

    div#Content .outer .title {
        padding:16px 5% 16px 6%;
    }

    div#Content .outer .inner {
        padding:16px 5% 0px 6%;
    }
    
    div#PaneExtra1 {
        width:100%
    }

    div#PaneExtra1 .title {
        /*font-size:30px;*/
        padding:4px 0 2px 1%;
    }

    div#PaneExtra1 .menu a {
        padding:4px 4px 4px 1%;
    }

    div#MainMenu {
        max-width:400px;
        float:left;
        padding-bottom:10px;
    }

    div#MainMenu .menu ul li {
        height:auto;
    }

    div#MainMenu .menu > ul > li > span > a {
        padding:7px 15px;
        height:auto;
        border-right:2px solid #41535c;
        white-space:nowrap;
        background:#677f89;
        margin-bottom:2px;
    }

    div#MainMenu .menu ul li:HOVER,
    div#MainMenu .menu ul li.menuSelected  {
        background:none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 700px) {
    div#OurProductRange .inner .module-content {
        width:49.5%;
    }

    /*div#OurProductRange .inner .module-content h3 {
        padding:8px 3% 8px 3%;
    }

    div#OurProductRange .inner .module-content p {
        padding:0px 3% 0px 3%;
    }*/

    div#OurProductRange .inner .splitter,
    div#OurProductRange .inner .splitter.position-4,
    div#OurProductRange .inner .splitter.position-8 { /* Need to reset splitter four and eight from global styles */
        width:1%;
        height:1px;
        float:left;
        clear:none;
    }

    div#OurProductRange .inner .splitter.position-2,
    div#OurProductRange .inner .splitter.position-4,
    div#OurProductRange .inner .splitter.position-6,
    div#OurProductRange .inner .splitter.position-8,
    div#OurProductRange .inner .splitter.position-10,
    div#OurProductRange .inner .splitter.position-12 {
        width:100%;
        height:0px;
        float:none;
        clear:both;
    }
}

@media only screen and (max-width: 480px) {
    div#Header .inner {
        padding:12px 5px 0px 5px;
    }

    div#MainSearch {
        padding-left:0px;
        margin-top: 20px;
    }

    div#OurProductRange .inner .module-content {
        width:100%;
	   min-height:0;
    }
    
    div#OurProductRange .inner .module-content a.arrow {
    		position:static;
	}

    /*div#OurProductRange .inner .module-content h3 {
        padding:8px 1.44% 8px 1.44%;
    }

    div#OurProductRange .inner .module-content p {
        padding:0px 1.44% 0px 1.44%;
    }*/

    div#OurProductRange .inner .splitter {
        width:100%;
        height:0px;
        float:none;
        clear:both;
    }
}

@media only screen and (max-width: 401px) {
    div#MainMenu {
        max-width:100%;
        padding-bottom:10px;
    }

    div#MainMenu .menu ul li {
        width:100%;
        height:auto;
    }

    div#MainMenu .menu > ul > li > span > a {
        width:92%;
        padding:7px 4%;
        height:auto;
        border-right:2px solid #41535c;
        white-space:nowrap;
        background:#677f89;
        margin-bottom:2px;
    }

    div#MainMenu .menu ul li:HOVER,
    div#MainMenu .menu ul li.menuSelected  {
        background:none;
    }
}