/* CSS For Dropdown Menu Start */
#topnav {
    margin: 0 auto;
    float: left;
}

.MenuCCX {
    list-style: none;
    padding: 0px;
    margin: 0px;

}

.MenuCCX li {
    display: inline;
    float: left;
    border: solid 0px #888;
}

.MenuCCX li a {
    color: #FFFFFF;
    background: #95358C;
    /*margin-right:5px; */
    /*font-weight:bold;*/
    font-size: 14px;
    border: none;
    /*font-family:verdana;*/
    font-family: Calibri, Arial, verdana, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
    /* changed for PAA */
    width: 107px;
    /*padding-right:20px;*/
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /*border: 1px solid #560E00;*/
    /*border-right:1px solid #FFFFFF;*/
}

.MenuCCX li a:hover {
    /*color:#cccccc;*/
    color: #FFFFFF;
    background: #95358C;
    font-weight: bold;
    text-decoration: none;
    display: block;
    /* changed for PAA */
    width: 107px;
    /*padding-right:25px;*/
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /*border: 1px solid #000000;*/
}

.MenuCCX li.sublinks a {
    /*color:#000000;*/
    /*background:#f6f6f6;*/
    border-bottom: 1px solid #cccccc;
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 190px;
    text-align: left;
    margin-top: 0px;
    padding-left: 5px;
}

.MenuCCX li.sublinks a:hover {
    color: #000000;
    /*background:#FFEFC6;*/
    background: #e5ded7;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 190px;
    text-align: left;
}

.MenuCCX li.sublinks {
    display: none;
}

/* CSS For Dropdown Menu End */

#container {
    margin: 0px auto;
    width: 870px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.icon {
    vertical-align: middle;
    padding-bottom: 5px;
    margin-right: 2px;
}

.menuTitle {
	font-size:23px;
	color:#FFA816
}