/*
Colors -
background green : #bbdfa8
lighter green : #dcedd1
even lighter green : #e4f1dc
link blue : #006699
*/


#login {
	background-image: url(/images/login_gradient.jpg);
	width:126px;
	height:55px;
	background-color: blue;
	position: absolute ;
	top:91px;
	left: 9px;
	z-index:2000;
	border-left:1px solid #006a5e;
	margin: 0; padding: 0;
	list-style-type : none;
}

#login a { 
	display:block;
	padding-top: 0.4em;
	text-align: center;
	width:125px;
	font-weight: bold;
}


.p7memberLogin {
		position:absolute; 
		left:0px; 
		top:5px; 
		z-index:105; 
		width: 124px; 
		text-align: center;
}

.p7menu, .p7menuActive, .p7menuSpecial {
                    line-height:11px;
                    height:27px;
                    padding:3px 10px 0px 25px;
                    width:135px; }
					
.p7menuHEPSLogin, .p7menuJEPCLogin {
                    line-height:11px;
                    height:27px;
                    width:135px; }					
                    
.p7menu           { background:#fff url(../../images/menu_bullet_bgd.gif) no-repeat; }

.p7menuActive     { background:#ebf3f3 url(../../images/menu_bullet_bgd.gif) no-repeat; }
                    
.p7menuSpecial    { background:#fff url(../../images/menu_bullet_bgd.gif) no-repeat; }
                    
.p7menuHEPSLogin  { background:#fff url(../../images/menu_bullet_bgd_heps.gif) no-repeat; }
                    
.p7menuJEPCLogin  { background:#fff url(../../images/menu_bullet_bgd_jepc.gif) no-repeat; }
                    
.p7menu A, .p7menuActive A, .p7menuSpecial A {
                    color:#000;
                    text-decoration:none;
                    font-family:arial, helvetica;
                    font-size:11px;
                    display:block;
                    width:100px;
                    height:30px; }
					
 .p7menuHEPSLogin A, .p7menuJEPCLogin A {
                    color:#000;
                    text-decoration:none;
                    font-family:arial, helvetica;
                    font-size:11px;
                    display:block;
                    width:55px;
					padding:10px 0px 0px 45px;
                    height:30px; }					
					
                   
.p7menu A:hover, .p7menuActive A:hover, .p7menuSpecial A:hover, .p7menuHEPSLogin A:hover, .p7menuJEPCLogin A:hover 
{
                    color:#008200;
                    text-decoration:none;
                 		cursor: url('../../images/curHand.ico'),default;
                 }                    


       
