﻿/*
    Document   : domain_default
    Created on : Sep 17, 2009, 5:08:33 PM
    Description: Default styles to be used for domain appearance under every circumstances. It overrides
                 any external, not-acceptable modifications for the required style attributes.
    Author      : Farukh D M (farukhdm@mangospring.com)

    Copyright (c) 2014, MangoApps Inc, All rights reserved
    careers@mangospring.com

*/

/* Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */


/* Main Menus style :: START */
/* Includes Menus Style */

.pulse-menu {
    overflow:hidden;
}

.pulse-menu li {
    float: left;
}
/* Main Menus style :: END */

/* Stylesheet for Sub Headers Container: START */
.subHead, .blue_subheader, .prof_subHead {
    min-height:75px;
}
/* Stylesheet for Sub Headers Container: END */

/* Sub Menus style :: START */

.profileSubmenu{
    margin-left:270px;
}

ul.twoColsubMenu {
    margin-left:244px;
    overflow:hidden
}

ul.subMenu {
    overflow:hidden;
}

.subMenu li {
    float:left;
}

.subMenu li.right {
    float:right;
    padding-top:10px;
}
.subMenu li a{
    text-decoration : none;
}
/* Sub Menus style :: END */


