/*
Colors -
background green : #bbdfa8
lighter green : #dcedd1
even lighter green : #e4f1dc
link blue : #006699
*/

.p7menu           { background:#336699;
                    line-height:30px;
                    padding:0px 3px 0px 10px;
                    width:155px; }
                    
/*.p7menu:hover   { background:#880033; }*/           
                    
                    
/*.p7menuActive     { background:#dcedd1
                    line-height:24px;
                    padding:0px 3px 0px 10px;
                    width:155px; }*/
                    
/* p7menuSpecial: Either Active menu items or extranet items */
.p7menuSpecial    { background:#dcedd1
                    line-height:24px;
                    padding:0px 3px 0px 10px;
                    width:155px; }
                    
.p7menu A, .p7menuActive A, .p7menuSpecial A {
                    color:#FFF;
                    text-decoration:none;
                    font-family:arial, helvetica;
                    font-weight:bold;
                    font-size:13px; }
                    
.p7menu A:hover, .p7menuActive A:hover, .p7menuSpecial A:hover {
                    //background:#880033 ;
                    color:#FFF;
                    text-decoration:none; }
                    
