﻿/*Revision History:	
VSS           DATE      INITIALS  PILOT ITEM #
11.01.10.0002 01/10/2011    gio     14866 
*/

/* jupiter */

.radbackground {
  /*background-image:url("./images/radbackground.gif");*/
  background-color:#8BB1E3;
  /*background-repeat:repeat-x;*/
}

.modalJupiterPopUp {        
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
    
.modalJupiterBackground
{
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
}
.modalJupiterContainer
{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 750;
}

/* HTML basic element styles */
html
{
    margin: 0;
    padding: 0;
}

body, div, p, h1, h2, h3, h4, ul, li, table
{
    margin: 0;
    padding: 0;
    border: none;
}

body
{
    background-color: #fff;
    color: #000;
    font-family: Arial;
    font-size: 8pt;
}

.tabs_font {
    font-family:Arial !important;
    font-size: 9pt !important;
}

.text_font {
    font-family:Arial !important;
    font-size: 8pt !important;
}

a:link
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    color: #000;
    text-decoration: none;
}
a:visited
{
    color: #000;
    text-decoration: none;
}
a:active
{
    color: #000;
    text-decoration: none;
}

a.commandlink:link
{
    color: Navy;
    text-decoration: underline !important;
    font-weight: bold !important;
}
a.commandlink:hover
{
    color: #f00 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
a.commandlink:visited
{
    color: Navy;
    text-decoration: underline;
    font-weight: bold !important;
}
a.commandlink:active
{
    color: Navy;
    text-decoration: underline;
    font-weight: bold !important;
}

/*
DL
{
    color: #000;
    font-family: Arial;
    font-size: 8pt;
    line-height: normal;
}

DT
{
    color: #000;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}

LI
{
    color: Navy;
    font-family: Arial;
    font-size: 8pt;
    list-style-position: outside;
    list-style-type: circle;
}


MENU
{
    color: #000;
    font-family: Arial;
    font-size: 8pt;
    text-align: left;
}

MENU LI
{
    background: url(    "./images/htmlmenu_liarrow.gif" );
    background-image: url(    "./images/htmlmenu_liarrow.gif" );
    background-position: left;
    background-repeat: no-repeat;
    list-style-image: url(    "" );
    list-style-type: none;
    list-style-position: outside;
    padding: 4px 4px 0px 18px;
    border-bottom: solid 1px #4682B4 !important;
    vertical-align: middle !important;
}

OL
{
    color: Navy;
    font-family: Arial;
    font-size: 8pt;
    margin-left: 5px;
    padding-left: 0;
}

OL LI
{
    list-style-type:none;
    margin-bottom: 5px;
}

UL
{
    color: #393425;
    font-family: Arial;
    font-size: 8pt;
    padding-left: 10px;
}
*/

UL.bluepointer LI
{
    list-style-image: url(./images/rightBlue.gif);
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

p
{
    margin-top: 5px;
    text-align: justify;
}

textarea
{
    font-size: 8pt;
    font-family: Arial;
    background-color: #FFFFFF;
    color: #000;
	border-width: 1;
	border-color: #B0C4DE;
	border-style: solid;
    font-size: 8pt;
    font-family: Arial;    
}

select
{
    font-size: 8pt;
    font-family: Arial;
    background-color: #FFFFFF;
    color: #000;
	border-width: 1;
	border-color: #B0C4DE;
	border-style: solid;
}

acronym
{
    border-bottom: none;
}

.accesskey
{
    text-decoration: underline;
}

/* Table styles*/

TABLE.datatable
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
    border-width: 0px;
    border-collapse: collapse;
    border-color: #4682B4;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

TABLE.datatable tr th
{
    font-size: 8pt;
    font-family: Arial;
    background-color: #B0C4DE;
    background-image: url(./images/DarkTabCtLarge.PNG);
    background: url(./images/DarkTabCtLarge.PNG);
    padding-left: 3px;
    padding-right: 3px;
    color: #000;
    height: 28px;
}

TABLE.jupiterdatatable
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
    border-width: 0px;
    border-collapse: collapse;
    border-color: #4682B4;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

TABLE.jupiterdatatable tr th
{
    font-size: 8pt;
    font-family: Arial;
    font-weight:normal !important;
    background-color: #B0C4DE;
    background-image: url(./images/JupiterTabCtLarge.PNG);
    background: url(./images/JupiterTabCtLarge.PNG);
    padding-left: 1px;
    padding-right: 1px;
    border-collapse: collapse;
    border-style:solid;
    border-width:1px;
    border-color:#4e75b3;
    color: #fff;
    height: 28px;
}

TABLE.jupiterdatatable tr td
{
    padding-left: 2px;
    padding-right: 2px;
    border-collapse: collapse;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#829cbf; 
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#829cbf;   
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#cfd9e7;       
}    

tr.evenstyle td
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
    background-color: #fff;
    padding: 2px; 
}

tr.oddstyle td
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
    background-color: #E4EAF1;
    padding: 2px;
    vertical-align: middle;
}

tr.hilightstyle td
{
    font-size: 8pt;
    font-family: Arial;
    background-color: Silver;
    color: #906;
    padding: 2px;
    vertical-align: middle;
}

tr.blankstyle td
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
    padding: 2px;
    vertical-align: middle;
}

tr.emphitemstyle td
{
    font-size: 8pt;
    font-weight: normal;
    font-family: Arial;
    padding: 2px;
    vertical-align: middle;
    background-color: #FFF38C;
}

tr.emphitemstyle2 td
{
    font-size: 8pt;
    font-weight: normal;
    font-family: Arial;
    padding: 2px;
    vertical-align: middle;
    color: #fff;
    background-color: #546D8E;
}

.evenstylerow
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
    background-color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
}

.oddstylerow
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
    background-color: #E4EAF1;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
}

/*********** UTILTIES **********************/


.withborders
{
    border-width: 2px;
    border-color: #4682B4;
    border-style: solid;
    z-index: -1;
}

.withlightborders
{
    border-width: 2px;
    border-color: #B0C4DE;
    border-style: solid;
    z-index: -1;
}

.withbigdarkborders
{
    border-width: 10px;
    border-color: #546D8E;
    border-style: solid;
    z-index: -1;
}

.withbigborders
{
    border-width: 10px;
    border-color: #B0C4DE;
    border-style: solid;
    z-index: -1;
}

.progressbar
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-color: #4682B4;
    border-style: solid;
    padding: 10px;
    z-index: 15000;
    margin-left:-100px!important;    
    width:200px;
    text-align:center;
}

.progressbarB2B
{
    position: absolute;
    left: -100px;
    top: -100px;
    text-align: center;
    background-color: #FFFFFF;
    border-width: 1px;
    border-color: #4682B4;
    border-style: solid;
    padding: 10px;
    z-index: 15000;
}

.progressbarB2B h1
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
}

.progressbar h1
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
}

.lightbox_bordered
{
    font-size: 8pt;
    font-family: Arial;
    color: #000;
    background-color: #F3F3E6;
    text-decoration: none;
    border-style: solid;
    border-width: 1;
    border-color: #4682B4;
}

.messagehighlighted
{
    color: Red;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}

.sidebarheader
{
    background-color: #E4EAF1;
    border-color: navy;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    border-collapse: collapse;
    padding: 4px;
}

.sidebarcontent
{
    border-color: #B0C4DE;
    border-style: none;
    border-width: 0px;
    color: #000;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    border-collapse: collapse;
}

.submitcancel
{
    width: 800px;
    padding-top: 10px;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    border-top-color: #95B8E6;
    border-top-width: 2px;
    border-top-style: solid;
    color: #000;
}


.coloredSection
{
    background-color: #95B8E6;
}

.lightBackground
{
    background-color: #E0DDFF;
}

.coloredLink
{
    background-color: #B0C4DE;
    width: 100%;
}

.coloreddarklink
{
    background-color: #546D8E;
    width: 100%;
}

.coloredBorder
{
    border-color: #95B8E6;
}

.coloredFont
{
    color: Navy;
}

.highlightedFont
{
    color:#906;
}


.logonbox
{
    background-image: url(./images/aspcalendar_bg.jpg);
    background: url(./images/aspcalendar_bg.jpg);
    background-repeat: repeat-x;
}

/*ModalPopUp section START
.modalPopUpBackground
{
    background-color: Gray;
    filter: alpha(opacity=100);
    opacity: 1;
}
.modalPopUpBackgroundLight
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 1;
}
.modalPopUpFrame
{
    border: steelblue thin solid;
    background-color: White;
}
ModalPopUp section END*/

/*Message section START*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=100);
    opacity: 1;
}

.modalPopUpPanel
{
    border: steelblue thin solid;
    background-color: White;
}

.modalPopUpTitle
{
    background-color: SteelBlue;
    color: White;
    font-weight: bold;
    text-align: left;
}

.modalPopUpTable
{
    margin: 10px;
    min-width: 20%;
}
/*Message section END*/

.global
{
    width: 956px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -478px;
    z-index: -1;
}

.globalramslitecentered {
  width: 978px;
  margin-left: auto;
  margin-right: auto;
}

.globalramsliteframe
{
    width: 100%;
    margin:0;
}

.globalramslite
{
  position:absolute; 
  z-index:-1;
  width:978px;
}


.rossmasterheader
{
    position: absolute;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.rossmainmenu {
    position: absolute; 
    width:100%; 
    top:12px;
    left:0px; 
    z-index:50000000;
}

.mainmenu
{
    position: absolute;
    margin-top: -10px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
}

/*IE*/
.mainmenu
{
    text-align: center;
}

/*Firefox*/
.mainmenu
{
    text-align: -moz-center;
}

.ROSSpagecontent
{
    width: 956px;
    position: absolute;
    top: 80px;
    left: 0px;
    text-align: center;
    z-index: -1;
    border-width: 2px;
    border-color: #B0C4DE;
    border-style: solid;
    padding: 10px;
    text-align:left;
}

.ROSSpagecontent2
{
    width: 956px;
    position: absolute;
    top: 55px;
    left: 0px;
    text-align: center;
    z-index: 0;
    padding: 10px;
}

.pagecontent
{
    width: 956px;
    position: absolute;
    top: 80px;
    left: 0px;
    text-align: center;
    z-index: -1;
    border-width: 2px;
    border-color: #B0C4DE;
    border-style: solid;
    padding: 10px;
}


.pagetitle
{
    width: 956px;
    position: absolute;
    left: 0px;
    text-align: center;
    z-index: -1;
    top: 40px; 
    height:24px;
    padding-top:10px;
}

/** Timeout Control START **/
    .timoutMessage
    {
        border: steelblue thin solid;
        background-color: White;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        width: 350px;
        z-index:50000;
    }
    
       
    .sessionwarningtitle
    {
        width:100%; 
        font-size:large; 
        clear:both;
    }             
    
    .sessionwarningmessage
    {
        width:100%; 
        vertical-align:middle; 
        text-align:center; 
        clear:both; 
        padding:5px; 
        margin-top:5px; 
    }
    
    .sessionwarningcommands
    {
        width:100%; 
        margin-top:10px; 
        clear:both; 
        padding:5px;    
    }        
    
    /*IE*/
    .centered
    {
        text-align: center;
    }

    /*Firefox*/
    .centered
    {
        text-align: -moz-center;
    }  
    
/** Timeout Control END **/


/*Javascript and Cookies Error pages*/

.mainhelppage
{
    position: absolute;
    left: 50px;
    top: 70px;
}
.erroricon
{
    position: absolute;
    left: 0px;
    top: 0px;
}
.helppagetitle
{
    margin-left: 50px;
}

.loginlink
{
    position: absolute;
    left: 750px;
    top: 40px;
    padding: 5px;
    width: 40px;
    color: navy;
    border: solid 1px #ABC1DE;
    background-color: #EAF2FB;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
}

.helplink
{
    position: absolute;
    left: 680px;
    top: 90px;
    padding: 5px;
    width: 110px;
    color: navy;
    border: solid 1px #ABC1DE;
    background-color: #EAF2FB;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
}

.buttonwidth
{
    width: 130px;
}

.instruction
{
    width: 800px;
    text-align: justify;
    color: Navy;
    font-style: italic;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}
.instructionbody
{
    width: 800px;
    text-align: justify;
    color: Navy;
}

.browsertable
{
    width: 820px; 
}

.browsertable2
{
    width:850px;
}

.browsertable2 td
{
    vertical-align:top;
    width:420px;          
    padding-right:15px;
}


/*Message section START*/
.message_box_modal_background {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.message_box
{
    border: #4682B4 3px solid;
    background-color: White;
    -moz-border-radius: 6px 6px 0 0;
}

.message_box_title
{
    width:100%; 
    background:#4682B4; 
    text-align:left; 
    height:20px;
}
.message_box_body
{
    padding:10px; 
    text-align:left; 
}
.message_box_footer
{
    width:100%;
    clear:both; 
    text-align:center;
    margin-bottom:10px;
}
.message_box_image
{
    vertical-align:middle; 
    float:left; 
    overflow:auto; 
}
.message_box_title_text
{
    color:White;    
    font-weight:bold;
    font-size:small;
    padding-left:5px; 
    
}
.message_box_message_text
{
    padding-left:10px;
    text-align:left;
    display:block; 
    float:left; 
    overflow:auto; 
}
/*Message section END*/

/*CSS Friendly Tree View START*/
.css_friendly_tree div.AspNet-TreeView ul li
{
    list-style-image: none;
    list-style-type:none;
    white-space: nowrap;
    padding: 3px 0 2px 5px; 
}

.css_friendly_tree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.css_friendly_tree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.css_friendly_tree div.AspNet-TreeView li a
{
    text-decoration: none;
}

.css_friendly_tree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
    padding: 3px 0 2px 10px; 
}

.css_friendly_tree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.css_friendly_tree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url('./images/16/16_tree_collapse_standard.png') 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.css_friendly_tree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url('./images/16/16_tree_expand_standard.png') 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.css_friendly_tree .AspNet-TreeView-Selected
{
    background-color: #FAFAD2 !important;
}

.css_friendly_tree .AspNet-TreeView-ChildSelected
{
    background-color: #F5FFFA !important;
}

.css_friendly_tree .AspNet-TreeView-ParentSelected
{
    background-color: #FFE4E1 !important;
}
div.AspNet-TreeView
{
    margin: 0;
    padding: 0;
}

div.AspNet-TreeView ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}
/*CSS Friendly Tree View END*/


/******************* MAIN MENU ********************/
.foo
{
}

.PrettyMenu
{
    margin-top:25px;
    margin-bottom:25px;
    display:block;
}


ul.AspNet-Menu, ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;
}
ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
}
ul.AspNet-Menu li a, ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
    cursor: hand;
}
ul.AspNet-Menu ul
{
    position: absolute;
    visibility: hidden;
}
/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul, ul.AspNet-Menu li li:hover ul ul, ul.AspNet-Menu li li li:hover ul ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul ul, ul.AspNet-Menu li li.AspNet-Menu-Hover ul ul, ul.AspNet-Menu li li li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul, ul.AspNet-Menu li li:hover ul, ul.AspNet-Menu li li li:hover ul, ul.AspNet-Menu li li li li:hover ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}
.AspNet-Menu-Horisontal
{
    width: 100%;
}
.AspNet-Menu-Horisontal ul.AspNet-Menu li
{
    text-align: center;
    width: 100%;
}
.PrettyMenu ul
{
    background: #7795BD;
}
.PrettyMenu ul.AspNet-Menu li
{
    background: #7795BD url('./images/menu/bg_nav.gif') repeat-x;
}
.PrettyMenu ul.AspNet-Menu li a, .PrettyMenu ul.AspNet-Menu li span
{
    color: black;
    border: 1px solid #648ABD;
    border-bottom: 0;
    background: transparent url('./images/menu/arrowRight.gif') right center no-repeat;
    padding-right: 3px;
    padding-left: 2px;
    padding-bottom: 4px;
    padding-top: 4px;
    z-index: 100;
}
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}
.PrettyMenu ul.AspNet-Menu li:hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background: #7795BD;
}
.PrettyMenu ul.AspNet-Menu li:hover a, .PrettyMenu ul.AspNet-Menu li:hover span, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span, .PrettyMenu ul.AspNet-Menu li:hover li:hover a, .PrettyMenu ul.AspNet-Menu li:hover li:hover span, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, .PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, .PrettyMenu ul.AspNet-Menu li:hover ul span, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span, .PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, .PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: Black;
}
/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover, .PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background: transparent url('./images/menu/activeArrowRight.gif' ) right center no-repeat;
}
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}
.PrettyMenu ul.AspNet-Menu li:hover li:hover li.AspNet-Menu-WithChildren a:hover, .PrettyMenu ul.AspNet-Menu li:hover li:hover li.AspNet-Menu-WithChildren span:hover
{
    color: White;
}
.PrettyMenu .AspNet-Menu-Horizontal
{
    /*position:absolute;*/
    top: 0;
    z-index: 100;
}
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
}
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 150px;
    left: 0;
    top: 100%;
}
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3px;
    width: 150px;
}
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 150px;
    text-align: center;
}
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align: left;
    width: 150px;
    z-index: 100;
}
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 150px;
}
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: 5px 0 0 150px;
}

