 #modMenuCU
 {
    width: 220px;
    background-color: #2D6CA2;
    color: White;

    margin-right: 10px;
 }
 #modMenuCU h2
 {
	text-align: center;
	
	color: White;
	height: 25px;
	background    :  url('/img_modules/menu_top.jpg') no-repeat;
	font-size: 15px;
	margin: 0px;
	
 }
 #modMenuCU dl
 {
	margin: 0px;
	padding: 1px;
 }
 #modMenuCU dt{
	
	line-height: 20px;
	text-transform: uppercase;
	padding-left: 1px;
	font-weight: bolder;
	padding-top: 5px;
	margin-bottom: 5px;
	text-align: center;
  }
  
  #modMenuCU dd{
  	
  	border-top: 0px;
	width: 90%;
	
	background:  url('/img_modules/buttonmenu.jpg') ;
	background-repeat: repeat-y;
	margin-left: 8px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform:capitalize ;
	margin-bottom: 3px;
  }
 
    #modMenuCU .breakdd{
  	
  	border-top: 0px;
	width: 90%;
	
	background:  url('/img_modules/buttonmenu.jpg') ;
	background-repeat: repeat-y;
	margin-left: 8px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	margin-bottom: 9px;
  }
   #modMenuCU  .infodd
   {
	
	
	 border-top: 0px;
	 
	width: 90%;
	
	text-align: center;
	font-weight: bold;
	color: #5F5E7D;
	background:  url('/img_modules/backgroundlmenuinfo.jpg') ;
	background-repeat: repeat;
	/*background-color: #2A7FFF;
	color: #FFFFFF;*/
	
   }
   
   #modMenuCU dd a.skypIcon 
   {
	margin-left: 10px;
   }
   
  #modMenuCU dd a.blue {
  	font-size: 12px;
  
	padding-left: 5px;
	text-decoration: none;
	color: White;
	font-weight: bolder;  	
  }

  #modMenuCU dd a.red {
  	display: block;
  	line-height: 28px;
  	background-color: Red;
	padding-left: 5px;
	text-decoration: none;
	color: White;
	font-weight: bolder;  	
  }
   .menubottom
  {
	background:  url('/img_modules/menu_bottom.jpg') no-repeat;
	height: 20px;
	padding: 0px;
	
	width: 220px;
  }
 .logout
  {
	background:  url('/img_modules/logout.jpg') no-repeat;
	height: 40px;
	padding-top: 8px;
	padding-left: 8px;
	color: White;
	text-align: left;
	width: 220px;
  }
  .logout a
  {
	 /*color: #8B0017;*/
	 color: white;
	 font-weight: bolder;
	 text-transform: uppercase;
  }
  
.logout .lblwelcome
 {
	font-size: 9px;
	color: #8B0017;
	font-weight: bolder;
	text-transform: capitalize;
	margin-right: 4px;
	
 }
